Lines Matching refs:SkGlyphID
298 SkGlyphID glyphs[], int maxGlyphCount) const;
307 SkGlyphID unicharToGlyph(SkUnichar uni) const;
309 void unicharsToGlyphs(const SkUnichar uni[], int count, SkGlyphID glyphs[]) const;
364 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], SkRect bounds[]) const { in getWidths()
369 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], std::nullptr_t) const { in getWidths()
382 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[]) const { in getWidths()
397 void getWidthsBounds(const SkGlyphID glyphs[], int count, SkScalar widths[], SkRect bounds[],
410 void getBounds(const SkGlyphID glyphs[], int count, SkRect bounds[], in getBounds()
423 void getPos(const SkGlyphID glyphs[], int count, SkPoint pos[], SkPoint origin = {0, 0}) const;
433 void getXPos(const SkGlyphID glyphs[], int count, SkScalar xpos[], SkScalar origin = 0) const;
444 bool getPath(SkGlyphID glyphID, SkPath* path) const;
453 void getPaths(const SkGlyphID glyphIDs[], int count,