Home
last modified time | relevance | path

Searched refs:fFBoundingBoxesGlyphOffset (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkFontHost_mac.cpp686 uint16_t fFBoundingBoxesGlyphOffset; member in SkScalerContext_Mac
701 , fFBoundingBoxesGlyphOffset(0) in SkScalerContext_Mac()
939 if (fFBoundingBoxesGlyphOffset) { in getFBoundingBoxesGlyphOffset()
940 return fFBoundingBoxesGlyphOffset; in getFBoundingBoxesGlyphOffset()
942 fFBoundingBoxesGlyphOffset = fGlyphCount; // fallback for all fonts in getFBoundingBoxesGlyphOffset()
945 fFBoundingBoxesGlyphOffset = SkEndian_SwapBE16(hheaTable->numberOfHMetrics); in getFBoundingBoxesGlyphOffset()
947 return fFBoundingBoxesGlyphOffset; in getFBoundingBoxesGlyphOffset()
971 uint16_t entries = fGlyphCount - fFBoundingBoxesGlyphOffset; in generateBBoxes()
976 glyphDataIter.advance(fFBoundingBoxesGlyphOffset); in generateBBoxes()
1060 const GlyphRect& gRect = fFBoundingBoxes[cgGlyph - fFBoundingBoxesGlyphOffset]; in generateMetrics()