Home
last modified time | relevance | path

Searched refs:make_bitmap (Results 1 – 22 of 22) sorted by relevance

/external/skia/gm/
Ddownsamplebitmap.cpp72 make_bitmap(); in make_bitmap_wrapper()
76 virtual void make_bitmap() = 0;
119 void make_bitmap() override { in make_bitmap() function in DownsampleBitmapTextGM
154 void make_bitmap() override { in make_bitmap() function in DownsampleBitmapCheckerboardGM
171 void make_bitmap() override { in make_bitmap() function in DownsampleBitmapImageGM
Dtinybitmap.cpp16 static SkBitmap make_bitmap() { in make_bitmap() function
37 SkBitmap bm = make_bitmap(); in onDraw()
Dall_bitmap_configs.cpp33 static SkBitmap make_bitmap(SkColorType ct) { in make_bitmap() function
143 SkBitmap bitmapA8 = make_bitmap(kAlpha_8_SkColorType);
148 SkBitmap bitmapG8 = make_bitmap(kGray_8_SkColorType);
Dshowmiplevels.cpp22 static SkBitmap make_bitmap(int w, int h) { in make_bitmap() function
174 fBM[1] = make_bitmap(fN, fN); in onOnceBeforeDraw()
289 fBM[1] = make_bitmap(fW, fH); in onOnceBeforeDraw()
Dbitmaprect.cpp17 static void make_bitmap(SkBitmap* bitmap) { in make_bitmap() function
63 make_bitmap(&bitmap); in onDraw()
/external/skqp/gm/
Ddownsamplebitmap.cpp72 make_bitmap(); in make_bitmap_wrapper()
76 virtual void make_bitmap() = 0;
119 void make_bitmap() override { in make_bitmap() function in DownsampleBitmapTextGM
154 void make_bitmap() override { in make_bitmap() function in DownsampleBitmapCheckerboardGM
171 void make_bitmap() override { in make_bitmap() function in DownsampleBitmapImageGM
Dtinybitmap.cpp16 static SkBitmap make_bitmap() { in make_bitmap() function
37 SkBitmap bm = make_bitmap(); in onDraw()
Dall_bitmap_configs.cpp33 static SkBitmap make_bitmap(SkColorType ct) { in make_bitmap() function
143 SkBitmap bitmapA8 = make_bitmap(kAlpha_8_SkColorType);
148 SkBitmap bitmapG8 = make_bitmap(kGray_8_SkColorType);
Dshowmiplevels.cpp21 static SkBitmap make_bitmap(int w, int h) { in make_bitmap() function
173 fBM[1] = make_bitmap(fN, fN); in onOnceBeforeDraw()
288 fBM[1] = make_bitmap(fW, fH); in onOnceBeforeDraw()
Dbitmaprect.cpp17 static void make_bitmap(SkBitmap* bitmap) { in make_bitmap() function
63 make_bitmap(&bitmap); in onDraw()
/external/skia/samplecode/
DSampleRepeatTile.cpp13 static void make_bitmap(SkBitmap* bm) { in make_bitmap() function
37 make_bitmap(&bm); in make_paint()
DSampleTextureDomain.cpp14 static SkBitmap make_bitmap() { in make_bitmap() function
32 fBM = make_bitmap(); in TextureDomainView()
DSampleBitmapRect.cpp30 static void make_bitmap(SkBitmap* bitmap) { in make_bitmap() function
124 make_bitmap(&bitmap); in onDrawContent()
DSampleFilterFuzz.cpp286 static const SkBitmap& make_bitmap() { in make_bitmap() function
331 canvas->drawBitmap(make_bitmap(), 0, 0, nullptr); in drawSomething()
672 sk_sp<SkImage> image(SkImage::MakeFromBitmap(make_bitmap())); in make_image_filter()
749 canvas->drawBitmap(make_bitmap(), SkIntToScalar(x), SkIntToScalar(y), &paint); in drawClippedBitmap()
/external/skqp/samplecode/
DSampleRepeatTile.cpp13 static void make_bitmap(SkBitmap* bm) { in make_bitmap() function
37 make_bitmap(&bm); in make_paint()
DSampleTextureDomain.cpp14 static SkBitmap make_bitmap() { in make_bitmap() function
32 fBM = make_bitmap(); in TextureDomainView()
DSampleBitmapRect.cpp30 static void make_bitmap(SkBitmap* bitmap) { in make_bitmap() function
124 make_bitmap(&bitmap); in onDrawContent()
DSampleFilterFuzz.cpp286 static const SkBitmap& make_bitmap() { in make_bitmap() function
331 canvas->drawBitmap(make_bitmap(), 0, 0, nullptr); in drawSomething()
672 sk_sp<SkImage> image(SkImage::MakeFromBitmap(make_bitmap())); in make_image_filter()
749 canvas->drawBitmap(make_bitmap(), SkIntToScalar(x), SkIntToScalar(y), &paint); in drawClippedBitmap()
/external/skia/bench/
DMergeBench.cpp19 static sk_sp<SkImage> make_bitmap() { in make_bitmap() function
65 fImage = make_bitmap(); in onDelayedSetup()
/external/skqp/bench/
DMergeBench.cpp19 static sk_sp<SkImage> make_bitmap() { in make_bitmap() function
65 fImage = make_bitmap(); in onDelayedSetup()
/external/skia/tests/
DMipMapTest.cpp13 static void make_bitmap(SkBitmap* bm, int width, int height) { in make_bitmap() function
25 make_bitmap(&bm, width, height); in DEF_TEST()
/external/skqp/tests/
DMipMapTest.cpp13 static void make_bitmap(SkBitmap* bm, int width, int height) { in make_bitmap() function
25 make_bitmap(&bm, width, height); in DEF_TEST()