Searched defs:fGlyphCount (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.h57 , fGlyphCount(-1)
80 mutable int fGlyphCount; member in class:SkTypeface_FreeType
H A DSkScalerContext_win_dw.h63 int fGlyphCount; member in class:SkScalerContext_DW
H A DSkFontHost_win.cpp582 int fGlyphCount; member in class:SkScalerContext_GDI
623 , fGlyphCount(-1)
801 if (fGlyphCount < 0) {
802 fGlyphCount = calculateGlyphCount(
805 return fGlyphCount;
H A DSkFontHost_mac.cpp678 * 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; member in class:SkScalerContext_Mac
733 fGlyphCount = SkToU16(numGlyphs);
891 fFBoundingBoxesGlyphOffset = fGlyphCount; // fallback for all fonts
920 uint16_t entries = fGlyphCount - fFBoundingBoxesGlyphOffset;
939 return fGlyphCount;
1003 (cgGlyph < fGlyphCount && cgGlyph >= getFBoundingBoxesGlyphOffset() && generateBBoxes()))
/external/icu/icu4c/source/layout/
H A DLEGlyphStorage.h42 le_int32 fGlyphCount; member in class:LEGlyphStorage
535 return fGlyphCount;
H A DGlyphPositionAdjustments.h95 le_int32 fGlyphCount; member in class:GlyphPositionAdjustments
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.h51 , fGlyphCount(-1)
74 mutable int fGlyphCount; member in class:SkTypeface_FreeType
H A DSkScalerContext_win_dw.h57 int fGlyphCount; member in class:SkScalerContext_DW
H A DSkFontHost_win.cpp582 int fGlyphCount; member in class:SkScalerContext_GDI
623 , fGlyphCount(-1)
801 if (fGlyphCount < 0) {
802 fGlyphCount = calculateGlyphCount(
805 return fGlyphCount;
H A DSkFontHost_mac.cpp678 * 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; member in class:SkScalerContext_Mac
733 fGlyphCount = SkToU16(numGlyphs);
891 fFBoundingBoxesGlyphOffset = fGlyphCount; // fallback for all fonts
920 uint16_t entries = fGlyphCount - fFBoundingBoxesGlyphOffset;
939 return fGlyphCount;
1003 (cgGlyph < fGlyphCount && cgGlyph >= getFBoundingBoxesGlyphOffset() && generateBBoxes()))
/external/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h328 const le_int32 fGlyphCount; member in class:ParagraphLayout::VisualRun
621 le_int32 fGlyphCount; member in class:ParagraphLayout
685 return fGlyphCount;
719 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
725 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
732 : fFont(font), fDirection(direction), fGlyphCount(glyphCount),

Completed in 213 milliseconds