Lines Matching defs:shadedPath
1234 SkTScopedComPtr<IXpsOMPath> shadedPath;
1235 HRVM(this->fXpsFactory->CreatePath(&shadedPath),
1244 HRVM(shadedPath->SetGeometryLocal(shadedGeometry.get()),
1250 HRV(this->shadePath(shadedPath.get(), paint, *d.fMatrix, &fill, &stroke));
1289 HRV(this->clip(shadedPath.get(), d));
1295 HRVM(currentVisuals->Append(shadedPath.get()),
1395 IXpsOMPath* shadedPath) {
1407 HRM(shadedPath->GetGeometry(&shadedGeometry),
1492 HR(this->clip(shadedPath, d));
1493 HRM(newVisuals->Append(shadedPath),
1573 IXpsOMPath* shadedPath) {
1576 HRM(shadedPath->GetGeometry(&shadedGeometry),
1603 HRM(shadedPath->SetOpacityMaskBrushLocal(maskBrush.get()),
1614 HR(this->clip(shadedPath, d));
1620 HRM(currentVisuals->Append(shadedPath),
1626 HRESULT SkXPSDevice::shadePath(IXpsOMPath* shadedPath,
1644 HRM(shadedPath->SetFillBrushLocal(fillBrush.get()),
1652 HRM(shadedPath->SetStrokeBrushLocal(strokeBrush.get()),
1654 HRM(shadedPath->SetStrokeThickness(
1661 HRM(shadedPath->GetStrokeDashes(&dashes),
1667 HRM(shadedPath->SetStrokeDashOffset(-2.0),
1728 SkTScopedComPtr<IXpsOMPath> shadedPath;
1729 HRVM(this->fXpsFactory->CreatePath(&shadedPath),
1738 HRVM(shadedPath->SetGeometryLocal(shadedGeometry.get()),
1754 HRV(this->shadePath(shadedPath.get(),
1797 HRV(this->applyMask(d, *mask, ppuScale, shadedPath.get()));
1845 HRV(this->applyMask(d, *mask, ppuScale, shadedPath.get()));
1873 shadedPath.get()));
1917 HRV(this->clip(shadedPath.get(), d));
1923 HRVM(currentVisuals->Append(shadedPath.get()),
1969 SkTScopedComPtr<IXpsOMPath> shadedPath;
1970 HRVM(this->fXpsFactory->CreatePath(&shadedPath),
1979 HRVM(shadedPath->SetGeometryLocal(shadedGeometry.get()),
2011 HRVM(shadedPath->SetFillBrushLocal(xpsImageBrush.get()),
2025 HRVM(currentVisuals->Append(shadedPath.get()),
2028 HRV(this->clip(shadedPath.get(), d));