/external/chromium_org/third_party/skia/gm/ |
shadertext3.cpp | 14 static void makebm(SkBitmap* bm, int w, int h) { function in namespace:skiagm 66 makebm(&fBmp, kPointSize / 4, kPointSize / 4);
|
drawbitmaprect.cpp | 31 static void makebm(SkBitmap* bm, int w, int h) { function in namespace:skiagm 94 makebm(&fLargeBitmap, kBmpSize, kBmpSize);
|
shadertext.cpp | 14 static void makebm(SkBitmap* bm, int w, int h) { function in namespace:skiagm 140 makebm(&bm, w/16, h/4);
|
shadertext2.cpp | 13 static void makebm(SkBitmap* bm, int w, int h) { function in namespace:skiagm 88 makebm(&bmp, kPointSize / 2, kPointSize / 2);
|
tilemodes.cpp | 21 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { function 77 makebm(&fTexture[i], gColorTypes[i], size, size); 125 makebm(&fTexture[i], gColorTypes[i], size, size); 163 makebm(&bm, kN32_SkColorType, gWidth, gHeight);
|
tilemodes_scaled.cpp | 22 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { function 88 makebm(&fTexture[i], gColorTypes[i], size, size); 143 makebm(&fTexture[i], gColorTypes[i], size, size); 183 makebm(&bm, kN32_SkColorType, gWidth, gHeight);
|
/external/chromium_org/third_party/skia/samplecode/ |
SampleTiling.cpp | 27 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { function 66 makebm(&fTexture[i], gColorTypes[i], gWidth, gHeight);
|
SampleShaderText.cpp | 13 static void makebm(SkBitmap* bm, int w, int h) { function 34 makebm(&bmp, w/2, h/4);
|
/external/chromium_org/third_party/skia/bench/ |
AlternatingColorPatternBench.cpp | 38 static void makebm(SkBitmap* bm, int w, int h) { function 118 makebm(&fBmp, w, h);
|