Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/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.cpp128 if (bm.tryAllocN32Pixels(width, height)) { in test_wacky_bitmapshader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/docs/examples/
H A DBitmap_tryAllocN32Pixels.cpp8 if (bitmap.tryAllocN32Pixels(80, 80)) { in draw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/web_test/renderer/
H A Dpixel_dump.cc57 if (!bitmap.tryAllocN32Pixels(spool_size.width, spool_size.height, in PrintFrameToBitmap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/layers/
H A Dpainted_scrollbar_layer.cc210 skbitmap.tryAllocN32Pixels(content_size.width(), content_size.height()); in RasterizeScrollbarPart()
217 skbitmap.tryAllocN32Pixels(content_size.width(), content_size.height()); in RasterizeScrollbarPart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/layers/
H A Dpainted_scrollbar_layer.cc227 skbitmap.tryAllocN32Pixels(content_size.width(), content_size.height()); in RasterizeScrollbarPart()
234 skbitmap.tryAllocN32Pixels(content_size.width(), content_size.height()); in RasterizeScrollbarPart()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/paint_preview/renderer/
H A Dpaint_preview_recorder_browsertest.cc125 ASSERT_TRUE(bitmap.tryAllocN32Pixels(pic->cullRect().width(), in TEST_F()
190 ASSERT_TRUE(bitmap.tryAllocN32Pixels(pic->cullRect().width(), in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/paint_preview/renderer/
H A Dpaint_preview_recorder_browsertest.cc141 ASSERT_TRUE(bitmap.tryAllocN32Pixels(pic->cullRect().width(), in TEST_F()
194 ASSERT_TRUE(bitmap.tryAllocN32Pixels(pic->cullRect().width(), in TEST_F()
328 ASSERT_TRUE(bitmap.tryAllocN32Pixels(pic->cullRect().width(), in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/declarative_content/
H A Dcontent_action_unittest.cc224 EXPECT_TRUE(bitmap.tryAllocN32Pixels(19, 19)); in TEST()
248 EXPECT_TRUE(bitmap.tryAllocN32Pixels(dimension / 4 + 1, dimension)); in TEST()
348 EXPECT_TRUE(bitmap.tryAllocN32Pixels(19, 19)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/mac/
H A Dgraphics_context_canvas.mm57 bool result = offscreen_.tryAllocN32Pixels(
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/mac/
H A Dgraphics_context_canvas.mm57 bool result = offscreen_.tryAllocN32Pixels(
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/test/
H A Dui_pixel_test.cc115 if (!bitmap->tryAllocN32Pixels(frame_buffer_size_.width(), in SaveCurrentFrameBufferToSkBitmap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/declarative_content/
H A Dcontent_action_unittest.cc201 EXPECT_TRUE(bitmap.tryAllocN32Pixels(19, 19)); in TEST()
257 EXPECT_TRUE(bitmap.tryAllocN32Pixels(19, 19)); in TEST()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/images/
H A DSkGIFMovie.cpp372 if (!bm->tryAllocN32Pixels(width, height)) { in onGetBitmap()
376 if (!fBackup.tryAllocN32Pixels(width, height)) { in onGetBitmap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/skia/ext/
H A Dskia_utils_ios.mm39 if (!bitmap.tryAllocN32Pixels(size.width, size.height, is_opaque))
/dports/www/chromium-legacy/chromium-88.0.4324.182/skia/ext/
H A Dskia_utils_ios.mm39 if (!bitmap.tryAllocN32Pixels(size.width, size.height, is_opaque))
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/core/
H A DSkBitmap.h549 bool SK_WARN_UNUSED_RESULT tryAllocN32Pixels(int width, int height, bool isOpaque = false);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/renderer/
H A Dset_icon_natives.cc119 if (!bitmap.tryAllocN32Pixels(width, height)) { in ConvertImageDataToBitmapValue()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/core/
H A DSkBitmap.h549 bool SK_WARN_UNUSED_RESULT tryAllocN32Pixels(int width, int height, bool isOpaque = false);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/core/
H A DSkBitmap.h568 bool SK_WARN_UNUSED_RESULT tryAllocN32Pixels(int width, int height, bool isOpaque = false);
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/core/
H A DSkBitmap.h549 bool SK_WARN_UNUSED_RESULT tryAllocN32Pixels(int width, int height, bool isOpaque = false);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/core/
H A DSkBitmap.h549 bool SK_WARN_UNUSED_RESULT tryAllocN32Pixels(int width, int height, bool isOpaque = false);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/core/
H A DSkBitmap.h545 bool SK_WARN_UNUSED_RESULT tryAllocN32Pixels(int width, int height, bool isOpaque = false);
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/renderer/
H A Dset_icon_natives.cc125 if (!bitmap.tryAllocN32Pixels(width, height)) { in ConvertImageDataToBitmapValue()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/core/
H A DSkBitmap.h555 bool SK_WARN_UNUSED_RESULT tryAllocN32Pixels(int width, int height, bool isOpaque = false) {

12