HomeSort by relevance Sort by last modified time
    Searched refs:make_bitmap (Results 1 - 12 of 12) sorted by null

  /external/skia/gm/
tinybitmap.cpp 16 static SkBitmap make_bitmap() { function in namespace:skiagm
39 fBM = make_bitmap();
morphology.cpp 28 void make_bitmap() { function in class:skiagm::MorphologyGM
49 make_bitmap();
ninepatchstretch.cpp 12 static void make_bitmap(SkBitmap* bitmap, GrContext* ctx, SkIRect* center) { function
71 make_bitmap(&bm, NULL /*SampleCode::GetGr()*/, &center);
bitmapscroll.cpp 18 static void make_bitmap(int quarterWidth, int quarterHeight, SkBitmap *bitmap) { function in namespace:skiagm
51 make_bitmap(quarterWidth, quarterHeight, &origBitmap);
  /external/skia/samplecode/
SampleTinyBitmap.cpp 15 static SkBitmap make_bitmap() { function
44 fBM = make_bitmap();
SampleBitmapRect.cpp 29 static void make_bitmap(SkBitmap* bitmap, GrContext* ctx) { function
83 make_bitmap(&bitmap, ctx);
SampleRepeatTile.cpp 14 static void make_bitmap(SkBitmap* bm) { function
39 make_bitmap(&bm);
SampleNinePatch.cpp 13 static void make_bitmap(SkBitmap* bitmap, GrContext* ctx, SkIRect* center) { function
70 make_bitmap(&bm, SampleCode::GetGr(), &center);
SampleTextureDomain.cpp 14 SkBitmap make_bitmap() { function in namespace:__anon12235
35 fBM = make_bitmap();
SampleDitherBitmap.cpp 56 static SkBitmap make_bitmap() { function
86 fBM8 = make_bitmap();
SampleBlur.cpp 16 static SkBitmap make_bitmap() { function
  /external/skia/src/gpu/
SkGpuDevice.cpp 131 static SkBitmap make_bitmap(GrContext* context, GrRenderTarget* renderTarget) { function
143 : SkDevice(make_bitmap(context, texture->asRenderTarget())) {
148 : SkDevice(make_bitmap(context, renderTarget)) {
    [all...]

Completed in 911 milliseconds