Home
last modified time | relevance | path

Searched refs:tryAllocN32Pixels (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/tests/
H A DDeviceTest.cpp50 bm.tryAllocN32Pixels(kWidth, kHeight);
93 SkAssertResult(bm.tryAllocN32Pixels(kWidth, kHeight)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DDrawBitmapRectTest.cpp131 if (bm.tryAllocN32Pixels(width, height)) { in test_wacky_bitmapshader()
H A DImageFilterTest.cpp505 if (!dst->tryAllocN32Pixels(src->width(), src->height())) { in special_image_to_bitmap()
/third_party/skia/docs/examples/
H A DBitmap_tryAllocN32Pixels.cpp8 if (bitmap.tryAllocN32Pixels(80, 80)) { in REG_FIDDLE()
/third_party/skia/fuzz/
H A DFuzzSkParagraph.cpp276 if (!bm.tryAllocN32Pixels(TEST_CANVAS_DIM, TEST_CANVAS_DIM)) { in DEF_FUZZ()
H A DFuzzCanvas.cpp1563 if (!bitmap.tryAllocN32Pixels(256, 256)) {
/third_party/skia/include/core/
H A DSkBitmap.h547 bool SK_WARN_UNUSED_RESULT tryAllocN32Pixels(int width, int height, bool isOpaque = false);
/third_party/skia/src/core/
H A DSkBitmap.cpp213 bool SkBitmap::tryAllocN32Pixels(int width, int height, bool isOpaque) { in tryAllocN32Pixels() function in SkBitmap

Completed in 11 milliseconds