HomeSort by relevance Sort by last modified time
    Searched defs:SkMatrixImageFilter (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkMatrixImageFilter.h 17 /*! \class SkMatrixImageFilter
22 class SK_API SkMatrixImageFilter : public SkImageFilter {
31 static SkMatrixImageFilter* Create(const SkMatrix& transform,
34 virtual ~SkMatrixImageFilter();
39 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkMatrixImageFilter)
42 SkMatrixImageFilter(const SkMatrix& transform,
SkMatrixImageFilter.cpp 8 #include "SkMatrixImageFilter.h"
18 SkMatrixImageFilter::SkMatrixImageFilter(const SkMatrix& transform,
26 SkMatrixImageFilter* SkMatrixImageFilter::Create(const SkMatrix& transform,
29 return new SkMatrixImageFilter(transform, filterQuality, input);
32 SkFlattenable* SkMatrixImageFilter::CreateProc(SkReadBuffer& buffer) {
40 void SkMatrixImageFilter::flatten(SkWriteBuffer& buffer) const {
46 SkMatrixImageFilter::~SkMatrixImageFilter() {
    [all...]

Completed in 776 milliseconds