Lines Matching refs:SkGlyphID
300 SkGlyphID glyphs[], int maxGlyphCount) const;
309 SkGlyphID unicharToGlyph(SkUnichar uni) const;
311 void unicharsToGlyphs(const SkUnichar uni[], int count, SkGlyphID glyphs[]) const;
366 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], SkRect bounds[]) const {
371 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], std::nullptr_t) const {
384 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[]) const {
399 void getWidthsBounds(const SkGlyphID glyphs[], int count, SkScalar widths[], SkRect bounds[],
412 void getBounds(const SkGlyphID glyphs[], int count, SkRect bounds[],
425 void getPos(const SkGlyphID glyphs[], int count, SkPoint pos[], SkPoint origin = {0, 0}) const;
435 void getXPos(const SkGlyphID glyphs[], int count, SkScalar xpos[], SkScalar origin = 0) const;
447 std::vector<SkScalar> getIntercepts(const SkGlyphID glyphs[], int count, const SkPoint pos[],
460 bool getPath(SkGlyphID glyphID, SkPath* path) const;
469 void getPaths(const SkGlyphID glyphIDs[], int count,