Searched refs:make_bitmap (Results 1 - 25 of 46) sorted by last modified time

12

/external/skia/src/gpu/
H A DSkGpuDevice.cpp134 static SkBitmap make_bitmap(GrContext* context, GrRenderTarget* renderTarget) { function
153 : SkBitmapDevice(make_bitmap(context, texture->asRenderTarget())) {
158 : SkBitmapDevice(make_bitmap(context, renderTarget)) {
/external/skia/tests/
H A DMipMapTest.cpp13 static void make_bitmap(SkBitmap* bm, SkRandom& rand) { function
27 make_bitmap(&bm, rand);
/external/skia/bench/
H A DMergeBench.cpp29 make_bitmap();
54 void make_bitmap() { function in class:MergeBench
/external/skia/gm/
H A Dbitmaprect.cpp16 static void make_bitmap(SkBitmap* bitmap) { function
62 make_bitmap(&bitmap);
H A Dbitmapscroll.cpp18 static void make_bitmap(int quarterWidth, int quarterHeight, SkBitmap *bitmap) { function in namespace:skiagm
52 make_bitmap(quarterWidth, quarterHeight, &origBitmap);
H A Ddisplacement.cpp26 make_bitmap();
34 void make_bitmap() { function in class:skiagm::DisplacementMapGM
H A Ddownsamplebitmap.cpp62 make_bitmap();
66 virtual void make_bitmap() = 0;
108 virtual void make_bitmap() SK_OVERRIDE {
143 virtual void make_bitmap() SK_OVERRIDE {
174 virtual void make_bitmap() SK_OVERRIDE {
H A Dimagefiltersgraph.cpp96 void make_bitmap() { function in class:ImageFiltersGraphGM
119 this->make_bitmap();
H A Dlighting.cpp31 void make_bitmap() { function in class:skiagm::ImageLightingGM
58 make_bitmap();
H A Dmatrixconvolution.cpp30 void make_bitmap() { function in class:skiagm::MatrixConvolutionGM
86 make_bitmap();
H A Dmorphology.cpp28 void make_bitmap() { function in class:skiagm::MorphologyGM
57 make_bitmap();
H A Dninepatchstretch.cpp10 static void make_bitmap(SkBitmap* bitmap, SkIRect* center) { function
62 make_bitmap(&bm, &center);
H A Doffsetimagefilter.cpp29 void make_bitmap() { function in class:skiagm::OffsetImageFilterGM
90 make_bitmap();
H A Dtileimagefilter.cpp31 void make_bitmap() { function in class:skiagm::TileImageFilterGM
70 make_bitmap();
H A Dtinybitmap.cpp16 static SkBitmap make_bitmap() { function in namespace:skiagm
46 SkBitmap bm = make_bitmap();
H A Dxfermodeimagefilter.cpp31 void make_bitmap() { function in class:skiagm::XfermodeImageFilterGM
88 make_bitmap();
/external/skia/samplecode/
H A DSampleBitmapRect.cpp36 static void make_bitmap(SkBitmap* bitmap) { function
127 make_bitmap(&bitmap);
H A DSampleBlur.cpp17 static SkBitmap make_bitmap() { function
58 fBM = make_bitmap();
H A DSampleDitherBitmap.cpp55 static SkBitmap make_bitmap() { function
86 fBM8 = make_bitmap();
H A DSampleFilterFuzz.cpp199 static const SkBitmap& make_bitmap() { function
215 canvas->drawBitmap(make_bitmap(), 0, 0, NULL);
363 filter = SkBitmapSource::Create(make_bitmap(), make_rect(), make_rect());
365 filter = SkBitmapSource::Create(make_bitmap());
428 canvas->drawBitmap(make_bitmap(), SkIntToScalar(x), SkIntToScalar(y), &paint);
H A DSampleRepeatTile.cpp14 static void make_bitmap(SkBitmap* bm) { function
38 make_bitmap(&bm);
H A DSampleTextureDomain.cpp14 static SkBitmap make_bitmap() { function
33 fBM = make_bitmap();
H A DSampleTinyBitmap.cpp15 static SkBitmap make_bitmap() { function
45 fBM = make_bitmap();
/external/chromium_org/third_party/skia/tests/
H A DMipMapTest.cpp13 static void make_bitmap(SkBitmap* bm, SkRandom& rand) { function
27 make_bitmap(&bm, rand);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleBitmapRect.cpp36 static void make_bitmap(SkBitmap* bitmap) { function
127 make_bitmap(&bitmap);

Completed in 2199 milliseconds

12