HomeSort by relevance Sort by last modified time
    Searched defs:fGlyphCount (Results 1 - 4 of 4) sorted by null

  /external/icu4c/layout/
LEGlyphStorage.h 42 le_int32 fGlyphCount;
535 return fGlyphCount;
GlyphPositionAdjustments.h 95 le_int32 fGlyphCount;
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 328 const le_int32 fGlyphCount;
618 le_int32 fGlyphCount;
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/
SkFontHost_win.cpp 274 int fGlyphCount;
303 , fGlyphCount(-1) {
365 if (fGlyphCount < 0) {
366 fGlyphCount = calculateGlyphCount(fDDC);
368 return fGlyphCount;
    [all...]

Completed in 161 milliseconds