Searched refs:fCharCount (Results 1 – 2 of 2) sorted by relevance
318 : fChars(chars), fCharCount(count), in ParagraphLayout()331 fCharCount = -1; in ParagraphLayout()351 fCharCount = -1; in ParagraphLayout()415 …tyleRunInfo[run].engine->layoutChars(fChars, runStart, fStyleRunLimits[run] - runStart, fCharCount, in ParagraphLayout()436 fCharToMinGlyphMap = LE_NEW_ARRAY(le_int32, fCharCount + 1); in ParagraphLayout()437 fCharToMaxGlyphMap = LE_NEW_ARRAY(le_int32, fCharCount + 1); in ParagraphLayout()492 fGlyphToCharMap[fGlyphCount] = fCharCount; in ParagraphLayout()497 for (chIndex = 0; chIndex <= fCharCount; chIndex += 1) { in ParagraphLayout()508 fCharToMinGlyphMap[fCharCount] = fGlyphCount; in ParagraphLayout()516 fCharToMaxGlyphMap[fCharCount] = fGlyphCount; in ParagraphLayout()[all …]
596 le_int32 fCharCount; variable