Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
SkComposeImageFilter.cpp File Reference
#include "include/effects/SkImageFilters.h"
#include "include/core/SkFlattenable.h"
#include "include/core/SkImageFilter.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkTypes.h"
#include "src/core/SkImageFilterTypes.h"
#include "src/core/SkImageFilter_Base.h"
#include <optional>
#include <utility>

Go to the source code of this file.

Functions

void SkRegisterComposeImageFilterFlattenable ()
 

Function Documentation

◆ SkRegisterComposeImageFilterFlattenable()

void SkRegisterComposeImageFilterFlattenable ( )

Definition at line 78 of file SkComposeImageFilter.cpp.

78 {
79 SK_REGISTER_FLATTENABLE(SkComposeImageFilter);
80 // TODO (michaelludwig) - Remove after grace period for SKPs to stop using old name
81 SkFlattenable::Register("SkComposeImageFilterImpl", SkComposeImageFilter::CreateProc);
82}
#define SK_REGISTER_FLATTENABLE(type)
static void Register(const char name[], Factory)