Searched refs:currentVisuals (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/xps/ |
D | SkXPSDevice.cpp | 1256 SkTScopedComPtr<IXpsOMVisualCollection> currentVisuals; in internalDrawRect() local 1257 HRVM(this->fCurrentXpsCanvas->GetVisuals(¤tVisuals), in internalDrawRect() 1259 HRVM(currentVisuals->Append(shadedPath.get()), in internalDrawRect() 1440 SkTScopedComPtr<IXpsOMVisualCollection> currentVisuals; in applyMask() local 1441 HRM(this->fCurrentXpsCanvas->GetVisuals(¤tVisuals), in applyMask() 1443 HRM(currentVisuals->Append(shadedPath), in applyMask() 1688 SkTScopedComPtr<IXpsOMVisualCollection> currentVisuals; in drawPath() local 1689 HRVM(this->fCurrentXpsCanvas->GetVisuals(¤tVisuals), in drawPath() 1691 HRVM(currentVisuals->Append(shadedPath.get()), in drawPath() 1976 SkTScopedComPtr<IXpsOMVisualCollection> currentVisuals; in drawDevice() local [all …]
|
/third_party/flutter/skia/src/xps/ |
D | SkXPSDevice.cpp | 1275 SkTScopedComPtr<IXpsOMVisualCollection> currentVisuals; in internalDrawRect() local 1276 HRVM(this->fCurrentXpsCanvas->GetVisuals(¤tVisuals), in internalDrawRect() 1278 HRVM(currentVisuals->Append(shadedPath.get()), in internalDrawRect() 1451 SkTScopedComPtr<IXpsOMVisualCollection> currentVisuals; in applyMask() local 1452 HRM(this->fCurrentXpsCanvas->GetVisuals(¤tVisuals), in applyMask() 1454 HRM(currentVisuals->Append(shadedPath), in applyMask() 1699 SkTScopedComPtr<IXpsOMVisualCollection> currentVisuals; in drawPath() local 1700 HRVM(this->fCurrentXpsCanvas->GetVisuals(¤tVisuals), in drawPath() 1702 HRVM(currentVisuals->Append(shadedPath.get()), in drawPath() 2042 SkTScopedComPtr<IXpsOMVisualCollection> currentVisuals; in drawDevice() local [all …]
|