Searched refs:mapContext (Results 1 – 5 of 5) sorted by relevance
304 Context mapContext(const Context& ctx) const;
570 skif::FilterResult result = as_IFB(input)->filterImage(this->mapContext(ctx)); in filterInput()576 SkImageFilter_Base::Context SkImageFilter_Base::mapContext(const Context& ctx) const { in mapContext() function in SkImageFilter_Base
340 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &dstBounds); in onFilterImage()
912 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
626 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &bounds); in onFilterImage()