Searched defs:SkPDFDevice (Results 1 - 1 of 1) sorted by relevance
/external/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 8 #include "SkPDFDevice.h" 581 SkBaseDevice* SkPDFDevice::onCreateDevice(const CreateInfo& cinfo, const SkPaint* layerPaint) { 587 return SkPDFDevice::Create(size, fRasterDpi, fCanon); 613 ScopedContentEntry(SkPDFDevice* device, const SkDraw& draw, 621 ScopedContentEntry(SkPDFDevice* device, const SkClipStack* clipStack, 679 SkPDFDevice* fDevice; 703 SkPDFDevice::SkPDFDevice(SkISize pageSize, SkScalar rasterDpi, SkPDFCanon* canon, bool flip) function in class:SkPDFDevice 731 SkPDFDevice::~SkPDFDevice() { [all...] |
Completed in 75 milliseconds