Home
last modified time | relevance | path

Searched refs:makebm (Results 1 – 6 of 6) sorted by relevance

/external/skia/gm/
Dtilemodes_scaled.cpp37 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()
Dshadertext3.cpp31 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function
78 makebm(&fBmp, kPointSize / 4, kPointSize / 4); in onOnceBeforeDraw()
Dtilemodes.cpp33 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()
Ddrawminibitmaprect.cpp30 static sk_sp<SkImage> makebm(int w, int h) { in makebm() function
94 fImage = ToolUtils::MakeTextureImage(canvas, makebm(gSurfaceSize, gSurfaceSize)); in onDraw()
Ddrawbitmaprect.cpp51 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/
DAlternatingColorPatternBench.cpp40 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function
115 makebm(&fBmp, w, h); in onDelayedSetup()