Home
last modified time | relevance | path

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

/external/skia/src/device/xps/
DSkXPSDevice.cpp2021 SkTScopedComPtr<IXpsOMCanvas> glyphCanvas; in AddGlyphs() local
2022 HRM(this->fXpsFactory->CreateCanvas(&glyphCanvas), in AddGlyphs()
2026 HRM(glyphCanvas->GetVisuals(&glyphCanvasVisuals), in AddGlyphs()
2031 HR(this->clip(glyphCanvas.get(), d)); in AddGlyphs()
2033 HRM(visuals->Append(glyphCanvas.get()), in AddGlyphs()