Searched refs:makebm (Results 1 – 6 of 6) sorted by relevance
/external/skia/gm/ |
D | tilemodes_scaled.cpp | 37 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function 90 makebm(&fTexture[i], gColorTypes[i], size, size); in onOnceBeforeDraw() 138 makebm(&fTexture[i], gColorTypes[i], size, size); in onDraw() 171 makebm(&bm, kN32_SkColorType, gWidth, gHeight); in make_bm()
|
D | shadertext3.cpp | 31 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function 78 makebm(&fBmp, kPointSize / 4, kPointSize / 4); in onOnceBeforeDraw()
|
D | tilemodes.cpp | 33 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function 92 makebm(&fTexture[i], gColorTypes[i], size, size); in onOnceBeforeDraw() 141 makebm(&fTexture[i], gColorTypes[i], size, size); in onDraw() 175 makebm(&bm, kN32_SkColorType, gWidth, gHeight); in make_bm()
|
D | drawminibitmaprect.cpp | 30 static sk_sp<SkImage> makebm(int w, int h) { in makebm() function 94 fImage = ToolUtils::MakeTextureImage(canvas, makebm(gSurfaceSize, gSurfaceSize)); in onDraw()
|
D | drawbitmaprect.cpp | 51 static sk_sp<SkImage> makebm(SkCanvas* origCanvas, SkBitmap* resultBM, int w, int h) { in makebm() function 186 makebm(canvas, &fLargeBitmap, gBmpSize, gBmpSize)); in onDraw()
|
/external/skia/bench/ |
D | AlternatingColorPatternBench.cpp | 40 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function 115 makebm(&fBmp, w, h); in onDelayedSetup()
|