Home
last modified time | relevance | path

Searched refs:allocN32Pixels (Results 1 - 25 of 141) sorted by relevance

123456

/third_party/skia/tests/
H A DShaderImageFilterTest.cpp23 filterResult.allocN32Pixels(kWidth, kHeight); in test_unscaled()
27 paintResult.allocN32Pixels(kWidth, kHeight); in test_unscaled()
71 filterResult.allocN32Pixels(kWidth, kHeight); in test_scaled()
75 paintResult.allocN32Pixels(kWidth, kHeight); in test_scaled()
H A DSkImageTest.cpp21 srcBitmap.allocN32Pixels(gWidth, gHeight); in DEF_TEST()
34 tgt.allocN32Pixels(gWidth, gHeight); in DEF_TEST()
H A DImageNewShaderTest.cpp55 bmOrig.allocN32Pixels(info.width(), info.height()); in run_shader_test()
60 bm.allocN32Pixels(info.width(), info.height()); in run_shader_test()
82 bmt.allocN32Pixels(info.width(), info.height()); in run_shader_test()
H A DShaderTest.cpp42 bm.allocN32Pixels(W, H); in DEF_TEST()
58 srcBitmap.allocN32Pixels(10, 10); in DEF_TEST()
H A DGrAHardwareBufferTest.cpp62 bmp.allocN32Pixels(DEV_W, DEV_H); in make_src_bitmap()
192 readbackBitmap.allocN32Pixels(DEV_W, DEV_H); in basic_draw_test_helper()
264 readbackBitmap.allocN32Pixels(DEV_W, DEV_H); in surface_draw_test_helper()
H A DFontMgrFontConfigTest.cpp52 bitmapStream.allocN32Pixels(64, 64); in DEF_TEST()
57 bitmapClone.allocN32Pixels(64, 64); in DEF_TEST()
H A DHighContrastFilterTest.cpp20 filterResult.allocN32Pixels(w, h); in DEF_TEST()
24 paintResult.allocN32Pixels(w, h); in DEF_TEST()
H A DDrawBitmapRectTest.cpp115 dev.allocN32Pixels(0x56F, 0x4f6); in test_wacky_bitmapshader()
203 bm.allocN32Pixels(20, 20); in test_nan_antihair()
239 bm->allocN32Pixels(gWidth, gHeight); in create()
H A DMipMapTest.cpp15 bm->allocN32Pixels(width, height); in make_bitmap()
62 bm.allocN32Pixels(width, height); in test_mipmap_generation()
92 bm.allocN32Pixels(1, 1); in DEF_TEST()
H A DImageFilterTest.cpp108 bitmap.allocN32Pixels(width, height); in make_gradient_circle()
432 result.allocN32Pixels(kBitmapSize, kBitmapSize); in DEF_TEST()
450 result.allocN32Pixels(kBitmapSize, kBitmapSize); in DEF_TEST()
608 bitmap.allocN32Pixels(kWidth, kHeight); in test_morphology_radius_with_mirror_ctm()
765 untiledResult.allocN32Pixels(width, height); in DEF_TEST()
766 tiledResult.allocN32Pixels(width, height); in DEF_TEST()
843 result->allocN32Pixels(width, height); in draw_saveLayer_picture()
1009 greenBM.allocN32Pixels(20, 20); in test_imagefilter_merge_result_size()
1063 result1.allocN32Pixels(width, height); in DEF_TEST()
1064 result2.allocN32Pixels(widt in DEF_TEST()
[all...]
/third_party/skia/gm/
H A Dxfermodes2.cpp108 bg.allocN32Pixels(2, 2, true);
116 srcBmp.allocN32Pixels(kSize, kSize);
128 dstBmp.allocN32Pixels(kSize, kSize);
H A Dbmpfilterqualityrepeat.cpp34 fBmp.allocN32Pixels(40, 40, true);
37 colorBmp.allocN32Pixels(20, 20, true);
H A Dcolormatrix.cpp61 bm.allocN32Pixels(width, height); in CreateSolidBitmap()
78 bm.allocN32Pixels(width, height); in CreateTransparentBitmap()
H A Dbitmaprect.cpp111 bitmap->allocN32Pixels(xSize, ySize, true); in make_3x3_bitmap()
171 bitmap.allocN32Pixels(gXSize, gYSize); in make_big_bitmap()
261 fBM.allocN32Pixels(10, 10);
H A Dxfermodes.cpp93 src->allocN32Pixels(w, h); in make_bitmaps()
110 dst->allocN32Pixels(w, h); in make_bitmaps()
120 transparent->allocN32Pixels(w, h); in make_bitmaps()
H A Dbitmapfilters.cpp31 bm->allocN32Pixels(2, 2, true); in make_bm()
125 fBitmap.allocN32Pixels(100, 100);
H A Dbitmaprecttest.cpp19 bm.allocN32Pixels(60, 60); in make_bm()
H A Dtinybitmap.cpp28 bm.allocN32Pixels(1, 1);
/third_party/skia/tools/skqp/
H A Djitter_gms.cpp63 control.allocN32Pixels(size.width(), size.height()); in test_jitter()
64 experimental.allocN32Pixels(size.width(), size.height()); in test_jitter()
/third_party/skia/docs/examples/
H A DCanvas_getProps.cpp8 bitmap.allocN32Pixels(1, 1); in REG_FIDDLE()
H A DPaint_setImageFilter.cpp9 bitmap.allocN32Pixels(100, 100); in REG_FIDDLE()
H A Dsetimagefilter.cpp7 bitmap.allocN32Pixels(100, 100); in REG_FIDDLE()
H A DBitmap_extractAlpha.cpp8 bitmap.allocN32Pixels(100, 100); in REG_FIDDLE()
H A DDevice_Text.cpp9 bitmap.allocN32Pixels(24, 33); in REG_FIDDLE()
/third_party/skia/fuzz/oss_fuzz/
H A DFuzzImageFilterDeserialize.cpp21 bitmap.allocN32Pixels(BitmapSize, BitmapSize); in FuzzImageFilterDeserialize()

Completed in 10 milliseconds

123456