Searched refs:CheckPaint (Results 1 – 1 of 1) sorted by relevance
45 return CheckPaint(op); in CheckBitmap()50 static SK_WHEN(T::kTags & SkRecords::kHasPaint_Tag, bool) CheckPaint(const T& op) { in SK_WHEN()55 static SK_WHEN(!(T::kTags & SkRecords::kHasPaint_Tag), bool) CheckPaint(const T&) { in CheckPaint() function