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

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

Completed in 51 milliseconds