/external/icu4c/layout/ |
D | LEGlyphStorage.cpp | 22 : fGlyphCount(0), fGlyphs(NULL), fCharIndices(NULL), fPositions(NULL), in LEGlyphStorage() 35 fGlyphCount = 0; in reset() 77 fGlyphCount = initialGlyphCount; in allocateGlyphArray() 78 fGlyphs = LE_NEW_ARRAY(LEGlyphID, fGlyphCount); in allocateGlyphArray() 87 fCharIndices = LE_NEW_ARRAY(le_int32, fGlyphCount); in allocateGlyphArray() 97 le_int32 i, count = fGlyphCount, dir = 1, out = 0; in allocateGlyphArray() 100 out = fGlyphCount - 1; in allocateGlyphArray() 137 fPositions = LE_NEW_ARRAY(float, 2 * (fGlyphCount + 1)); in allocatePositions() 144 return fGlyphCount; in allocatePositions() 159 fAuxData = LE_NEW_ARRAY(le_uint32, fGlyphCount); in allocateAuxData() [all …]
|
D | GlyphPositionAdjustments.cpp | 20 : fGlyphCount(glyphCount), fEntryExitPoints(NULL), fAdjustments(NULL) in GlyphPositionAdjustments() 51 CHECK_ALLOCATE_ARRAY(fEntryExitPoints, EntryExitPoint, fGlyphCount); in clearEntryPoint() 58 CHECK_ALLOCATE_ARRAY(fEntryExitPoints, EntryExitPoint, fGlyphCount); in clearExitPoint() 65 CHECK_ALLOCATE_ARRAY(fEntryExitPoints, EntryExitPoint, fGlyphCount); in setEntryPoint() 72 CHECK_ALLOCATE_ARRAY(fEntryExitPoints, EntryExitPoint, fGlyphCount); in setExitPoint() 79 CHECK_ALLOCATE_ARRAY(fEntryExitPoints, EntryExitPoint, fGlyphCount); in setCursiveGlyph() 90 le_int32 start = 0, end = fGlyphCount, dir = 1; in applyCursiveAdjustments() 101 start = fGlyphCount - 1; in applyCursiveAdjustments()
|
D | LEGlyphStorage.h | 42 le_int32 fGlyphCount; 535 return fGlyphCount; in getGlyphCount()
|
D | GlyphPositionAdjustments.h | 95 le_int32 fGlyphCount; variable
|
/external/icu4c/layoutex/layout/ |
D | ParagraphLayout.h | 328 const le_int32 fGlyphCount; variable 621 le_int32 fGlyphCount; variable 685 return fGlyphCount; in getGlyphCount() 719 …: UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), … in VisualRun() 725 …: UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), … in VisualRun() 732 : fFont(font), fDirection(direction), fGlyphCount(glyphCount), in VisualRun()
|
/external/icu4c/layoutex/ |
D | ParagraphLayout.cpp | 322 …rMap(NULL), fCharToMinGlyphMap(NULL), fCharToMaxGlyphMap(NULL), fGlyphWidths(NULL), fGlyphCount(0), in ParagraphLayout() 398 fGlyphCount = 0; in ParagraphLayout() 406 fStyleRunInfo[run].glyphBase = fGlyphCount; in ParagraphLayout() 424 fGlyphCount += fStyleRunInfo[run].glyphCount; in ParagraphLayout() 434 fGlyphWidths = LE_NEW_ARRAY(float, fGlyphCount); in ParagraphLayout() 435 fGlyphToCharMap = LE_NEW_ARRAY(le_int32, fGlyphCount + 1); in ParagraphLayout() 492 fGlyphToCharMap[fGlyphCount] = fCharCount; in ParagraphLayout() 502 for (glyph = fGlyphCount - 1; glyph >= 0; glyph -= 1) { in ParagraphLayout() 508 fCharToMinGlyphMap[fCharCount] = fGlyphCount; in ParagraphLayout() 510 for (glyph = 0; glyph < fGlyphCount; glyph += 1) { in ParagraphLayout() [all …]
|
/external/skia/legacy/src/ports/ |
D | SkFontHost_win.cpp | 436 int fGlyphCount; member in SkScalerContext_Windows 481 , fGlyphCount(-1) { in SkScalerContext_Windows() 550 if (fGlyphCount < 0) { in generateGlyphCount() 551 fGlyphCount = calculateGlyphCount(fDDC); in generateGlyphCount() 553 return fGlyphCount; in generateGlyphCount()
|
D | SkFontHost_mac_coretext.cpp | 610 uint16_t fGlyphCount; member in SkScalerContext_Mac 688 fGlyphCount = SkToU16(numGlyphs); in SkScalerContext_Mac() 857 fAdjustStart = fGlyphCount; // fallback for all fonts in getAdjustStart() 897 CFIndex entries = fGlyphCount - fAdjustStart; in generateBBoxes() 924 return(fGlyphCount); in generateGlyphCount() 1028 if (cgGlyph < fGlyphCount && cgGlyph >= getAdjustStart() in generateMetrics()
|
/external/skia/src/ports/ |
D | SkFontHost_mac_coretext.cpp | 634 uint16_t fGlyphCount; member in SkScalerContext_Mac 706 fGlyphCount = SkToU16(numGlyphs); in SkScalerContext_Mac() 834 fFBoundingBoxesGlyphOffset = fGlyphCount; // fallback for all fonts in getFBoundingBoxesGlyphOffset() 874 uint16_t entries = fGlyphCount - fFBoundingBoxesGlyphOffset; in generateBBoxes() 896 return fGlyphCount; in generateGlyphCount() 995 if (cgGlyph < fGlyphCount && cgGlyph >= getFBoundingBoxesGlyphOffset() && generateBBoxes()){ in generateMetrics()
|
D | SkFontHost_win_dw.cpp | 501 int fGlyphCount; member in SkScalerContext_Windows 712 , fGlyphCount(-1) { 732 if (fGlyphCount < 0) { 733 fGlyphCount = fTypeface->fDWriteFontFace->GetGlyphCount(); 735 return fGlyphCount;
|
D | SkFontHost_win.cpp | 565 int fGlyphCount; member in SkScalerContext_Windows 622 , fGlyphCount(-1) { in SkScalerContext_Windows() 745 if (fGlyphCount < 0) { in generateGlyphCount() 749 fGlyphCount = calculateOutlineGlyphCount(fDDC); in generateGlyphCount() 751 return fGlyphCount; in generateGlyphCount()
|