/external/skia/gm/ |
D | tilemodes_scaled.cpp | 21 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function 75 makebm(&fTexture[i], gColorTypes[i], size, size); in onOnceBeforeDraw() 128 makebm(&fTexture[i], gColorTypes[i], size, size); in onDraw() 161 makebm(&bm, kN32_SkColorType, gWidth, gHeight); in make_bm()
|
D | shadertext3.cpp | 15 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function 62 makebm(&fBmp, kPointSize / 4, kPointSize / 4); in onOnceBeforeDraw()
|
D | tilemodes.cpp | 22 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function 77 makebm(&fTexture[i], gColorTypes[i], size, size); in onOnceBeforeDraw() 127 makebm(&fTexture[i], gColorTypes[i], size, size); in onDraw() 161 makebm(&bm, kN32_SkColorType, gWidth, gHeight); in make_bm()
|
D | drawminibitmaprect.cpp | 17 static sk_sp<SkImage> makebm(int w, int h) { in makebm() function 81 fImage = makebm(gSurfaceSize, gSurfaceSize); in onDraw()
|
D | drawbitmaprect.cpp | 35 static sk_sp<SkImage> makebm(SkCanvas* origCanvas, SkBitmap* resultBM, int w, int h) { in makebm() function 152 fImage = makebm(canvas, &fLargeBitmap, gBmpSize, gBmpSize); in setupImage()
|
/external/skqp/gm/ |
D | tilemodes_scaled.cpp | 21 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function 75 makebm(&fTexture[i], gColorTypes[i], size, size); in onOnceBeforeDraw() 128 makebm(&fTexture[i], gColorTypes[i], size, size); in onDraw() 161 makebm(&bm, kN32_SkColorType, gWidth, gHeight); in make_bm()
|
D | shadertext3.cpp | 15 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function 62 makebm(&fBmp, kPointSize / 4, kPointSize / 4); in onOnceBeforeDraw()
|
D | tilemodes.cpp | 22 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function 77 makebm(&fTexture[i], gColorTypes[i], size, size); in onOnceBeforeDraw() 127 makebm(&fTexture[i], gColorTypes[i], size, size); in onDraw() 161 makebm(&bm, kN32_SkColorType, gWidth, gHeight); in make_bm()
|
D | drawminibitmaprect.cpp | 17 static sk_sp<SkImage> makebm(int w, int h) { in makebm() function 81 fImage = makebm(gSurfaceSize, gSurfaceSize); in onDraw()
|
D | drawbitmaprect.cpp | 35 static sk_sp<SkImage> makebm(SkCanvas* origCanvas, SkBitmap* resultBM, int w, int h) { in makebm() function 152 fImage = makebm(canvas, &fLargeBitmap, gBmpSize, gBmpSize); in setupImage()
|
/external/skia/samplecode/ |
D | SampleTiling.cpp | 28 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function 66 makebm(&fTexture[i], gColorTypes[i], gWidth, gHeight); in TilingView()
|
/external/skqp/samplecode/ |
D | SampleTiling.cpp | 28 static void makebm(SkBitmap* bm, SkColorType ct, int w, int h) { in makebm() function 66 makebm(&fTexture[i], gColorTypes[i], gWidth, gHeight); in TilingView()
|
/external/skqp/bench/ |
D | AlternatingColorPatternBench.cpp | 40 static void makebm(SkBitmap* bm, int w, int h) { in makebm() function 115 makebm(&fBmp, w, h); in onDelayedSetup()
|
/external/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()
|