Home
last modified time | relevance | path

Searched refs:tryAllocN32Pixels (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/skia/tests/
DDeviceTest.cpp50 bm.tryAllocN32Pixels(kWidth, kHeight);
93 SkAssertResult(bm.tryAllocN32Pixels(kWidth, kHeight)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DDrawBitmapRectTest.cpp128 if (bm.tryAllocN32Pixels(width, height)) { in test_wacky_bitmapshader()
/third_party/skia/tests/
DDeviceTest.cpp50 bm.tryAllocN32Pixels(kWidth, kHeight);
93 SkAssertResult(bm.tryAllocN32Pixels(kWidth, kHeight)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DDrawBitmapRectTest.cpp131 if (bm.tryAllocN32Pixels(width, height)) { in test_wacky_bitmapshader()
DImageFilterTest.cpp505 if (!dst->tryAllocN32Pixels(src->width(), src->height())) { in special_image_to_bitmap()
/third_party/flutter/skia/docs/examples/
DBitmap_tryAllocN32Pixels.cpp8 if (bitmap.tryAllocN32Pixels(80, 80)) { in draw()
/third_party/skia/docs/examples/
DBitmap_tryAllocN32Pixels.cpp8 if (bitmap.tryAllocN32Pixels(80, 80)) { in draw()
/third_party/skia/fuzz/
DFuzzSkParagraph.cpp276 if (!bm.tryAllocN32Pixels(TEST_CANVAS_DIM, TEST_CANVAS_DIM)) { in DEF_FUZZ()
DFuzzCanvas.cpp1563 if (!bitmap.tryAllocN32Pixels(256, 256)) { in DEF_FUZZ()
/third_party/flutter/skia/include/core/
DSkBitmap.h549 bool SK_WARN_UNUSED_RESULT tryAllocN32Pixels(int width, int height, bool isOpaque = false);
/third_party/skia/include/core/
DSkBitmap.h547 bool SK_WARN_UNUSED_RESULT tryAllocN32Pixels(int width, int height, bool isOpaque = false);
/third_party/flutter/skia/src/core/
DSkBitmap.cpp220 bool SkBitmap::tryAllocN32Pixels(int width, int height, bool isOpaque) { in tryAllocN32Pixels() function in SkBitmap
/third_party/skia/src/core/
DSkBitmap.cpp213 bool SkBitmap::tryAllocN32Pixels(int width, int height, bool isOpaque) { in tryAllocN32Pixels() function in SkBitmap
/third_party/flutter/skia/fuzz/
DFuzzCanvas.cpp818 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/
DSkBitmap_Reference.md61 …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/
Ddocumumentation_examples_map.txt293 bool tryAllocN32Pixels(int width, int height, bool isOpaque = false);
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt293 bool tryAllocN32Pixels(int width, int height, bool isOpaque = false);