HomeSort by relevance Sort by last modified time
    Searched refs:createCompatibleDevice (Results 1 - 13 of 13) sorted by null

  /external/skia/src/core/
SkDeviceImageFilterProxy.h 18 return fDevice->createCompatibleDevice(SkBitmap::kARGB_8888_Config,
SkCanvas.cpp 873 device = this->createCompatibleDevice(config, ir.width(), ir.height(),
    [all...]
SkDevice.cpp 92 SkDevice* SkDevice::createCompatibleDevice(SkBitmap::Config config,
  /external/skia/bench/
DeferredCanvasBench.cpp 29 SkDevice *device = canvas->getDevice()->createCompatibleDevice(
  /external/skia/gm/
extractbitmap.cpp 77 SkAutoTUnref<SkDevice> secondDevice(canvas->createCompatibleDevice(
  /external/skia/legacy/include/core/
SkDevice.h 65 SkDevice* createCompatibleDevice(SkBitmap::Config config,
353 * Subclasses should override this to implement createCompatibleDevice.
SkCanvas.h 104 * Shortcut for getDevice()->createCompatibleDevice(...).
107 SkDevice* createCompatibleDevice(SkBitmap::Config config,
    [all...]
  /external/skia/include/core/
SkDevice.h 92 SkDevice* createCompatibleDevice(SkBitmap::Config config,
438 * Subclasses should override this to implement createCompatibleDevice.
SkCanvas.h 112 * Shortcut for getDevice()->createCompatibleDevice(...).
115 SkDevice* createCompatibleDevice(SkBitmap::Config config,
    [all...]
  /external/skia/legacy/src/core/
SkCanvas.cpp 779 device = this->createCompatibleDevice(config, ir.width(), ir.height(),
919 return fDevice->createCompatibleDevice(SkBitmap::kARGB_8888_Config,
    [all...]
SkDevice.cpp 37 SkDevice* SkDevice::createCompatibleDevice(SkBitmap::Config config,
  /external/skia/legacy/src/utils/
SkDeferredCanvas.cpp 585 fImmediateDevice->createCompatibleDevice(config, width, height,
  /external/skia/src/utils/
SkDeferredCanvas.cpp 438 (fImmediateDevice->createCompatibleDevice(config, width, height,

Completed in 851 milliseconds