Searched refs:makebm (Results 1 - 5 of 5) sorted by relevance

/external/skia/gm/
H A Dshadertext3.cpp14 static void makebm(SkBitmap* bm, SkBitmap::Config config, int w, int h) { function in namespace:skiagm
72 makebm(&bmp, SkBitmap::kARGB_8888_Config, kPointSize / 4, kPointSize / 4);
H A Dtilemodes.cpp22 static void makebm(SkBitmap* bm, SkBitmap::Config config, int w, int h) { function
80 makebm(&fTexture[i], gConfigs[i], gWidth, gHeight);
154 makebm(&bm, SkBitmap::kARGB_8888_Config, gWidth, gHeight);
H A Ddrawbitmaprect.cpp34 static void makebm(SkBitmap* bm, SkBitmap::Config config, int w, int h) { function in namespace:skiagm
96 makebm(&fLargeBitmap,
H A Dshadertext.cpp15 static void makebm(SkBitmap* bm, SkBitmap::Config config, int w, int h) { function in namespace:skiagm
43 makebm(&bmp, SkBitmap::kARGB_8888_Config, w/2, h/4);
H A Dshadertext2.cpp14 static void makebm(SkBitmap* bm, SkBitmap::Config config, int w, int h) { function in namespace:skiagm
96 makebm(&bmp, SkBitmap::kARGB_8888_Config, kPointSize / 2, kPointSize / 2);

Completed in 93 milliseconds