Searched refs:fCurrentXpsCanvas (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 168 this->fCurrentXpsCanvas.reset(); in beginSheet() 169 HRBM(this->fXpsFactory->CreateCanvas(&this->fCurrentXpsCanvas), in beginSheet() 297 HRBM(scaleCanvasVisuals->Append(this->fCurrentXpsCanvas.get()), in endSheet() 331 this->fCurrentXpsCanvas.reset(); in endSheet() 1290 HRVM(this->fCurrentXpsCanvas->GetVisuals(¤tVisuals), in internalDrawRect() 1442 HRM(newDictionary->Append(buffer, this->fCurrentXpsCanvas.get()), in drawInverseWindingPath() 1541 this->fCurrentXpsCanvas.swap(newCanvas); in drawInverseWindingPath() 1611 HRM(this->fCurrentXpsCanvas->GetVisuals(¤tVisuals), in applyMask() 1912 HRVM(this->fCurrentXpsCanvas->GetVisuals(¤tVisuals), in drawPath() 2014 HRVM(this->fCurrentXpsCanvas->GetVisuals(¤tVisuals), in drawBitmap() [all …]
|
/external/chromium_org/third_party/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 167 this->fCurrentXpsCanvas.reset(); in beginSheet() 168 HRBM(this->fXpsFactory->CreateCanvas(&this->fCurrentXpsCanvas), in beginSheet() 296 HRBM(scaleCanvasVisuals->Append(this->fCurrentXpsCanvas.get()), in endSheet() 330 this->fCurrentXpsCanvas.reset(); in endSheet() 1289 HRVM(this->fCurrentXpsCanvas->GetVisuals(¤tVisuals), in internalDrawRect() 1454 HRM(this->fCurrentXpsCanvas->GetVisuals(¤tVisuals), in applyMask() 1758 HRVM(this->fCurrentXpsCanvas->GetVisuals(¤tVisuals), in drawPath() 1860 HRVM(this->fCurrentXpsCanvas->GetVisuals(¤tVisuals), in drawBitmap() 2155 this->fCurrentXpsCanvas.get(), in drawText() 2208 this->fCurrentXpsCanvas.get(), in drawPosText() [all …]
|
/external/chromium_org/third_party/skia/include/device/xps/ |
D | SkXPSDevice.h | 170 SkTScopedComPtr<IXpsOMCanvas> fCurrentXpsCanvas; variable
|
/external/skia/include/device/xps/ |
D | SkXPSDevice.h | 168 SkTScopedComPtr<IXpsOMCanvas> fCurrentXpsCanvas; variable
|