Home
last modified time | relevance | path

Searched refs:eraseARGB (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/docs/examples/
H A DBitmap_eraseARGB.cpp9 bitmap.eraseARGB(0x7f, 0xff, 0x7f, 0x3f); in REG_FIDDLE()
H A Dalpha_bitmap_color_filter_mask_filter.cpp8 bm.eraseARGB(10, 0, 0, 0); in REG_FIDDLE()
/third_party/skia/gm/
H A Dalpha_image.cpp24 bm.eraseARGB(10, 0, 0 , 0); in make_alpha_image()
H A Dfilterindiabox.cpp54 fBM.eraseARGB(255, 255, 0 , 0); // red == bad
/third_party/skia/tests/
H A DDrawOpAtlasTest.cpp122 data.eraseARGB(alpha, 0, 0, 0); in fill_plot()
H A DNdkEncodeTest.cpp201 bm.eraseARGB(0x7F, 0xFF, 0xFF, 0xFF); in DEF_TEST()
H A DImageFilterTest.cpp1319 bitmap.eraseARGB(0, 0, 0, 0); in test_huge_blur()
1374 bitmap.eraseARGB(255, 255, 255, 255); in test_xfermode_cropped_input()
H A DReadWritePixelsGpuTest.cpp1286 syncResult.eraseARGB(0xFF, 0xFF, 0xFF, 0xFF); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/skia/include/core/
H A DSkBitmap.h784 void eraseARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b) const { in eraseARGB() function in SkBitmap

Completed in 10 milliseconds