Home
last modified time | relevance | path

Searched refs:getTestSVGTypeface (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tools/fonts/
H A DTestSVGTypeface.cpp178 SkScalar upem = this->getTestSVGTypeface()->fUpem; in SkTestSVGScalerContext()
183 TestSVGTypeface* getTestSVGTypeface() const { in getTestSVGTypeface() function in SkTestSVGScalerContext
188 this->getTestSVGTypeface()->getAdvance(glyph);
199 glyphID = glyphID < this->getTestSVGTypeface()->fGlyphCount ? glyphID : 0;
205 TestSVGTypeface::Glyph& glyphData = this->getTestSVGTypeface()->fGlyphs[glyphID];
227 glyphID = glyphID < this->getTestSVGTypeface()->fGlyphCount ? glyphID : 0;
236 TestSVGTypeface::Glyph& glyphData = this->getTestSVGTypeface()->fGlyphs[glyphID];
256 this->getTestSVGTypeface()->getFontMetrics(metrics);

Completed in 4 milliseconds