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

/external/chromium_org/third_party/skia/gm/
H A Dshadertext3.cpp14 static void makebm(SkBitmap* bm, int w, int h) { function in namespace:skiagm
66 makebm(&fBmp, kPointSize / 4, kPointSize / 4);
H A Dtilemodes.cpp21 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);
H A Dtilemodes_scaled.cpp22 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);
H A Ddrawbitmaprect.cpp31 static void makebm(SkBitmap* bm, int w, int h) { function in namespace:skiagm
94 makebm(&fLargeBitmap, kBmpSize, kBmpSize);
H A Dshadertext.cpp14 static void makebm(SkBitmap* bm, int w, int h) { function in namespace:skiagm
140 makebm(&bm, w/16, h/4);
H A Dshadertext2.cpp13 static void makebm(SkBitmap* bm, int w, int h) { function in namespace:skiagm
88 makebm(&bmp, kPointSize / 2, kPointSize / 2);
/external/skia/gm/
H A Dshadertext3.cpp14 static void makebm(SkBitmap* bm, int w, int h) { function in namespace:skiagm
66 makebm(&fBmp, kPointSize / 4, kPointSize / 4);
H A Dtilemodes.cpp21 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { function
77 makebm(&fTexture[i], gColorTypes[i], size, size);
124 makebm(&fTexture[i], gColorTypes[i], size, size);
161 makebm(&bm, kN32_SkColorType, gWidth, gHeight);
H A Dtilemodes_scaled.cpp22 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { function
88 makebm(&fTexture[i], gColorTypes[i], size, size);
142 makebm(&fTexture[i], gColorTypes[i], size, size);
181 makebm(&bm, kN32_SkColorType, gWidth, gHeight);
H A Ddrawbitmaprect.cpp31 static void makebm(SkBitmap* bm, int w, int h) { function in namespace:skiagm
94 makebm(&fLargeBitmap, kBmpSize, kBmpSize);
H A Dshadertext.cpp14 static void makebm(SkBitmap* bm, int w, int h) { function in namespace:skiagm
35 makebm(&bmp, w/2, h/4);
H A Dshadertext2.cpp13 static void makebm(SkBitmap* bm, int w, int h) { function in namespace:skiagm
88 makebm(&bmp, kPointSize / 2, kPointSize / 2);
/external/chromium_org/third_party/skia/bench/
H A DAlternatingColorPatternBench.cpp38 static void makebm(SkBitmap* bm, int w, int h) { function
118 makebm(&fBmp, w, h);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleShaderText.cpp13 static void makebm(SkBitmap* bm, int w, int h) { function
34 makebm(&bmp, w/2, h/4);
H A DSampleTiling.cpp27 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { function
66 makebm(&fTexture[i], gColorTypes[i], gWidth, gHeight);
/external/skia/samplecode/
H A DSampleShaderText.cpp13 static void makebm(SkBitmap* bm, int w, int h) { function
34 makebm(&bmp, w/2, h/4);
H A DSampleTiling.cpp27 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { function
66 makebm(&fTexture[i], gColorTypes[i], gWidth, gHeight);

Completed in 9839 milliseconds