Lines Matching refs:glyphs
1821 SkTScopedComPtr<IXpsOMGlyphs> glyphs;
1822 HRM(xpsFactory->CreateGlyphs(font->xpsFont, &glyphs), "Could not create glyphs.");
1823 HRM(glyphs->SetFontFaceIndex(font->ttcIndex), "Could not set glyph font face index.");
1836 HRM(glyphs->SetTransformLocal(xpsMatrixToUse.get()),
1840 SkDEBUGFAIL("Attempt to add glyphs in perspective.");
1846 HRM(glyphs->GetGlyphsEditor(&glyphsEditor), "Could not get glyph editor.");
1855 "Could not set glyphs.");
1866 HRM(glyphs->SetFillBrushLocal(xpsFillBrush.get()),
1869 HRM(glyphs->SetOrigin(origin), "Could not set glyph origin.");
1871 HRM(glyphs->SetFontRenderingEmSize(fontSize),
1874 HRM(glyphs->SetStyleSimulations(sims),
1881 HR(this->clip(glyphs.get()));
1882 HRM(visuals->Append(glyphs.get()), "Could not add glyphs to canvas.");
1892 HRM(glyphCanvasVisuals->Append(glyphs.get()),
1893 "Could not add glyphs to page.");
1957 /** [in] Advance width and offsets for glyphs measured in
1960 /** [in,out] The accumulated glyphs used in the current typeface. */
1962 /** [out] The glyphs to draw. */
1988 // Advance width and offsets for glyphs measured in hundredths of the font em size