Searched refs:allocPixelsFlags (Results 1 – 5 of 5) sorted by relevance
/external/skia/docs/examples/ |
D | Bitmap_allocPixelsFlags.cpp | 8 bitmap.allocPixelsFlags(SkImageInfo::MakeN32(44, 16, kPremul_SkAlphaType), in draw()
|
/external/skia/include/core/ |
D | SkBitmap.h | 454 void allocPixelsFlags(const SkImageInfo& info, uint32_t flags);
|
/external/skia/src/core/ |
D | SkBitmap.cpp | 238 void SkBitmap::allocPixelsFlags(const SkImageInfo& info, uint32_t flags) { in allocPixelsFlags() function in SkBitmap
|
/external/skia/dm/ |
D | DMSrcSink.cpp | 2117 dst->allocPixelsFlags(SkImageInfo::Make(size, fColorType, alphaType, fColorSpace), in draw()
|
/external/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 57 void allocPixelsFlags(const SkImageInfo& info, uint32_t flags);
|