HomeSort by relevance Sort by last modified time
    Searched refs:PlatformBitmap (Results 1 - 8 of 8) 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.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);
platform_canvas.cc 68 PlatformBitmap::PlatformBitmap() : surface_(0), platform_extra_(0) {}
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) {
platform_canvas_unittest.cc 398 TEST(PlatformBitmapTest, PlatformBitmap) {
401 scoped_ptr<PlatformBitmap> platform_bitmap(new PlatformBitmap);
436 // The SkBitmaps derived from a PlatformBitmap must be capable of outliving
437 // the PlatformBitmap.
  /external/chromium_org/content/browser/media/capture/
web_contents_video_capture_device_unittest.cc 256 // Although it's not necessary, use a PlatformBitmap here (instead of a
258 skia::PlatformBitmap output;

Completed in 204 milliseconds