Lines Matching defs:glyphs
1807 SkTScopedComPtr<IXpsOMGlyphs> glyphs;
1808 HRM(xpsFactory->CreateGlyphs(font->xpsFont.get(), &glyphs), "Could not create glyphs.");
1809 HRM(glyphs->SetFontFaceIndex(font->ttcIndex), "Could not set glyph font face index.");
1822 HRM(glyphs->SetTransformLocal(xpsMatrixToUse.get()),
1826 SkDEBUGFAIL("Attempt to add glyphs in perspective.");
1832 HRM(glyphs->GetGlyphsEditor(&glyphsEditor), "Could not get glyph editor.");
1841 "Could not set glyphs.");
1852 HRM(glyphs->SetFillBrushLocal(xpsFillBrush.get()),
1855 HRM(glyphs->SetOrigin(origin), "Could not set glyph origin.");
1857 HRM(glyphs->SetFontRenderingEmSize(fontSize),
1860 HRM(glyphs->SetStyleSimulations(sims),
1867 HR(this->clip(glyphs.get()));
1868 HRM(visuals->Append(glyphs.get()), "Could not add glyphs to canvas.");
1878 HRM(glyphCanvasVisuals->Append(glyphs.get()),
1879 "Could not add glyphs to page.");
1923 // Advance width and offsets for glyphs measured in hundredths of the font em size