Home
last modified time | relevance | path

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

/third_party/skia/src/xps/
DSkXPSDevice.cpp1465 SkTScopedComPtr<IXpsOMBrush> fillBrush; in shadePath() local
1466 HR(this->createXpsBrush(shaderPaint, &fillBrush, &matrix)); in shadePath()
1467 HRM(shadedPath->SetFillBrushLocal(fillBrush.get()), in shadePath()
/third_party/flutter/skia/src/xps/
DSkXPSDevice.cpp1476 SkTScopedComPtr<IXpsOMBrush> fillBrush; in shadePath() local
1477 HR(this->createXpsBrush(shaderPaint, &fillBrush, &matrix)); in shadePath()
1478 HRM(shadedPath->SetFillBrushLocal(fillBrush.get()), in shadePath()