Home
last modified time | relevance | path

Searched refs:NeedsTiling (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkBitmapDevice.cpp63 static bool NeedsTiling(SkBitmapDevice* dev) { in NeedsTiling() function in SkDrawTiler
383 if (SkDrawTiler::NeedsTiling(this) && !path.isInverseFillType()) { in drawPath()
399 if (!bounds && SkDrawTiler::NeedsTiling(this)) { in drawBitmap()
/external/skqp/src/core/
DSkBitmapDevice.cpp62 static bool NeedsTiling(SkBitmapDevice* dev) { in NeedsTiling() function in SkDrawTiler
390 if (SkDrawTiler::NeedsTiling(this) && !path.isInverseFillType()) { in drawPath()
413 if (!bounds && SkDrawTiler::NeedsTiling(this)) { in drawBitmap()