Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPicture.cpp79 bool operator()(const T& r) { return CheckBitmap(r); } in operator ()()
84 static SK_WHEN(HasMember_bitmap<T>, bool) CheckBitmap(const T&) { return true; } in SK_WHEN()
88 static SK_WHEN(!HasMember_bitmap<T>, bool) CheckBitmap(const T& r) { return CheckPaint(r); } in CheckBitmap() function