Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPicture.cpp88 static SK_WHEN(!HasMember_bitmap<T>, bool) CheckBitmap(const T& r) { return CheckPaint(r); } in CheckBitmap()
92 static SK_WHEN(HasMember_paint<T>, bool) CheckPaint(const T& r) { in SK_WHEN()
106 static SK_WHEN(!HasMember_paint<T>, bool) CheckPaint(const T&) { return false; } in CheckPaint() function