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

/external/skia/src/shaders/
H A DSkImageShader.cpp168 static bool bitmap_is_too_big(int w, int h) { function
182 if (!image || bitmap_is_too_big(image->width(), image->height())) {
/external/skqp/src/shaders/
H A DSkImageShader.cpp132 static bool bitmap_is_too_big(int w, int h) { function
144 if (!image || bitmap_is_too_big(image->width(), image->height())) {

Completed in 146 milliseconds