Home | History | Annotate | Download | only in xps

Lines Matching full:glyphs

2085     SkTScopedComPtr<IXpsOMGlyphs> glyphs;
2086 HRM(xpsFactory->CreateGlyphs(font, &glyphs), "Could not create glyphs.");
2099 HRM(glyphs->SetTransformLocal(xpsMatrixToUse.get()),
2103 SkASSERT(!"Attempt to add glyphs in perspective.");
2109 HRM(glyphs->GetGlyphsEditor(&glyphsEditor), "Could not get glyph editor.");
2118 "Could not set glyphs.");
2129 HRM(glyphs->SetFillBrushLocal(xpsFillBrush.get()),
2132 HRM(glyphs->SetOrigin(origin), "Could not set glyph origin.");
2134 HRM(glyphs->SetFontRenderingEmSize(fontSize),
2137 HRM(glyphs->SetStyleSimulations(sims),
2144 HR(this->clip(glyphs.get(), d));
2145 HRM(visuals->Append(glyphs.get()), "Could not add glyphs to canvas.");
2155 HRM(glyphCanvasVisuals->Append(glyphs.get()),
2156 "Could not add glyphs to page.");
2168 /** [in] Advance width and offsets for glyphs measured in
2171 /** [in,out] The accumulated glyphs used in the current typeface. */
2173 /** [out] The glyphs to draw. */
2274 // SkDraw may have clipped out the glyphs, so we need to check
2326 // SkDraw may have clipped out the glyphs, so we need to check