Searched refs:VectorPlatformDeviceEmf (Results 1 – 4 of 4) sorted by relevance
25 SkBaseDevice* VectorPlatformDeviceEmf::CreateDevice( in CreateDevice()49 SkBaseDevice* device = VectorPlatformDeviceEmf::create( in CreateDevice()68 SkBaseDevice* VectorPlatformDeviceEmf::create(HDC dc, int width, int height) { in create()99 return new VectorPlatformDeviceEmf(dc, bitmap); in create()102 VectorPlatformDeviceEmf::VectorPlatformDeviceEmf(HDC dc, const SkBitmap& bitmap) in VectorPlatformDeviceEmf() function in skia::VectorPlatformDeviceEmf111 VectorPlatformDeviceEmf::~VectorPlatformDeviceEmf() { in ~VectorPlatformDeviceEmf()116 HDC VectorPlatformDeviceEmf::BeginPlatformPaint() { in BeginPlatformPaint()120 uint32_t VectorPlatformDeviceEmf::getDeviceCapabilities() { in getDeviceCapabilities()124 void VectorPlatformDeviceEmf::drawPaint(const SkDraw& draw, in drawPaint()135 void VectorPlatformDeviceEmf::drawPoints(const SkDraw& draw, in drawPoints()[all …]
22 class VectorPlatformDeviceEmf : public SkBitmapDevice, public PlatformDevice {30 VectorPlatformDeviceEmf(HDC dc, const SkBitmap& bitmap);31 virtual ~VectorPlatformDeviceEmf();134 DISALLOW_COPY_AND_ASSIGN(VectorPlatformDeviceEmf);
394 VectorPlatformDeviceEmf::CreateDevice( in Init()
526 return skia::VectorPlatformDeviceEmf::CreateDevice(page_size.width(), in StartPageForVectorCanvas()