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

  /external/chromium_org/skia/ext/
vector_platform_device_emf_win.h 20 class VectorPlatformDeviceEmf : public SkDevice, public PlatformDevice {
28 VectorPlatformDeviceEmf(HDC dc, const SkBitmap& bitmap);
29 virtual ~VectorPlatformDeviceEmf();
131 DISALLOW_COPY_AND_ASSIGN(VectorPlatformDeviceEmf);
vector_platform_device_emf_win.cc 25 SkDevice* VectorPlatformDeviceEmf::CreateDevice(
49 SkDevice* device = VectorPlatformDeviceEmf::create(
68 SkDevice* VectorPlatformDeviceEmf::create(HDC dc, int width, int height) {
81 // VectorPlatformDeviceEmf has no way to detect this, so the HBITMAP
99 return new VectorPlatformDeviceEmf(dc, bitmap);
102 VectorPlatformDeviceEmf::VectorPlatformDeviceEmf(HDC dc, const SkBitmap& bitmap)
111 VectorPlatformDeviceEmf::~VectorPlatformDeviceEmf() {
116 HDC VectorPlatformDeviceEmf::BeginPlatformPaint()
    [all...]

Completed in 38 milliseconds