Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPictureCommon.h46 return CheckPaint(op); in CheckBitmap()
51 static SK_WHEN(T::kTags & SkRecords::kHasPaint_Tag, bool) CheckPaint(const T& op) { in SK_WHEN()
56 static SK_WHEN(!(T::kTags & SkRecords::kHasPaint_Tag), bool) CheckPaint(const T&) { in CheckPaint() function