Searched refs:fGlyphCount (Results 1 - 18 of 18) sorted by relevance

/external/icu/icu4c/source/layout/
H A DLEGlyphStorage.cpp22 : fGlyphCount(0), fGlyphs(NULL), fCharIndices(NULL), fPositions(NULL),
35 fGlyphCount = 0;
77 fGlyphCount = initialGlyphCount;
78 fGlyphs = LE_NEW_ARRAY(LEGlyphID, fGlyphCount);
87 fCharIndices = LE_NEW_ARRAY(le_int32, fGlyphCount);
97 le_int32 i, count = fGlyphCount, dir = 1, out = 0;
100 out = fGlyphCount - 1;
137 fPositions = LE_NEW_ARRAY(float, 2 * (fGlyphCount + 1));
144 return fGlyphCount;
159 fAuxData = LE_NEW_ARRAY(le_uint32, fGlyphCount);
[all...]
H A DGlyphPositionAdjustments.cpp20 : fGlyphCount(glyphCount), fEntryExitPoints(NULL), fAdjustments(NULL)
51 CHECK_ALLOCATE_ARRAY(fEntryExitPoints, EntryExitPoint, fGlyphCount);
58 CHECK_ALLOCATE_ARRAY(fEntryExitPoints, EntryExitPoint, fGlyphCount);
65 CHECK_ALLOCATE_ARRAY(fEntryExitPoints, EntryExitPoint, fGlyphCount);
72 CHECK_ALLOCATE_ARRAY(fEntryExitPoints, EntryExitPoint, fGlyphCount);
79 CHECK_ALLOCATE_ARRAY(fEntryExitPoints, EntryExitPoint, fGlyphCount);
90 le_int32 start = 0, end = fGlyphCount, dir = 1;
101 start = fGlyphCount - 1;
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 DSkScalerContext_win_dw.cpp196 , fGlyphCount(-1) {
340 if (fGlyphCount < 0) {
341 fGlyphCount = fTypeface->fDWriteFontFace->GetGlyphCount();
343 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()))
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_FreeType.cpp1641 if (fGlyphCount < 0) {
1645 fGlyphCount = face ? face->num_glyphs : 0;
1647 return fGlyphCount;
/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 DSkScalerContext_win_dw.cpp196 , fGlyphCount(-1) {
340 if (fGlyphCount < 0) {
341 fGlyphCount = fTypeface->fDWriteFontFace->GetGlyphCount();
343 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()))
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_FreeType.cpp1592 if (fGlyphCount < 0) {
1596 fGlyphCount = face ? face->num_glyphs : 0;
1598 return fGlyphCount;
/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),
/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp322 fGlyphToCharMap(NULL), fCharToMinGlyphMap(NULL), fCharToMaxGlyphMap(NULL), fGlyphWidths(NULL), fGlyphCount(0),
401 fGlyphCount = 0;
409 fStyleRunInfo[run].glyphBase = fGlyphCount;
427 fGlyphCount += fStyleRunInfo[run].glyphCount;
437 fGlyphWidths = LE_NEW_ARRAY(float, fGlyphCount);
438 fGlyphToCharMap = LE_NEW_ARRAY(le_int32, fGlyphCount + 1);
495 fGlyphToCharMap[fGlyphCount] = fCharCount;
505 for (glyph = fGlyphCount - 1; glyph >= 0; glyph -= 1) {
511 fCharToMinGlyphMap[fCharCount] = fGlyphCount;
513 for (glyph = 0; glyph < fGlyphCount; glyp
[all...]

Completed in 361 milliseconds