HomeSort by relevance Sort by last modified time
    Searched refs:imageFilter (Results 1 - 22 of 22) 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 253 SkMatrix fStashedMatrix; // original CTM; used by imagefilter in saveLayer
380 * If the paint has an imagefilter, but it can be simplified to just a colorfilter, return that
397 // there is no existing paint colorfilter, so we can just return the imagefilter's
401 // The paint has both a colorfilter(paintCF) and an imagefilter-which-is-a-colorfilter(imgCF)
413 * function does *not* look at the imagefilter, which can also modify the effective bounds. It is
457 * imagefilter to the pixels of that layer (its backing surface/image), and then
460 * 1. SaveLayer (with a paint containing the current imagefilter and xfermode)
462 * Remove the imagefilter and the xfermode from the paint that we (AutoDrawLooper)
466 * The imagefilter is passed the buffer/surface from the layer (now filled with the
481 // we remove the imagefilter/xfermode inside doNext(
    [all...]
SkPaint.cpp 188 DEFINE_REF_FOO(ImageFilter)
359 MOVE_FIELD(ImageFilter)
    [all...]
  /external/skqp/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 253 SkMatrix fStashedMatrix; // original CTM; used by imagefilter in saveLayer
380 * If the paint has an imagefilter, but it can be simplified to just a colorfilter, return that
397 // there is no existing paint colorfilter, so we can just return the imagefilter's
401 // The paint has both a colorfilter(paintCF) and an imagefilter-which-is-a-colorfilter(imgCF)
413 * function does *not* look at the imagefilter, which can also modify the effective bounds. It is
457 * imagefilter to the pixels of that layer (its backing surface/image), and then
460 * 1. SaveLayer (with a paint containing the current imagefilter and xfermode)
462 * Remove the imagefilter and the xfermode from the paint that we (AutoDrawLooper)
466 * The imagefilter is passed the buffer/surface from the layer (now filled with the
481 // we remove the imagefilter/xfermode inside doNext(
    [all...]
SkPaint.cpp 188 DEFINE_REF_FOO(ImageFilter)
359 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/skqp/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/skqp/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 435 DEF_TEST(ImageFilter, reporter) {
    [all...]
  /external/skqp/tests/
ImageFilterTest.cpp 435 DEF_TEST(ImageFilter, reporter) {
    [all...]
  /external/skia/include/core/
SkPaint.h     [all...]
SkCanvas.h     [all...]
  /external/skqp/include/core/
SkPaint.h     [all...]
SkCanvas.h     [all...]
  /external/skia/fuzz/
FuzzCanvas.cpp     [all...]
  /external/skqp/fuzz/
FuzzCanvas.cpp     [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp 92 #define SKDEBUGCANVAS_ATTRIBUTE_IMAGEFILTER "imagefilter"
    [all...]
  /external/skqp/tools/debugger/
SkDrawCommand.cpp 92 #define SKDEBUGCANVAS_ATTRIBUTE_IMAGEFILTER "imagefilter"
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 

Completed in 852 milliseconds