Home | History | Annotate | Download | only in core

Lines Matching full:glyphs

208             Generated glyphs may be fuzzy but better resemble their original shape.
349 /** If true, glyphs at different sub-pixel positions may differ on pixel edge coverage.
359 /** Requests, but does not require, that glyphs respect sub-pixel positioning.
368 /** If true, glyphs may use LCD striping to improve glyph edges.
378 /** Requests, but does not require, that glyphs use LCD striping for glyph edges.
387 /** If true, font engine may return glyphs from font bitmaps instead of from outlines.
408 glyphs.
419 instruct the font manager to always hint glyphs.
432 /** If true, glyphs are drawn top to bottom instead of left to right.
945 Align affects glyphs drawn with: SkCanvas::drawText, SkCanvas::drawPosText,
949 as well as calls that place text glyphs like getTextWidths() and getTextPath().
1143 /** Minimum bounding box x value for all glyphs.
1148 /** Maximum bounding box x value for all glyphs.
1283 SkPaint::TextEncoding specifies how text represents characters or glyphs.
1284 glyphs may be nullptr, to compute the glyph count.
1296 @param glyphs storage for glyph indices; may be nullptr
1297 @return number of glyphs represented by text of length byteLength
1300 SkGlyphID glyphs[]) const;
1312 @param text array of characters or glyphs
1318 /** Converts glyphs into text if possible.
1325 @param glyphs array of indices into font
1329 void glyphsToUnichars(const SkGlyphID glyphs[], int count, SkUnichar text[]) const;
1331 /** Returns the number of glyphs in text.
1332 Uses SkPaint::TextEncoding to count the glyphs.
1337 @return number of glyphs represented by text of length byteLength
1425 @param path geometry of the glyphs
1440 @param path geometry of the glyphs
1447 The return count is zero or a multiple of two, and is at most twice the number of glyphs in
1470 The return count is zero or a multiple of two, and is at most twice the number of glyphs in
1492 The return count is zero or a multiple of two, and is at most twice the number of glyphs in
1515 The return count is zero or a multiple of two, and is at most twice the number of glyphs in
1527 @param blob glyphs, positions, and text paint attributes
1535 /** Returns the union of bounds of all glyphs.
1544 @return union of bounds of all glyphs