HomeSort by relevance Sort by last modified time
    Searched refs:imageFilter (Results 1 - 10 of 10) sorted by null

  /external/skia/src/core/
SkColorSpaceXformer.cpp 126 sk_sp<SkImageFilter> SkColorSpaceXformer::apply(const SkImageFilter* imageFilter) {
128 return this->cachedApply<SkImageFilter>(imageFilter, &fImageFilterCache,
173 if (auto imageFilter = src.getImageFilter()) {
174 dst.setImageFilter(this->apply(imageFilter));
SkCanvas.cpp 252 SkMatrix fStashedMatrix; // original CTM; used by imagefilter in saveLayer
379 * If the paint has an imagefilter, but it can be simplified to just a colorfilter, return that
396 // there is no existing paint colorfilter, so we can just return the imagefilter's
400 // The paint has both a colorfilter(paintCF) and an imagefilter-which-is-a-colorfilter(imgCF)
412 * function does *not* look at the imagefilter, which can also modify the effective bounds. It is
456 * imagefilter to the pixels of that layer (its backing surface/image), and then
459 * 1. SaveLayer (with a paint containing the current imagefilter and xfermode)
461 * Remove the imagefilter and the xfermode from the paint that we (AutoDrawLooper)
465 * The imagefilter is passed the buffer/surface from the layer (now filled with the
480 // we remove the imagefilter/xfermode inside doNext(
    [all...]
SkPaint.cpp 193 DEFINE_REF_FOO(ImageFilter)
366 MOVE_FIELD(ImageFilter)
    [all...]
  /external/skia/tools/lua/
filter-counter.lua 60 local imageFilter = t.paint:getImageFilter()
65 if imageFilter then
68 if colorFilter and imageFilter then
  /external/skia/bench/
LightingBench.cpp 22 void draw(int loops, SkCanvas* canvas, sk_sp<SkImageFilter> imageFilter) const {
26 paint.setImageFilter(std::move(imageFilter));
  /external/skia/tests/
ImageFilterTest.cpp 409 DEF_TEST(ImageFilter, reporter) {
771 sk_sp<SkImageFilter> imageFilter(SkImageFilter::MakeMatrixFilter(matrix,
776 paint.setImageFilter(std::move(imageFilter));
    [all...]
  /external/skia/include/core/
SkPaint.h 596 void setImageFilter(sk_sp<SkImageFilter> imageFilter);
    [all...]
SkCanvas.h     [all...]
  /external/skia/fuzz/
FuzzCanvas.cpp     [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp 91 #define SKDEBUGCANVAS_ATTRIBUTE_IMAGEFILTER "imagefilter"
    [all...]

Completed in 209 milliseconds