/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_FreeType_common.h | 52 , fGlyphCount(-1) 75 mutable int fGlyphCount;
|
SkFontHost_win.cpp | 577 int fGlyphCount; 618 , fGlyphCount(-1) 818 if (fGlyphCount < 0) { 819 fGlyphCount = calculateGlyphCount( 822 return fGlyphCount; [all...] |
SkFontHost_mac.cpp | 678 * 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; 733 fGlyphCount = SkToU16(numGlyphs); 891 fFBoundingBoxesGlyphOffset = fGlyphCount; // fallback for all fonts 920 uint16_t entries = fGlyphCount - fFBoundingBoxesGlyphOffset; [all...] |
SkFontHost_win_dw.cpp | 600 int fGlyphCount; 720 , fGlyphCount(-1) { 736 if (fGlyphCount < 0) { 737 fGlyphCount = fTypeface->fDWriteFontFace->GetGlyphCount(); 739 return fGlyphCount; [all...] |
/external/skia/src/ports/ |
SkFontHost_FreeType_common.h | 52 , fGlyphCount(-1) 75 mutable int fGlyphCount;
|
SkFontHost_win.cpp | 577 int fGlyphCount; 618 , fGlyphCount(-1) 818 if (fGlyphCount < 0) { 819 fGlyphCount = calculateGlyphCount( 822 return fGlyphCount; [all...] |
SkFontHost_mac.cpp | 678 * 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; 733 fGlyphCount = SkToU16(numGlyphs); 891 fFBoundingBoxesGlyphOffset = fGlyphCount; // fallback for all fonts 920 uint16_t entries = fGlyphCount - fFBoundingBoxesGlyphOffset; [all...] |
SkFontHost_win_dw.cpp | 600 int fGlyphCount; 720 , fGlyphCount(-1) { 736 if (fGlyphCount < 0) { 737 fGlyphCount = fTypeface->fDWriteFontFace->GetGlyphCount(); 739 return fGlyphCount; [all...] |
/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; 621 le_int32 fGlyphCount; 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),
|