Home
last modified time | relevance | path

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

/external/skia/gm/
Dtilemodes_scaled.cpp20 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function
74 makebm(&fTexture[i], gColorTypes[i], size, size); in onOnceBeforeDraw()
127 makebm(&fTexture[i], gColorTypes[i], size, size); in onDraw()
166 makebm(&bm, kN32_SkColorType, gWidth, gHeight); in make_bm()
Dtilemodes.cpp21 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function
76 makebm(&fTexture[i], gColorTypes[i], size, size); in onOnceBeforeDraw()
125 makebm(&fTexture[i], gColorTypes[i], size, size); in onDraw()
163 makebm(&bm, kN32_SkColorType, gWidth, gHeight); in make_bm()
Dshadertext3.cpp15 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function
64 makebm(&fBmp, kPointSize / 4, kPointSize / 4); in onOnceBeforeDraw()
Ddrawminibitmaprect.cpp17 static sk_sp<SkImage> makebm(SkCanvas* caller, int w, int h) { in makebm() function
84 fImage = makebm(canvas, gSurfaceSize, gSurfaceSize); in onDraw()
Dshadertext2.cpp13 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function
75 makebm(&bmp, kPointSize / 2, kPointSize / 2);
Dshadertext.cpp16 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function
139 makebm(&bm, w/16, h/4); in onDraw()
Ddrawbitmaprect.cpp35 static sk_sp<SkImage> makebm(SkCanvas* origCanvas, SkBitmap* resultBM, int w, int h) { in makebm() function
157 fImage = makebm(canvas, &fLargeBitmap, gBmpSize, gBmpSize); in setupImage()
/external/skia/bench/
DAlternatingColorPatternBench.cpp39 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function
114 makebm(&fBmp, w, h); in onDelayedSetup()
/external/skia/samplecode/
DSampleTiling.cpp26 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function
64 makebm(&fTexture[i], gColorTypes[i], gWidth, gHeight); in TilingView()
DSampleShaderText.cpp14 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function
35 makebm(&bmp, w/2, h/4); in MakeBitmapShader()