Searched refs:makebm (Results 1 – 9 of 9) sorted by relevance
/external/skia/gm/ |
D | tilemodes.cpp | 21 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function 77 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()
|
D | tilemodes_scaled.cpp | 22 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function 81 makebm(&fTexture[i], gColorTypes[i], size, size); in onOnceBeforeDraw() 135 makebm(&fTexture[i], gColorTypes[i], size, size); in onDraw() 175 makebm(&bm, kN32_SkColorType, gWidth, gHeight); in make_bm()
|
D | shadertext3.cpp | 14 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function 63 makebm(&fBmp, kPointSize / 4, kPointSize / 4); in onOnceBeforeDraw()
|
D | shadertext.cpp | 14 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function 137 makebm(&bm, w/16, h/4); in onDraw()
|
D | shadertext2.cpp | 13 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function 88 makebm(&bmp, kPointSize / 2, kPointSize / 2); in onDraw()
|
D | drawbitmaprect.cpp | 36 static SkImage* makebm(SkBitmap* bm, int w, int h) { in makebm() function 149 fImage.reset(makebm(&fLargeBitmap, gBmpSize, gBmpSize)); in onOnceBeforeDraw()
|
/external/skia/bench/ |
D | AlternatingColorPatternBench.cpp | 38 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function 118 makebm(&fBmp, w, h); in onPreDraw()
|
/external/skia/samplecode/ |
D | SampleTiling.cpp | 27 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function 66 makebm(&fTexture[i], gColorTypes[i], gWidth, gHeight); in TilingView()
|
D | SampleShaderText.cpp | 13 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function 34 makebm(&bmp, w/2, h/4); in MakeBitmapShader()
|