Home
last modified time | relevance | path

Searched refs:fXpsFactory (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/device/xps/
DSkXPSDevice.cpp143 IID_PPV_ARGS(&this->fXpsFactory)), in beginPortfolio()
169 HRBM(this->fXpsFactory->CreateCanvas(&this->fCurrentXpsCanvas), in beginSheet()
199 HRM(this->fXpsFactory->CreatePartUri(buffer, &partUri), in createXpsThumbnail()
220 HRM(this->fXpsFactory->CreatePartUri(buffer, &partUri), in createXpsPage()
224 HRM(this->fXpsFactory->CreatePage(&pageSize, in createXpsPage()
237 HRM(this->fXpsFactory->CreatePartUri(L"/FixedDocumentSequence.fdseq", in initXpsDocumentWriter()
240 HRM(this->fXpsFactory->CreatePackageWriterOnStream( in initXpsDocumentWriter()
256 HRM(this->fXpsFactory->CreatePartUri( in initXpsDocumentWriter()
283 HRBM(this->fXpsFactory->CreateCanvas(&scaleCanvas), in endSheet()
291 HRBM(this->fXpsFactory->CreateMatrixTransform(&rawGeomToPhys, &geomToPhys), in endSheet()
[all …]
/external/chromium_org/third_party/skia/src/device/xps/
DSkXPSDevice.cpp142 IID_PPV_ARGS(&this->fXpsFactory)), in beginPortfolio()
168 HRBM(this->fXpsFactory->CreateCanvas(&this->fCurrentXpsCanvas), in beginSheet()
198 HRM(this->fXpsFactory->CreatePartUri(buffer, &partUri), in createXpsThumbnail()
219 HRM(this->fXpsFactory->CreatePartUri(buffer, &partUri), in createXpsPage()
223 HRM(this->fXpsFactory->CreatePage(&pageSize, in createXpsPage()
236 HRM(this->fXpsFactory->CreatePartUri(L"/FixedDocumentSequence.fdseq", in initXpsDocumentWriter()
239 HRM(this->fXpsFactory->CreatePackageWriterOnStream( in initXpsDocumentWriter()
255 HRM(this->fXpsFactory->CreatePartUri( in initXpsDocumentWriter()
282 HRBM(this->fXpsFactory->CreateCanvas(&scaleCanvas), in endSheet()
290 HRBM(this->fXpsFactory->CreateMatrixTransform(&rawGeomToPhys, &geomToPhys), in endSheet()
[all …]
/external/chromium_org/third_party/skia/include/device/xps/
DSkXPSDevice.h165 SkTScopedComPtr<IXpsOMObjectFactory> fXpsFactory; variable
/external/skia/include/device/xps/
DSkXPSDevice.h163 SkTScopedComPtr<IXpsOMObjectFactory> fXpsFactory; variable