Searched refs:make_bitmap (Results 1 - 12 of 12) sorted by relevance

/external/skia/gm/
H A Dtinybitmap.cpp16 static SkBitmap make_bitmap() { function in namespace:skiagm
39 fBM = make_bitmap();
H A Dmorphology.cpp28 void make_bitmap() { function in class:skiagm::MorphologyGM
49 make_bitmap();
H A Dninepatchstretch.cpp12 static void make_bitmap(SkBitmap* bitmap, GrContext* ctx, SkIRect* center) { function
71 make_bitmap(&bm, NULL /*SampleCode::GetGr()*/, &center);
H A Dbitmapscroll.cpp18 static void make_bitmap(int quarterWidth, int quarterHeight, SkBitmap *bitmap) { function in namespace:skiagm
51 make_bitmap(quarterWidth, quarterHeight, &origBitmap);
/external/skia/samplecode/
H A DSampleTinyBitmap.cpp15 static SkBitmap make_bitmap() { function
44 fBM = make_bitmap();
H A DSampleBitmapRect.cpp29 static void make_bitmap(SkBitmap* bitmap, GrContext* ctx) { function
83 make_bitmap(&bitmap, ctx);
H A DSampleRepeatTile.cpp14 static void make_bitmap(SkBitmap* bm) { function
39 make_bitmap(&bm);
H A DSampleNinePatch.cpp13 static void make_bitmap(SkBitmap* bitmap, GrContext* ctx, SkIRect* center) { function
70 make_bitmap(&bm, SampleCode::GetGr(), &center);
H A DSampleTextureDomain.cpp14 SkBitmap make_bitmap() { function in namespace:__anon10675
35 fBM = make_bitmap();
H A DSampleDitherBitmap.cpp56 static SkBitmap make_bitmap() { function
86 fBM8 = make_bitmap();
H A DSampleBlur.cpp16 static SkBitmap make_bitmap() { function
/external/skia/src/gpu/
H A DSkGpuDevice.cpp131 static SkBitmap make_bitmap(GrContext* context, GrRenderTarget* renderTarget) { function
143 : SkDevice(make_bitmap(context, texture->asRenderTarget())) {
148 : SkDevice(make_bitmap(context, renderTarget)) {

Completed in 92 milliseconds