Lines Matching defs:glyphs
174 uint16_t glyphs[], int maxGlyphCount) const { in textToGlyphs()
209 void SkFont::glyphsToUnichars(const SkGlyphID glyphs[], int count, SkUnichar text[]) const { in glyphsToUnichars() argument
253 const uint16_t* glyphs = atg.glyphs(); in measureText() local
296 void VisitGlyphs(const SkFont& origFont, const SkPaint* paint, const uint16_t glyphs[], int count, in VisitGlyphs()
313 void SkFont::getWidthsBounds(const uint16_t glyphs[], int count, SkScalar widths[], SkRect bounds[], in getWidthsBounds()
316 (SkStrike* cache, const uint16_t glyphs[], int count, SkScalar scale) { in getWidthsBounds()
332 void SkFont::getPos(const uint16_t glyphs[], int count, SkPoint pos[], SkPoint origin) const { in getPos() argument
334 (SkStrike* cache, const uint16_t glyphs[], int count, SkScalar scale) { in getPos()
343 void SkFont::getXPos(const uint16_t glyphs[], int count, SkScalar xpos[], SkScalar origin) const { in getXPos() argument
345 (SkStrike* cache, const uint16_t glyphs[], int count, SkScalar scale) { in getXPos()
354 void SkFont::getPaths(const uint16_t glyphs[], int count, in getPaths()
461 void SkFontPriv::GlyphsToUnichars(const SkFont& font, const uint16_t glyphs[], int count, in GlyphsToUnichars()