Home
last modified time | relevance | path

Searched refs:init_bitmap (Results 1 – 3 of 3) sorted by relevance

/external/skia/gm/
Dbitmappremul.cpp32 static void init_bitmap(SkColorType ct, SkBitmap* bitmap) { in init_bitmap() function
40 init_bitmap(kN32_SkColorType, &bitmap); in make_argb8888_gradient()
52 init_bitmap(kARGB_4444_SkColorType, &bitmap); in make_argb4444_gradient()
62 init_bitmap(kN32_SkColorType, &bitmap); in make_argb8888_stripes()
81 init_bitmap(kARGB_4444_SkColorType, &bitmap); in make_argb4444_stripes()
/external/skia/fuzz/
DFuzzDrawFunctions.cpp66 static void init_bitmap(Fuzz* fuzz, SkBitmap* bmp) { in init_bitmap() function
255 init_bitmap(fuzz, &bmp); in fuzz_drawImage()
/external/skia/tests/
DReadPixelsTest.cpp252 static void init_bitmap(SkBitmap* bitmap, const SkIRect& rect, TightRowBytes tightRB, in init_bitmap() function
334 init_bitmap(&bmp, srcRect, tightRB, gReadPixelsConfigs[c].fColorType, in test_readpixels()