Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPictureCommon.h35 bool operator()(const T& op) { return CheckBitmap(op); } in operator()
39 static SK_WHEN(T::kTags & SkRecords::kHasImage_Tag, bool) CheckBitmap(const T&) { in SK_WHEN()
45 static SK_WHEN(!(T::kTags & SkRecords::kHasImage_Tag), bool) CheckBitmap(const T& op) { in CheckBitmap() function