Searched defs:PlatformBitmap (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_skia.cc82 // Port of PlatformBitmap to android
83 PlatformBitmap::~PlatformBitmap() {
87 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) {
H A Dplatform_canvas.cc68 PlatformBitmap::PlatformBitmap() : surface_(0), platform_extra_(0) {} function in class:skia::PlatformBitmap
H A Dplatform_canvas.h158 // PlatformBitmap holds a PlatformSurface that can also be used as an SkBitmap.
159 class SK_API PlatformBitmap { class in namespace:skia
161 PlatformBitmap();
162 ~PlatformBitmap();
183 DISALLOW_COPY_AND_ASSIGN(PlatformBitmap);
H A Dbitmap_platform_device_cairo.cc209 // Port of PlatformBitmap to linux
210 PlatformBitmap::~PlatformBitmap() {
214 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) {
215 // The SkBitmap allocates and owns the bitmap memory; PlatformBitmap owns the
217 // outlive the PlatformBitmap if additional copies are made.
H A Dbitmap_platform_device_mac.cc263 // Port of PlatformBitmap to mac
265 PlatformBitmap::~PlatformBitmap() {
270 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) {
H A Dbitmap_platform_device_win.cc292 // Port of PlatformBitmap to win
294 PlatformBitmap::~PlatformBitmap() {
302 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) {

Completed in 450 milliseconds