Home
last modified time | relevance | path

Searched refs:fCurrentXpsCanvas (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/device/xps/
DSkXPSDevice.cpp131 HRVM(this->fXpsFactory->CreateCanvas(&this->fCurrentXpsCanvas), in SkXPSDevice()
184 this->fCurrentXpsCanvas.reset(); in beginSheet()
185 HRBM(this->fXpsFactory->CreateCanvas(&this->fCurrentXpsCanvas), in beginSheet()
313 HRBM(scaleCanvasVisuals->Append(this->fCurrentXpsCanvas.get()), in endSheet()
347 this->fCurrentXpsCanvas.reset(); in endSheet()
1286 HRVM(this->fCurrentXpsCanvas->GetVisuals(&currentVisuals), in internalDrawRect()
1464 HRM(this->fCurrentXpsCanvas->GetVisuals(&currentVisuals), in applyMask()
1759 HRVM(this->fCurrentXpsCanvas->GetVisuals(&currentVisuals), in drawPath()
1861 HRVM(this->fCurrentXpsCanvas->GetVisuals(&currentVisuals), in drawBitmap()
2154 this->fCurrentXpsCanvas.get(), in drawText()
[all …]
/external/skia/include/device/xps/
DSkXPSDevice.h162 SkTScopedComPtr<IXpsOMCanvas> fCurrentXpsCanvas; variable