HomeSort by relevance Sort by last modified time
    Searched defs:PlatformBitmap (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/skia/ext/
bitmap_platform_device_skia.cc 82 // Port of PlatformBitmap to android
83 PlatformBitmap::~PlatformBitmap() {
87 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) {
platform_canvas.cc 68 PlatformBitmap::PlatformBitmap() : surface_(0), platform_extra_(0) {}
platform_canvas.h 158 // PlatformBitmap holds a PlatformSurface that can also be used as an SkBitmap.
159 class SK_API PlatformBitmap {
161 PlatformBitmap();
162 ~PlatformBitmap();
183 DISALLOW_COPY_AND_ASSIGN(PlatformBitmap);
bitmap_platform_device_cairo.cc 209 // 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.
bitmap_platform_device_mac.cc 263 // Port of PlatformBitmap to mac
265 PlatformBitmap::~PlatformBitmap() {
270 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) {
bitmap_platform_device_win.cc 292 // Port of PlatformBitmap to win
294 PlatformBitmap::~PlatformBitmap() {
302 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) {

Completed in 767 milliseconds