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

/external/icu4c/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/icu4c/layoutex/layout/
H A DParagraphLayout.h328 const le_int32 fGlyphCount; member in class:ParagraphLayout::VisualRun
618 le_int32 fGlyphCount; member in class:ParagraphLayout
682 return fGlyphCount;
716 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
722 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
729 : fFont(font), fDirection(direction), fGlyphCount(glyphCount),
/external/skia/src/ports/
H A DSkFontHost_win.cpp436 int fGlyphCount; member in class:SkScalerContext_Windows
481 , fGlyphCount(-1) {
550 if (fGlyphCount < 0) {
551 fGlyphCount = calculateGlyphCount(fDDC);
553 return fGlyphCount;
H A DSkFontHost_mac_coretext.cpp610 uint16_t fGlyphCount; member in class:SkScalerContext_Mac
688 fGlyphCount = SkToU16(numGlyphs);
857 fAdjustStart = fGlyphCount; // fallback for all fonts
872 * value is >= fAdjustStart. (called only if fAdjustStart < fGlyphCount).
897 CFIndex entries = fGlyphCount - fAdjustStart;
924 return(fGlyphCount);
1028 if (cgGlyph < fGlyphCount && cgGlyph >= getAdjustStart()

Completed in 471 milliseconds