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

  /external/skia/src/core/
SkLocalMatrixImageFilter.h 17 class SkLocalMatrixImageFilter : public SkImageFilter {
22 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkLocalMatrixImageFilter)
32 SkLocalMatrixImageFilter(const SkMatrix& localM, sk_sp<SkImageFilter> input);
SkLocalMatrixImageFilter.cpp 10 #include "SkLocalMatrixImageFilter.h"
15 sk_sp<SkImageFilter> SkLocalMatrixImageFilter::Make(const SkMatrix& localM,
26 return sk_sp<SkImageFilter>(new SkLocalMatrixImageFilter(localM, input));
29 SkLocalMatrixImageFilter::SkLocalMatrixImageFilter(const SkMatrix& localM,
35 sk_sp<SkFlattenable> SkLocalMatrixImageFilter::CreateProc(SkReadBuffer& buffer) {
39 return SkLocalMatrixImageFilter::Make(lm, common.getInput(0));
42 void SkLocalMatrixImageFilter::flatten(SkWriteBuffer& buffer) const {
47 sk_sp<SkSpecialImage> SkLocalMatrixImageFilter::onFilterImage(SkSpecialImage* source,
55 SkIRect SkLocalMatrixImageFilter::onFilterBounds(const SkIRect& src, const SkMatrix& matrix
    [all...]
  /external/skqp/src/core/
SkLocalMatrixImageFilter.h 17 class SkLocalMatrixImageFilter : public SkImageFilter {
22 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkLocalMatrixImageFilter)
32 SkLocalMatrixImageFilter(const SkMatrix& localM, sk_sp<SkImageFilter> input);
SkLocalMatrixImageFilter.cpp 10 #include "SkLocalMatrixImageFilter.h"
15 sk_sp<SkImageFilter> SkLocalMatrixImageFilter::Make(const SkMatrix& localM,
26 return sk_sp<SkImageFilter>(new SkLocalMatrixImageFilter(localM, input));
29 SkLocalMatrixImageFilter::SkLocalMatrixImageFilter(const SkMatrix& localM,
35 sk_sp<SkFlattenable> SkLocalMatrixImageFilter::CreateProc(SkReadBuffer& buffer) {
39 return SkLocalMatrixImageFilter::Make(lm, common.getInput(0));
42 void SkLocalMatrixImageFilter::flatten(SkWriteBuffer& buffer) const {
47 sk_sp<SkSpecialImage> SkLocalMatrixImageFilter::onFilterImage(SkSpecialImage* source,
55 SkIRect SkLocalMatrixImageFilter::onFilterBounds(const SkIRect& src, const SkMatrix& matrix
    [all...]

Completed in 158 milliseconds