Searched refs:CheckPaint (Results 1 – 1 of 1) sorted by relevance
46 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