Searched defs:makebm (Results 1 - 20 of 20) sorted by relevance

/external/skia/gm/
H A Dshadertext3.cpp15 static void makebm(SkBitmap* bm, int w, int h) { function in namespace:skiagm
64 makebm(&fBmp, kPointSize / 4, kPointSize / 4);
H A Ddrawminibitmaprect.cpp17 static sk_sp<SkImage> makebm(int w, int h) { function
81 fImage = makebm(gSurfaceSize, gSurfaceSize);
H A Dshadertext2.cpp13 static void makebm(SkBitmap* bm, int w, int h) { function
75 makebm(&bmp, kPointSize / 2, kPointSize / 2);
H A Ddrawbitmaprect.cpp35 static sk_sp<SkImage> makebm(SkCanvas* origCanvas, SkBitmap* resultBM, int w, int h) { function
152 fImage = makebm(canvas, &fLargeBitmap, gBmpSize, gBmpSize);
H A Dshadertext.cpp16 static void makebm(SkBitmap* bm, int w, int h) { function in namespace:skiagm
139 makebm(&bm, w/16, h/4);
H A Dtilemodes.cpp21 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { function
76 makebm(&fTexture[i], gColorTypes[i], size, size);
125 makebm(&fTexture[i], gColorTypes[i], size, size);
165 makebm(&bm, kN32_SkColorType, gWidth, gHeight);
H A Dtilemodes_scaled.cpp20 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { function
74 makebm(&fTexture[i], gColorTypes[i], size, size);
127 makebm(&fTexture[i], gColorTypes[i], size, size);
166 makebm(&bm, kN32_SkColorType, gWidth, gHeight);
/external/skqp/gm/
H A Dshadertext3.cpp15 static void makebm(SkBitmap* bm, int w, int h) { function in namespace:skiagm
64 makebm(&fBmp, kPointSize / 4, kPointSize / 4);
H A Ddrawminibitmaprect.cpp17 static sk_sp<SkImage> makebm(int w, int h) { function
81 fImage = makebm(gSurfaceSize, gSurfaceSize);
H A Dshadertext2.cpp13 static void makebm(SkBitmap* bm, int w, int h) { function
75 makebm(&bmp, kPointSize / 2, kPointSize / 2);
H A Ddrawbitmaprect.cpp35 static sk_sp<SkImage> makebm(SkCanvas* origCanvas, SkBitmap* resultBM, int w, int h) { function
152 fImage = makebm(canvas, &fLargeBitmap, gBmpSize, gBmpSize);
H A Dshadertext.cpp16 static void makebm(SkBitmap* bm, int w, int h) { function in namespace:skiagm
139 makebm(&bm, w/16, h/4);
H A Dtilemodes.cpp21 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { function
76 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.cpp20 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { function
74 makebm(&fTexture[i], gColorTypes[i], size, size);
127 makebm(&fTexture[i], gColorTypes[i], size, size);
166 makebm(&bm, kN32_SkColorType, gWidth, gHeight);
/external/skia/samplecode/
H A DSampleTiling.cpp28 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { function
66 makebm(&fTexture[i], gColorTypes[i], gWidth, gHeight);
H A DSampleShaderText.cpp15 static void makebm(SkBitmap* bm, int w, int h) { function
36 makebm(&bmp, w/2, h/4);
/external/skqp/samplecode/
H A DSampleTiling.cpp28 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { function
66 makebm(&fTexture[i], gColorTypes[i], gWidth, gHeight);
H A DSampleShaderText.cpp15 static void makebm(SkBitmap* bm, int w, int h) { function
36 makebm(&bmp, w/2, h/4);
/external/skia/bench/
H A DAlternatingColorPatternBench.cpp40 static void makebm(SkBitmap* bm, int w, int h) { function
115 makebm(&fBmp, w, h);
/external/skqp/bench/
H A DAlternatingColorPatternBench.cpp40 static void makebm(SkBitmap* bm, int w, int h) { function
115 makebm(&fBmp, w, h);

Completed in 1210 milliseconds