/external/skia/tests/ |
MipMapTest.cpp | 14 static void make_bitmap(SkBitmap* bm, SkRandom& rand) { function 29 make_bitmap(&bm, rand);
|
/external/skia/gm/ |
tinybitmap.cpp | 16 static SkBitmap make_bitmap() { function in namespace:skiagm 45 SkBitmap bm = make_bitmap();
|
displacement.cpp | 26 make_bitmap(); 34 void make_bitmap() { function in class:skiagm::DisplacementMapGM
|
imagefiltersgraph.cpp | 93 void make_bitmap() { function in class:ImageFiltersGraphGM 119 this->make_bitmap();
|
lighting.cpp | 27 void make_bitmap() { function in class:skiagm::ImageLightingGM 56 make_bitmap();
|
matrixconvolution.cpp | 26 void make_bitmap() { function in class:skiagm::MatrixConvolutionGM 84 make_bitmap();
|
morphology.cpp | 28 void make_bitmap() { function in class:skiagm::MorphologyGM 59 make_bitmap();
|
ninepatchstretch.cpp | 16 static void make_bitmap(SkBitmap* bitmap, GrContext* ctx, SkIRect* center) { function 78 make_bitmap(&bm, NULL /*SampleCode::GetGr()*/, ¢er);
|
offsetimagefilter.cpp | 29 void make_bitmap() { function in class:skiagm::OffsetImageFilterGM 81 make_bitmap();
|
tileimagefilter.cpp | 29 void make_bitmap() { function in class:skiagm::TileImageFilterGM 82 make_bitmap();
|
xfermodeimagefilter.cpp | 31 void make_bitmap() { function in class:skiagm::XfermodeImageFilterGM 92 make_bitmap();
|
bitmaprect.cpp | 16 static void make_bitmap(SkBitmap* bitmap) { function 63 make_bitmap(&bitmap);
|
bitmapscroll.cpp | 18 static void make_bitmap(int quarterWidth, int quarterHeight, SkBitmap *bitmap) { function in namespace:skiagm 55 make_bitmap(quarterWidth, quarterHeight, &origBitmap);
|
/external/skia/bench/ |
MergeBench.cpp | 29 make_bitmap(); 54 void make_bitmap() { function in class:MergeBench
|
/external/chromium_org/third_party/skia/src/gpu/ |
SkGpuDevice.cpp | 148 static SkBitmap make_bitmap(GrContext* context, GrRenderTarget* renderTarget) { function 166 static SkBitmap make_bitmap(SkBitmap::Config config, int width, int height, bool isOpaque) { function 185 : SkBitmapDevice(make_bitmap(context, texture->asRenderTarget())) { 190 : SkBitmapDevice(make_bitmap(context, renderTarget)) { 230 : SkBitmapDevice(make_bitmap(config, width, height, false /*isOpaque*/)) [all...] |
/external/skia/src/gpu/ |
SkGpuDevice.cpp | 148 static SkBitmap make_bitmap(GrContext* context, GrRenderTarget* renderTarget) { function 166 static SkBitmap make_bitmap(SkBitmap::Config config, int width, int height, bool isOpaque) { function 185 : SkBitmapDevice(make_bitmap(context, texture->asRenderTarget())) { 190 : SkBitmapDevice(make_bitmap(context, renderTarget)) { 230 : SkBitmapDevice(make_bitmap(config, width, height, false /*isOpaque*/)) [all...] |