Searched refs:InputGlyphIDArray (Results 1 – 1 of 1) sorted by relevance
1173 drawGlyphs(glyphs: InputGlyphIDArray,1638 getGlyphBounds(glyphs: InputGlyphIDArray, paint?: Paint | null,1659 getGlyphWidths(glyphs: InputGlyphIDArray, paint?: Paint | null,3438 MakeFromGlyphs(glyphs: InputGlyphIDArray, font: Font): TextBlob;3457 MakeFromRSXformGlyphs(glyphs: InputGlyphIDArray, rsxforms: InputFlattenedRSXFormArray,3677 export type InputGlyphIDArray = MallocObj | GlyphIDArray | number[]; alias