Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
SkMorphologyImageFilter.cpp File Reference
#include "include/effects/SkImageFilters.h"
#include "include/core/SkFlattenable.h"
#include "include/core/SkImageFilter.h"
#include "include/core/SkM44.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkShader.h"
#include "include/core/SkSize.h"
#include "include/core/SkTypes.h"
#include "include/effects/SkRuntimeEffect.h"
#include "include/private/base/SkSpan_impl.h"
#include "src/core/SkImageFilterTypes.h"
#include "src/core/SkImageFilter_Base.h"
#include "src/core/SkKnownRuntimeEffects.h"
#include "src/core/SkReadBuffer.h"
#include "src/core/SkWriteBuffer.h"
#include <algorithm>
#include <cstdint>
#include <optional>
#include <utility>

Go to the source code of this file.

Functions

void SkRegisterMorphologyImageFilterFlattenables ()
 

Function Documentation

◆ SkRegisterMorphologyImageFilterFlattenables()

void SkRegisterMorphologyImageFilterFlattenables ( )

Definition at line 239 of file SkMorphologyImageFilter.cpp.

239 {
240 SK_REGISTER_FLATTENABLE(SkMorphologyImageFilter);
241 // TODO (michaelludwig): Remove after grace period for SKPs to stop using old name
242 SkFlattenable::Register("SkMorphologyImageFilterImpl", SkMorphologyImageFilter::CreateProc);
243}
#define SK_REGISTER_FLATTENABLE(type)
static void Register(const char name[], Factory)