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

  /external/chromium_org/third_party/skia/src/core/
SkDeviceImageFilterProxy.h 18 return fDevice->createCompatibleDevice(SkBitmap::kARGB_8888_Config,
SkDevice.cpp 95 SkDevice* SkDevice::createCompatibleDevice(SkBitmap::Config config,
SkCanvas.cpp 852 device = this->createCompatibleDevice(config, ir.width(), ir.height(),
    [all...]
  /external/skia/src/core/
SkDeviceImageFilterProxy.h 18 return fDevice->createCompatibleDevice(SkBitmap::kARGB_8888_Config,
SkDevice.cpp 95 SkDevice* SkDevice::createCompatibleDevice(SkBitmap::Config config,
SkCanvas.cpp 852 device = this->createCompatibleDevice(config, ir.width(), ir.height(),
    [all...]
  /external/skia/bench/
DeferredCanvasBench.cpp 29 SkDevice *device = canvas->getDevice()->createCompatibleDevice(
  /external/skia/gm/
extractbitmap.cpp 77 SkAutoTUnref<SkDevice> secondDevice(canvas->createCompatibleDevice(
  /external/chromium_org/third_party/skia/src/image/
SkSurface_Gpu.cpp 92 fDevice->createCompatibleDevice(fDevice->config(), fDevice->width(),
  /external/skia/src/image/
SkSurface_Gpu.cpp 92 fDevice->createCompatibleDevice(fDevice->config(), fDevice->width(),
  /external/chromium_org/third_party/skia/include/core/
SkDevice.h 91 SkDevice* createCompatibleDevice(SkBitmap::Config config,
439 * Subclasses should override this to implement createCompatibleDevice.
SkCanvas.h 105 * Shortcut for getDevice()->createCompatibleDevice(...).
108 SkDevice* createCompatibleDevice(SkBitmap::Config config,
    [all...]
  /external/skia/include/core/
SkDevice.h 91 SkDevice* createCompatibleDevice(SkBitmap::Config config,
439 * Subclasses should override this to implement createCompatibleDevice.
SkCanvas.h 112 * Shortcut for getDevice()->createCompatibleDevice(...).
115 SkDevice* createCompatibleDevice(SkBitmap::Config config,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.h 89 SkDevice* createCompatibleDevice(const IntSize&, bool hasAlpha) const;
ImageBuffer.cpp 102 SkAutoTUnref<SkDevice> device(compatibleContext->createCompatibleDevice(size, hasAlpha));
GraphicsContext.cpp 103 SkDevice* GraphicsContext::createCompatibleDevice(const IntSize& size, bool hasAlpha) const
108 return m_canvas->createCompatibleDevice(SkBitmap::kARGB_8888_Config, size.width(), size.height(), !hasAlpha);
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 511 return immediateDevice()->createCompatibleDevice(config, width, height, isOpaque);
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 511 return immediateDevice()->createCompatibleDevice(config, width, height, isOpaque);
    [all...]
  /external/skia/tests/
DeferredCanvasTest.cpp 814 SkAutoTUnref<SkDevice> secondaryDevice(canvas->createCompatibleDevice(
    [all...]

Completed in 463 milliseconds