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

  /external/chromium_org/skia/ext/
vector_platform_device_skia.cc 22 VectorPlatformDeviceSkia::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::GetBitmapContext()
    [all...]
vector_platform_device_skia.h 21 class VectorPlatformDeviceSkia : public SkPDFDevice, public PlatformDevice {
23 SK_API VectorPlatformDeviceSkia(const SkISize& pageSize,
26 virtual ~VectorPlatformDeviceSkia();
54 DISALLOW_COPY_AND_ASSIGN(VectorPlatformDeviceSkia);
  /external/chromium_org/printing/
pdf_metafile_skia.cc 71 skia::AdoptRef(new skia::VectorPlatformDeviceSkia(
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 429 skia::VectorPlatformDeviceSkia* device =
430 static_cast<skia::VectorPlatformDeviceSkia*>(canvas->getTopDevice());
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 455 skia::VectorPlatformDeviceSkia* device =
456 static_cast<skia::VectorPlatformDeviceSkia*>(canvas->getTopDevice());
    [all...]

Completed in 108 milliseconds