/external/skia/gm/ |
drawminibitmaprect.cpp | 16 static SkImage* makebm(SkCanvas* caller, int w, int h) { function 83 fImage.reset(makebm(canvas, gSurfaceSize, gSurfaceSize));
|
shadertext3.cpp | 14 static void makebm(SkBitmap* bm, int w, int h) { function in namespace:skiagm 63 makebm(&fBmp, kPointSize / 4, kPointSize / 4);
|
tilemodes.cpp | 19 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { function 75 makebm(&fTexture[i], gColorTypes[i], size, size); 123 makebm(&fTexture[i], gColorTypes[i], size, size); 161 makebm(&bm, kN32_SkColorType, gWidth, gHeight);
|
tilemodes_scaled.cpp | 19 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { function 74 makebm(&fTexture[i], gColorTypes[i], size, size); 126 makebm(&fTexture[i], gColorTypes[i], size, size); 165 makebm(&bm, kN32_SkColorType, gWidth, gHeight);
|
drawbitmaprect.cpp | 35 static SkImage* makebm(SkCanvas* origCanvas, SkBitmap* resultBM, int w, int h) { function 139 fImage.reset(makebm(canvas, &fLargeBitmap, gBmpSize, gBmpSize));
|
shadertext.cpp | 15 static void makebm(SkBitmap* bm, int w, int h) { function in namespace:skiagm 138 makebm(&bm, w/16, h/4);
|
shadertext2.cpp | 12 static void makebm(SkBitmap* bm, int w, int h) { function 74 makebm(&bmp, kPointSize / 2, kPointSize / 2);
|
/external/skia/bench/ |
AlternatingColorPatternBench.cpp | 39 static void makebm(SkBitmap* bm, int w, int h) { function 119 makebm(&fBmp, w, h);
|
/external/skia/samplecode/ |
SampleShaderText.cpp | 14 static void makebm(SkBitmap* bm, int w, int h) { function 35 makebm(&bmp, w/2, h/4);
|
SampleTiling.cpp | 27 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { function 66 makebm(&fTexture[i], gColorTypes[i], gWidth, gHeight);
|