Home
last modified time | relevance | path

Searched refs:SkLocalMatrixImageFilter (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkLocalMatrixImageFilter.cpp12 SkImageFilter* SkLocalMatrixImageFilter::Create(const SkMatrix& localM, SkImageFilter* input) { in Create()
22 return new SkLocalMatrixImageFilter(localM, input); in Create()
25 SkLocalMatrixImageFilter::SkLocalMatrixImageFilter(const SkMatrix& localM, SkImageFilter* input) in SkLocalMatrixImageFilter() function in SkLocalMatrixImageFilter
29 SkFlattenable* SkLocalMatrixImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc()
33 return SkLocalMatrixImageFilter::Create(lm, common.getInput(0)); in CreateProc()
36 void SkLocalMatrixImageFilter::flatten(SkWriteBuffer& buffer) const { in flatten()
41 bool SkLocalMatrixImageFilter::onFilterImageDeprecated(Proxy* proxy, const SkBitmap& src, in onFilterImageDeprecated()
48 bool SkLocalMatrixImageFilter::onFilterBounds(const SkIRect& src, const SkMatrix& matrix, in onFilterBounds()
54 void SkLocalMatrixImageFilter::toString(SkString* str) const { in toString()
DSkLocalMatrixImageFilter.h19 class SkLocalMatrixImageFilter : public SkImageFilter {
24 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkLocalMatrixImageFilter)
34 SkLocalMatrixImageFilter(const SkMatrix& localM, SkImageFilter* input);
DSkImageFilter.cpp477 return SkLocalMatrixImageFilter::Create(matrix, const_cast<SkImageFilter*>(this)); in newWithLocalMatrix()
/external/skia/gyp/
Dcore.gypi156 '<(skia_src_path)/core/SkLocalMatrixImageFilter.cpp',
157 '<(skia_src_path)/core/SkLocalMatrixImageFilter.h',
/external/skia/
DAndroid.mk178 src/core/SkLocalMatrixImageFilter.cpp \