Searched refs:bitmap_is_too_big (Results 1 – 2 of 2) sorted by relevance
230 static bool bitmap_is_too_big(const SkBitmap& bm) { in bitmap_is_too_big() function245 if (src.isNull() || bitmap_is_too_big(src)) { in SkCreateBitmapShader()
694 static bool bitmap_is_too_big(const SkBitmap& bm) { in bitmap_is_too_big() function708 if (diffuse.isNull() || bitmap_is_too_big(diffuse) || in Create()709 normal.isNull() || bitmap_is_too_big(normal) || in Create()