Home
last modified time | relevance | path

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

/third_party/skia/gm/
H A Dtilemodes_scaled.cpp36 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 Ddrawminibitmaprect.cpp29 static sk_sp<SkImage> makebm(int w, int h) { in makebm() function
93 fImage = makebm(gSurfaceSize, gSurfaceSize);
H A Dshadertext3.cpp31 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function
78 makebm(&fBmp, kPointSize / 4, kPointSize / 4);
H A Dtilemodes.cpp33 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 Ddrawbitmaprect.cpp51 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 DAlternatingColorPatternBench.cpp40 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function
115 makebm(&fBmp, w, h);

Completed in 3 milliseconds