Lines Matching full:glyphs
529 uint16_t glyphs[], int glyphCount) const override;
784 // CT on (at least) 10.9 will size color glyphs down from the requested size, but not up.
831 // If this font might have color glyphs, disable LCD as there's no way to support it.
917 // However, in 10.10.2 color glyphs no longer rotate based on the font transform.
990 // Glyphs are always drawn from the horizontal origin. The caller must manually use the result
992 // glyphs. As a result, always get the horizontal bounds of a glyph and translate it if the
1047 // Note that this outset is to allow room for LCD smoothed glyphs. However, the correct outset
1569 CGGlyph glyphs[count];
1571 if (CTFontGetGlyphsForCharacters(ctFont.get(), stem_chars, glyphs, count)) {
1573 glyphs, boundingRects, count);
2016 // Render the glyphs as close as possible to what was requested.
2119 uint16_t glyphs[], int glyphCount) const
2163 // If glyphs is nullptr, CT still needs glyph storage for finding the first failure.
2164 // Also, if there are any non-bmp code points, the provided 'glyphs' storage will be inadequate.
2166 uint16_t* macGlyphs = glyphs;
2174 // If 'glyphs' is nullptr, then compact glyphStorage in-place.
2175 // If all are bmp and 'glyphs' is non-nullptr, 'glyphs' already contains the compact glyphs.
2176 // If some are non-bmp and 'glyphs' is non-nullptr, copy and compact into 'glyphs'.
2177 uint16_t* compactedGlyphs = glyphs;