/third_party/skia/gm/ |
D | tilemodes_scaled.cpp | 36 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function 89 makebm(&fTexture[i], gColorTypes[i], size, size); in onOnceBeforeDraw() 137 makebm(&fTexture[i], gColorTypes[i], size, size); in onDraw() 170 makebm(&bm, kN32_SkColorType, gWidth, gHeight); in make_bm()
|
D | shadertext3.cpp | 31 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function 78 makebm(&fBmp, kPointSize / 4, kPointSize / 4); in onOnceBeforeDraw()
|
D | tilemodes.cpp | 33 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function 87 makebm(&fTexture[i], gColorTypes[i], size, size); in onOnceBeforeDraw() 136 makebm(&fTexture[i], gColorTypes[i], size, size); in onDraw() 170 makebm(&bm, kN32_SkColorType, gWidth, gHeight); in make_bm()
|
D | drawminibitmaprect.cpp | 29 static sk_sp<SkImage> makebm(int w, int h) { in makebm() function 93 fImage = makebm(gSurfaceSize, gSurfaceSize); in onDraw()
|
D | drawbitmaprect.cpp | 51 static sk_sp<SkImage> makebm(SkCanvas* origCanvas, SkBitmap* resultBM, int w, int h) { in makebm() function 174 fImage = makebm(canvas, &fLargeBitmap, gBmpSize, gBmpSize); in setupImage()
|
/third_party/flutter/skia/gm/ |
D | tilemodes_scaled.cpp | 30 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function 84 makebm(&fTexture[i], gColorTypes[i], size, size); in onOnceBeforeDraw() 137 makebm(&fTexture[i], gColorTypes[i], size, size); in onDraw() 170 makebm(&bm, kN32_SkColorType, gWidth, gHeight); in make_bm()
|
D | shadertext3.cpp | 32 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function 79 makebm(&fBmp, kPointSize / 4, kPointSize / 4); in onOnceBeforeDraw()
|
D | drawminibitmaprect.cpp | 29 static sk_sp<SkImage> makebm(int w, int h) { in makebm() function 93 fImage = makebm(gSurfaceSize, gSurfaceSize); in onDraw()
|
D | tilemodes.cpp | 34 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function 89 makebm(&fTexture[i], gColorTypes[i], size, size); in onOnceBeforeDraw() 139 makebm(&fTexture[i], gColorTypes[i], size, size); in onDraw() 173 makebm(&bm, kN32_SkColorType, gWidth, gHeight); in make_bm()
|
D | drawbitmaprect.cpp | 50 static sk_sp<SkImage> makebm(SkCanvas* origCanvas, SkBitmap* resultBM, int w, int h) { in makebm() function 167 fImage = makebm(canvas, &fLargeBitmap, gBmpSize, gBmpSize); in setupImage()
|
/third_party/skia/bench/ |
D | AlternatingColorPatternBench.cpp | 40 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function 115 makebm(&fBmp, w, h); in onDelayedSetup()
|
/third_party/flutter/skia/bench/ |
D | AlternatingColorPatternBench.cpp | 40 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function 115 makebm(&fBmp, w, h); in onDelayedSetup()
|