Searched refs:eraseARGB (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Bitmap_eraseARGB.cpp | 9 bitmap.eraseARGB(0x7f, 0xff, 0x7f, 0x3f); in REG_FIDDLE()
|
H A D | alpha_bitmap_color_filter_mask_filter.cpp | 8 bm.eraseARGB(10, 0, 0, 0); in REG_FIDDLE()
|
/third_party/skia/gm/ |
H A D | alpha_image.cpp | 24 bm.eraseARGB(10, 0, 0 , 0); in make_alpha_image()
|
H A D | filterindiabox.cpp | 54 fBM.eraseARGB(255, 255, 0 , 0); // red == bad
|
/third_party/skia/tests/ |
H A D | DrawOpAtlasTest.cpp | 122 data.eraseARGB(alpha, 0, 0, 0); in fill_plot()
|
H A D | NdkEncodeTest.cpp | 201 bm.eraseARGB(0x7F, 0xFF, 0xFF, 0xFF); in DEF_TEST()
|
H A D | ImageFilterTest.cpp | 1319 bitmap.eraseARGB(0, 0, 0, 0); in test_huge_blur() 1374 bitmap.eraseARGB(255, 255, 255, 255); in test_xfermode_cropped_input()
|
H A D | ReadWritePixelsGpuTest.cpp | 1286 syncResult.eraseARGB(0xFF, 0xFF, 0xFF, 0xFF); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
/third_party/skia/include/core/ |
H A D | SkBitmap.h | 784 void eraseARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b) const { in eraseARGB() function in SkBitmap
|
Completed in 12 milliseconds