Home
last modified time | relevance | path

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

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