Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
SkImageImageFilter.cpp File Reference
#include "include/effects/SkImageFilters.h"
#include "include/core/SkFlattenable.h"
#include "include/core/SkImage.h"
#include "include/core/SkImageFilter.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkSamplingOptions.h"
#include "include/private/base/SkAssert.h"
#include "src/core/SkImageFilterTypes.h"
#include "src/core/SkImageFilter_Base.h"
#include "src/core/SkPicturePriv.h"
#include "src/core/SkReadBuffer.h"
#include "src/core/SkSamplingPriv.h"
#include "src/core/SkWriteBuffer.h"
#include <optional>
#include <utility>

Go to the source code of this file.

Functions

void SkRegisterImageImageFilterFlattenable ()
 

Function Documentation

◆ SkRegisterImageImageFilterFlattenable()

void SkRegisterImageImageFilterFlattenable ( )

Definition at line 108 of file SkImageImageFilter.cpp.

108 {
109 SK_REGISTER_FLATTENABLE(SkImageImageFilter);
110 // TODO (michaelludwig) - Remove after grace period for SKPs to stop using old name
111 SkFlattenable::Register("SkImageSourceImpl", SkImageImageFilter::CreateProc);
112}
#define SK_REGISTER_FLATTENABLE(type)
static void Register(const char name[], Factory)