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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp664 /** Initializes and returns the value of fFBoundingBoxesGlyphOffset.
678 * fGlyphCount - fFBoundingBoxesGlyphOffset GlyphRects which contain the bounds in FUnits
679 * (em space, y up) of glyphs with ids in the range [fFBoundingBoxesGlyphOffset, fGlyphCount).
709 uint16_t fFBoundingBoxesGlyphOffset; member in class:SkScalerContext_Mac
724 , fFBoundingBoxesGlyphOffset(0)
888 if (fFBoundingBoxesGlyphOffset) {
889 return fFBoundingBoxesGlyphOffset;
891 fFBoundingBoxesGlyphOffset = fGlyphCount; // fallback for all fonts
894 fFBoundingBoxesGlyphOffset = SkEndian_SwapBE16(hheaTable->numberOfHMetrics);
896 return fFBoundingBoxesGlyphOffset;
[all...]
/external/skia/src/ports/
H A DSkFontHost_mac.cpp664 /** Initializes and returns the value of fFBoundingBoxesGlyphOffset.
678 * fGlyphCount - fFBoundingBoxesGlyphOffset GlyphRects which contain the bounds in FUnits
679 * (em space, y up) of glyphs with ids in the range [fFBoundingBoxesGlyphOffset, fGlyphCount).
709 uint16_t fFBoundingBoxesGlyphOffset; member in class:SkScalerContext_Mac
724 , fFBoundingBoxesGlyphOffset(0)
888 if (fFBoundingBoxesGlyphOffset) {
889 return fFBoundingBoxesGlyphOffset;
891 fFBoundingBoxesGlyphOffset = fGlyphCount; // fallback for all fonts
894 fFBoundingBoxesGlyphOffset = SkEndian_SwapBE16(hheaTable->numberOfHMetrics);
896 return fFBoundingBoxesGlyphOffset;
[all...]

Completed in 181 milliseconds