Searched refs:tryAllocN32Pixels (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/tests/ |
H A D | DeviceTest.cpp | 50 bm.tryAllocN32Pixels(kWidth, kHeight); 93 SkAssertResult(bm.tryAllocN32Pixels(kWidth, kHeight)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | DrawBitmapRectTest.cpp | 131 if (bm.tryAllocN32Pixels(width, height)) { in test_wacky_bitmapshader()
|
H A D | ImageFilterTest.cpp | 505 if (!dst->tryAllocN32Pixels(src->width(), src->height())) { in special_image_to_bitmap()
|
/third_party/skia/docs/examples/ |
H A D | Bitmap_tryAllocN32Pixels.cpp | 8 if (bitmap.tryAllocN32Pixels(80, 80)) { in REG_FIDDLE()
|
/third_party/skia/fuzz/ |
H A D | FuzzSkParagraph.cpp | 276 if (!bm.tryAllocN32Pixels(TEST_CANVAS_DIM, TEST_CANVAS_DIM)) { in DEF_FUZZ()
|
H A D | FuzzCanvas.cpp | 1563 if (!bitmap.tryAllocN32Pixels(256, 256)) {
|
/third_party/skia/include/core/ |
H A D | SkBitmap.h | 547 bool SK_WARN_UNUSED_RESULT tryAllocN32Pixels(int width, int height, bool isOpaque = false);
|
/third_party/skia/src/core/ |
H A D | SkBitmap.cpp | 213 bool SkBitmap::tryAllocN32Pixels(int width, int height, bool isOpaque) { in tryAllocN32Pixels() function in SkBitmap
|
Completed in 11 milliseconds