Searched refs:VectorPlatformDeviceSkia (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/skia/ext/
H A Dvector_platform_device_skia.cc22 VectorPlatformDeviceSkia::VectorPlatformDeviceSkia( function in class:skia::VectorPlatformDeviceSkia
30 VectorPlatformDeviceSkia::~VectorPlatformDeviceSkia() {
33 bool VectorPlatformDeviceSkia::SupportsPlatformPaint() {
37 PlatformSurface VectorPlatformDeviceSkia::BeginPlatformPaint() {
49 void VectorPlatformDeviceSkia::EndPlatformPaint() {
64 void VectorPlatformDeviceSkia::DrawToNativeContext(HDC dc,
71 void VectorPlatformDeviceSkia::DrawToNativeContext(CGContext* context, int x,
76 CGContextRef VectorPlatformDeviceSkia
[all...]
H A Dvector_platform_device_skia.h22 class VectorPlatformDeviceSkia : public SkPDFDevice, public PlatformDevice { class in namespace:skia
24 SK_API VectorPlatformDeviceSkia(const SkISize& pageSize,
27 virtual ~VectorPlatformDeviceSkia();
55 DISALLOW_COPY_AND_ASSIGN(VectorPlatformDeviceSkia);
/external/chromium_org/printing/
H A Dpdf_metafile_skia.cc68 skia::AdoptRef(new skia::VectorPlatformDeviceSkia(
/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.cc436 skia::VectorPlatformDeviceSkia* device =
437 static_cast<skia::VectorPlatformDeviceSkia*>(canvas->getTopDevice());
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper.cc443 skia::VectorPlatformDeviceSkia* device =
444 static_cast<skia::VectorPlatformDeviceSkia*>(canvas->getTopDevice());

Completed in 185 milliseconds