Home
last modified time | relevance | path

Searched refs:SkDrawTiler (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkBitmapDevice.cpp42 class SkDrawTiler { class
67 SkDrawTiler(SkBitmapDevice* dev, const SkRect* bounds) : fDevice(dev) { in SkDrawTiler() function in SkDrawTiler
180 SkDrawTiler priv_tiler(this, boundsPtr); \
392 if (SkDrawTiler::NeedsTiling(this) && !path.isInverseFillType()) { in drawPath()
395 SkDrawTiler tiler(this, bounds ? Bounder(*bounds, paint).bounds() : nullptr); in drawPath()
408 if (!bounds && SkDrawTiler::NeedsTiling(this)) { in drawBitmap()
DSkBitmapDevice.h145 friend class SkDrawTiler; variable
/external/skqp/src/core/
DSkBitmapDevice.cpp41 class SkDrawTiler { class
66 SkDrawTiler(SkBitmapDevice* dev, const SkRect* bounds) : fDevice(dev) { in SkDrawTiler() function in SkDrawTiler
179 SkDrawTiler priv_tiler(this, boundsPtr); \
390 if (SkDrawTiler::NeedsTiling(this) && !path.isInverseFillType()) { in drawPath()
393 SkDrawTiler tiler(this, bounds ? Bounder(*bounds, paint).bounds() : nullptr); in drawPath()
413 if (!bounds && SkDrawTiler::NeedsTiling(this)) { in drawBitmap()
DSkBitmapDevice.h145 friend class SkDrawTiler; variable