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

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.h 52 , fGlyphCount(-1)
74 mutable int fGlyphCount;
SkFontHost_win_dw.cpp 524 int fGlyphCount;
736 , fGlyphCount(-1) {
753 if (fGlyphCount < 0) {
754 fGlyphCount = fTypeface->fDWriteFontFace->GetGlyphCount();
756 return fGlyphCount;
    [all...]
SkFontHost_win.cpp 584 int fGlyphCount;
625 , fGlyphCount(-1)
817 if (fGlyphCount < 0) {
818 fGlyphCount = calculateGlyphCount(
821 return fGlyphCount;
    [all...]
SkFontHost_mac.cpp 683 * fGlyphCount - fFBoundingBoxesGlyphOffset GlyphRects which contain the bounds in FUnits
684 * (em space, y up) of glyphs with ids in the range [fFBoundingBoxesGlyphOffset, fGlyphCount).
715 uint16_t fGlyphCount;
738 fGlyphCount = SkToU16(numGlyphs);
896 fFBoundingBoxesGlyphOffset = fGlyphCount; // fallback for all fonts
925 uint16_t entries = fGlyphCount - fFBoundingBoxesGlyphOffset;
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.h 52 , fGlyphCount(-1)
74 mutable int fGlyphCount;
SkFontHost_win_dw.cpp 524 int fGlyphCount;
736 , fGlyphCount(-1) {
753 if (fGlyphCount < 0) {
754 fGlyphCount = fTypeface->fDWriteFontFace->GetGlyphCount();
756 return fGlyphCount;
    [all...]
SkFontHost_win.cpp 584 int fGlyphCount;
625 , fGlyphCount(-1)
817 if (fGlyphCount < 0) {
818 fGlyphCount = calculateGlyphCount(
821 return fGlyphCount;
    [all...]
SkFontHost_mac.cpp 683 * fGlyphCount - fFBoundingBoxesGlyphOffset GlyphRects which contain the bounds in FUnits
684 * (em space, y up) of glyphs with ids in the range [fFBoundingBoxesGlyphOffset, fGlyphCount).
715 uint16_t fGlyphCount;
738 fGlyphCount = SkToU16(numGlyphs);
896 fFBoundingBoxesGlyphOffset = fGlyphCount; // fallback for all fonts
925 uint16_t entries = fGlyphCount - fFBoundingBoxesGlyphOffset;
    [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),

Completed in 220 milliseconds