Home | History | Annotate | Download | only in xps

Lines Matching full:glyphs

1899     SkTScopedComPtr<IXpsOMGlyphs> glyphs;
1900 HRM(xpsFactory->CreateGlyphs(font->xpsFont, &glyphs), "Could not create glyphs.");
1901 HRM(glyphs->SetFontFaceIndex(font->ttcIndex), "Could not set glyph font face index.");
1914 HRM(glyphs->SetTransformLocal(xpsMatrixToUse.get()),
1918 SkDEBUGFAIL("Attempt to add glyphs in perspective.");
1924 HRM(glyphs->GetGlyphsEditor(&glyphsEditor), "Could not get glyph editor.");
1933 "Could not set glyphs.");
1944 HRM(glyphs->SetFillBrushLocal(xpsFillBrush.get()),
1947 HRM(glyphs->SetOrigin(origin), "Could not set glyph origin.");
1949 HRM(glyphs->SetFontRenderingEmSize(fontSize),
1952 HRM(glyphs->SetStyleSimulations(sims),
1959 HR(this->clip(glyphs.get()));
1960 HRM(visuals->Append(glyphs.get()), "Could not add glyphs to canvas.");
1970 HRM(glyphCanvasVisuals->Append(glyphs.get()),
1971 "Could not add glyphs to page.");
2039 /** [in] Advance width and offsets for glyphs measured in
2042 /** [in,out] The accumulated glyphs used in the current typeface. */
2044 /** [out] The glyphs to draw. */
2069 // Advance width and offsets for glyphs measured in hundredths of the font em size
2127 // Advance width and offsets for glyphs measured in hundredths of the font em size