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

  /external/skia/gm/
compositor_quads.cpp 696 sk_sp<SkImageFilter> imageFilter,
700 std::move(image), std::move(shader), std::move(colorFilter), std::move(imageFilter),
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 187 SkMatrix fStashedMatrix; // original CTM; used by imagefilter in saveLayer
319 * If the paint has an imagefilter, but it can be simplified to just a colorfilter, return that
336 // there is no existing paint colorfilter, so we can just return the imagefilter's
340 // The paint has both a colorfilter(paintCF) and an imagefilter-which-is-a-colorfilter(imgCF)
352 * function does *not* look at the imagefilter, which can also modify the effective bounds. It is
391 * imagefilter to the pixels of that layer (its backing surface/image), and then
394 * 1. SaveLayer (with a paint containing the current imagefilter and xfermode)
396 * Remove the imagefilter and the xfermode from the paint that we (AutoDrawLooper)
400 * The imagefilter is passed the buffer/surface from the layer (now filled with the
415 // we remove the imagefilter/xfermode inside doNext(
    [all...]
  /external/skqp/src/core/
SkCanvas.cpp 188 SkMatrix fStashedMatrix; // original CTM; used by imagefilter in saveLayer
320 * If the paint has an imagefilter, but it can be simplified to just a colorfilter, return that
337 // there is no existing paint colorfilter, so we can just return the imagefilter's
341 // The paint has both a colorfilter(paintCF) and an imagefilter-which-is-a-colorfilter(imgCF)
353 * function does *not* look at the imagefilter, which can also modify the effective bounds. It is
392 * imagefilter to the pixels of that layer (its backing surface/image), and then
395 * 1. SaveLayer (with a paint containing the current imagefilter and xfermode)
397 * Remove the imagefilter and the xfermode from the paint that we (AutoDrawLooper)
401 * The imagefilter is passed the buffer/surface from the layer (now filled with the
416 // we remove the imagefilter/xfermode inside doNext(
    [all...]

Completed in 145 milliseconds