Lines Matching full:glyphs
209 Generated glyphs may be fuzzy but better resemble their original shape.
350 /** If true, glyphs at different sub-pixel positions may differ on pixel edge coverage.
360 /** Requests, but does not require, that glyphs respect sub-pixel positioning.
369 /** If true, glyphs may use LCD striping to improve glyph edges.
379 /** Requests, but does not require, that glyphs use LCD striping for glyph edges.
388 /** If true, font engine may return glyphs from font bitmaps instead of from outlines.
409 glyphs.
420 instruct the font manager to always hint glyphs.
433 /** If true, glyphs
942 Align affects glyphs drawn with: SkCanvas::drawText, SkCanvas::drawPosText,
946 as well as calls that place text glyphs like getTextWidths() and getTextPath().
1140 /** Minimum bounding box x value for all glyphs.
1145 /** Maximum bounding box x value for all glyphs.
1280 SkPaint::TextEncoding specifies how text represents characters or glyphs.
1281 glyphs may be nullptr, to compute the glyph count.
1293 @param glyphs storage for glyph indices; may be nullptr
1294 @return number of glyphs represented by text of length byteLength
1297 SkGlyphID glyphs[]) const;
1309 @param text array of characters or glyphs
1315 /** Converts glyphs into text if possible.
1322 @param glyphs array of indices into font
1326 void glyphsToUnichars(const SkGlyphID glyphs[], int count, SkUnichar text[]) const;
1328 /** Returns the number of glyphs in text.
1329 Uses SkPaint::TextEncoding to count the glyphs.
1334 @return number of glyphs represented by text of length byteLength
1422 @param path geometry of the glyphs
1437 @param path geometry of the glyphs
1444 The return count is zero or a multiple of two, and is at most twice the number of glyphs in
1467 The return count is zero or a multiple of two, and is at most twice the number of glyphs in
1489 The return count is zero or a multiple of two, and is at most twice the number of glyphs in
1512 The return count is zero or a multiple of two, and is at most twice the number of glyphs in
1524 @param blob glyphs, positions, and text paint attributes
1532 /** Returns the union of bounds of all glyphs.
1541 @return union of bounds of all glyphs