Searched refs:fCharCount (Results 1 – 2 of 2) sorted by relevance
320 : fChars(chars), fCharCount(count), in ParagraphLayout()333 fCharCount = -1; in ParagraphLayout()356 fCharCount = -1; in ParagraphLayout()420 …tyleRunInfo[run].engine->layoutChars(fChars, runStart, fStyleRunLimits[run] - runStart, fCharCount, in ParagraphLayout()441 fCharToMinGlyphMap = LE_NEW_ARRAY(le_int32, fCharCount + 1); in ParagraphLayout()442 fCharToMaxGlyphMap = LE_NEW_ARRAY(le_int32, fCharCount + 1); in ParagraphLayout()497 fGlyphToCharMap[fGlyphCount] = fCharCount; in ParagraphLayout()502 for (chIndex = 0; chIndex <= fCharCount; chIndex += 1) { in ParagraphLayout()513 fCharToMinGlyphMap[fCharCount] = fGlyphCount; in ParagraphLayout()521 fCharToMaxGlyphMap[fCharCount] = fGlyphCount; in ParagraphLayout()[all …]
606 le_int32 fCharCount; variable