Searched refs:fFBoundingBoxesGlyphOffset (Results 1 – 1 of 1) sorted by relevance
716 uint16_t fFBoundingBoxesGlyphOffset; member in SkScalerContext_Mac752 , fFBoundingBoxesGlyphOffset(0) in SkScalerContext_Mac()952 if (fFBoundingBoxesGlyphOffset) { in getFBoundingBoxesGlyphOffset()953 return fFBoundingBoxesGlyphOffset; in getFBoundingBoxesGlyphOffset()955 fFBoundingBoxesGlyphOffset = fGlyphCount; // fallback for all fonts in getFBoundingBoxesGlyphOffset()958 fFBoundingBoxesGlyphOffset = SkEndian_SwapBE16(hheaTable->numberOfHMetrics); in getFBoundingBoxesGlyphOffset()960 return fFBoundingBoxesGlyphOffset; in getFBoundingBoxesGlyphOffset()984 uint16_t entries = fGlyphCount - fFBoundingBoxesGlyphOffset; in generateBBoxes()989 glyphDataIter.advance(fFBoundingBoxesGlyphOffset); in generateBBoxes()1077 const GlyphRect& gRect = fFBoundingBoxes[cgGlyph - fFBoundingBoxesGlyphOffset]; in generateMetrics()