Searched refs:tryAllocN32Pixels (Results 1 – 17 of 17) sorted by relevance
/third_party/flutter/skia/tests/ |
D | DeviceTest.cpp | 50 bm.tryAllocN32Pixels(kWidth, kHeight); 93 SkAssertResult(bm.tryAllocN32Pixels(kWidth, kHeight)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | DrawBitmapRectTest.cpp | 128 if (bm.tryAllocN32Pixels(width, height)) { in test_wacky_bitmapshader()
|
/third_party/skia/tests/ |
D | DeviceTest.cpp | 50 bm.tryAllocN32Pixels(kWidth, kHeight); 93 SkAssertResult(bm.tryAllocN32Pixels(kWidth, kHeight)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | DrawBitmapRectTest.cpp | 131 if (bm.tryAllocN32Pixels(width, height)) { in test_wacky_bitmapshader()
|
D | ImageFilterTest.cpp | 505 if (!dst->tryAllocN32Pixels(src->width(), src->height())) { in special_image_to_bitmap()
|
/third_party/flutter/skia/docs/examples/ |
D | Bitmap_tryAllocN32Pixels.cpp | 8 if (bitmap.tryAllocN32Pixels(80, 80)) { in draw()
|
/third_party/skia/docs/examples/ |
D | Bitmap_tryAllocN32Pixels.cpp | 8 if (bitmap.tryAllocN32Pixels(80, 80)) { in draw()
|
/third_party/skia/fuzz/ |
D | FuzzSkParagraph.cpp | 276 if (!bm.tryAllocN32Pixels(TEST_CANVAS_DIM, TEST_CANVAS_DIM)) { in DEF_FUZZ()
|
D | FuzzCanvas.cpp | 1563 if (!bitmap.tryAllocN32Pixels(256, 256)) { in DEF_FUZZ()
|
/third_party/flutter/skia/include/core/ |
D | SkBitmap.h | 549 bool SK_WARN_UNUSED_RESULT tryAllocN32Pixels(int width, int height, bool isOpaque = false);
|
/third_party/skia/include/core/ |
D | SkBitmap.h | 547 bool SK_WARN_UNUSED_RESULT tryAllocN32Pixels(int width, int height, bool isOpaque = false);
|
/third_party/flutter/skia/src/core/ |
D | SkBitmap.cpp | 220 bool SkBitmap::tryAllocN32Pixels(int width, int height, bool isOpaque) { in tryAllocN32Pixels() function in SkBitmap
|
/third_party/skia/src/core/ |
D | SkBitmap.cpp | 213 bool SkBitmap::tryAllocN32Pixels(int width, int height, bool isOpaque) { in tryAllocN32Pixels() function in SkBitmap
|
/third_party/flutter/skia/fuzz/ |
D | FuzzCanvas.cpp | 818 if (!bitmap.tryAllocN32Pixels(w, h)) { in make_fuzz_bitmap() 1588 if (!bitmap.tryAllocN32Pixels(256, 256)) { in DEF_FUZZ()
|
/third_party/flutter/skia/site/user/api/ |
D | SkBitmap_Reference.md | 61 …bool <a href='#SkBitmap_tryAllocN32Pixels'>tryAllocN32Pixels</a>(int width, int height, bool <a hr… 1868 bool <a href='#SkBitmap_tryAllocN32Pixels'>tryAllocN32Pixels</a>(int width, int height, bool <a hre… 1946 …_allocPixels'>allocPixels</a> <a href='#SkBitmap_tryAllocN32Pixels'>tryAllocN32Pixels</a> <a href=…
|
/third_party/flutter/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 293 bool tryAllocN32Pixels(int width, int height, bool isOpaque = false);
|
/third_party/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 293 bool tryAllocN32Pixels(int width, int height, bool isOpaque = false);
|