Home | History | Annotate | Download | only in ports

Lines Matching refs:fGlyphCount

678      *  fGlyphCount - fFBoundingBoxesGlyphOffset GlyphRects which contain the bounds in FUnits
679 * (em space, y up) of glyphs with ids in the range [fFBoundingBoxesGlyphOffset, fGlyphCount).
710 uint16_t fGlyphCount;
733 fGlyphCount = SkToU16(numGlyphs);
891 fFBoundingBoxesGlyphOffset = fGlyphCount; // fallback for all fonts
920 uint16_t entries = fGlyphCount - fFBoundingBoxesGlyphOffset;
939 fGlyphCount;
1003 (cgGlyph < fGlyphCount && cgGlyph >= getFBoundingBoxesGlyphOffset() && generateBBoxes()))