/third_party/skia/tests/ |
H A D | ShaderImageFilterTest.cpp | 23 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 D | SkImageTest.cpp | 21 srcBitmap.allocN32Pixels(gWidth, gHeight); in DEF_TEST() 34 tgt.allocN32Pixels(gWidth, gHeight); in DEF_TEST()
|
H A D | ImageNewShaderTest.cpp | 55 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 D | ShaderTest.cpp | 42 bm.allocN32Pixels(W, H); in DEF_TEST() 58 srcBitmap.allocN32Pixels(10, 10); in DEF_TEST()
|
H A D | GrAHardwareBufferTest.cpp | 62 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 D | FontMgrFontConfigTest.cpp | 52 bitmapStream.allocN32Pixels(64, 64); in DEF_TEST() 57 bitmapClone.allocN32Pixels(64, 64); in DEF_TEST()
|
H A D | HighContrastFilterTest.cpp | 20 filterResult.allocN32Pixels(w, h); in DEF_TEST() 24 paintResult.allocN32Pixels(w, h); in DEF_TEST()
|
H A D | DrawBitmapRectTest.cpp | 115 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 D | MipMapTest.cpp | 15 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 D | ImageFilterTest.cpp | 108 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 D | xfermodes2.cpp | 108 bg.allocN32Pixels(2, 2, true); 116 srcBmp.allocN32Pixels(kSize, kSize); 128 dstBmp.allocN32Pixels(kSize, kSize);
|
H A D | bmpfilterqualityrepeat.cpp | 34 fBmp.allocN32Pixels(40, 40, true); 37 colorBmp.allocN32Pixels(20, 20, true);
|
H A D | colormatrix.cpp | 61 bm.allocN32Pixels(width, height); in CreateSolidBitmap() 78 bm.allocN32Pixels(width, height); in CreateTransparentBitmap()
|
H A D | bitmaprect.cpp | 111 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 D | xfermodes.cpp | 93 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 D | bitmapfilters.cpp | 31 bm->allocN32Pixels(2, 2, true); in make_bm() 125 fBitmap.allocN32Pixels(100, 100);
|
H A D | bitmaprecttest.cpp | 19 bm.allocN32Pixels(60, 60); in make_bm()
|
H A D | tinybitmap.cpp | 28 bm.allocN32Pixels(1, 1);
|
/third_party/skia/tools/skqp/ |
H A D | jitter_gms.cpp | 63 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 D | Canvas_getProps.cpp | 8 bitmap.allocN32Pixels(1, 1); in REG_FIDDLE()
|
H A D | Paint_setImageFilter.cpp | 9 bitmap.allocN32Pixels(100, 100); in REG_FIDDLE()
|
H A D | setimagefilter.cpp | 7 bitmap.allocN32Pixels(100, 100); in REG_FIDDLE()
|
H A D | Bitmap_extractAlpha.cpp | 8 bitmap.allocN32Pixels(100, 100); in REG_FIDDLE()
|
H A D | Device_Text.cpp | 9 bitmap.allocN32Pixels(24, 33); in REG_FIDDLE()
|
/third_party/skia/fuzz/oss_fuzz/ |
H A D | FuzzImageFilterDeserialize.cpp | 21 bitmap.allocN32Pixels(BitmapSize, BitmapSize); in FuzzImageFilterDeserialize()
|