Searched refs:makebm (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/gm/ |
H A D | tilemodes_scaled.cpp | 36 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function 89 makebm(&fTexture[i], gColorTypes[i], size, size); 137 makebm(&fTexture[i], gColorTypes[i], size, size); 170 makebm(&bm, kN32_SkColorType, gWidth, gHeight); in make_bm()
|
H A D | drawminibitmaprect.cpp | 29 static sk_sp<SkImage> makebm(int w, int h) { in makebm() function 93 fImage = makebm(gSurfaceSize, gSurfaceSize);
|
H A D | shadertext3.cpp | 31 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function 78 makebm(&fBmp, kPointSize / 4, kPointSize / 4);
|
H A D | tilemodes.cpp | 33 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function 87 makebm(&fTexture[i], gColorTypes[i], size, size); 136 makebm(&fTexture[i], gColorTypes[i], size, size); 170 makebm(&bm, kN32_SkColorType, gWidth, gHeight); in make_bm()
|
H A D | drawbitmaprect.cpp | 51 static sk_sp<SkImage> makebm(SkCanvas* origCanvas, SkBitmap* resultBM, int w, int h) { in makebm() function 174 fImage = makebm(canvas, &fLargeBitmap, gBmpSize, gBmpSize); in setupImage()
|
/third_party/skia/bench/ |
H A D | AlternatingColorPatternBench.cpp | 40 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function 115 makebm(&fBmp, w, h);
|
Completed in 3 milliseconds