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

  /external/chromium_org/skia/ext/
vector_platform_device_emf_win.cc 25 SkBaseDevice* VectorPlatformDeviceEmf::CreateDevice(
49 SkBaseDevice* device = VectorPlatformDeviceEmf::create(
68 SkBaseDevice* VectorPlatformDeviceEmf::create(HDC dc, int width, int height) {
81 // VectorPlatformDeviceEmf has no way to detect this, so the HBITMAP
95 return new VectorPlatformDeviceEmf(dc, bitmap);
98 VectorPlatformDeviceEmf::VectorPlatformDeviceEmf(HDC dc, const SkBitmap& bitmap)
107 VectorPlatformDeviceEmf::~VectorPlatformDeviceEmf() {
112 HDC VectorPlatformDeviceEmf::BeginPlatformPaint()
    [all...]
vector_platform_device_emf_win.h 22 class VectorPlatformDeviceEmf : public SkBitmapDevice, public PlatformDevice {
30 VectorPlatformDeviceEmf(HDC dc, const SkBitmap& bitmap);
31 virtual ~VectorPlatformDeviceEmf();
137 DISALLOW_COPY_AND_ASSIGN(VectorPlatformDeviceEmf);
vector_canvas_unittest.cc 394 VectorPlatformDeviceEmf::CreateDevice(
  /external/chromium_org/printing/
emf_win.cc 526 return skia::VectorPlatformDeviceEmf::CreateDevice(page_size.width(),

Completed in 64 milliseconds