Home | History | Annotate | Download | only in letest

Lines Matching refs:charCount

607             int32_t charCount = 0;
653 charCount = text.length();
684 if (glyphCount < charCount || indexCount != glyphCount || positionCount < glyphCount * 2 + 2) {
685 log_err("Test %s: inconsistent input data: charCount = %d, glyphCount = %d, indexCount = %d, positionCount = %d\n",
686 id, charCount, glyphCount, indexCount, positionCount);
697 actual.glyphCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount, getRTL(text), 0, 0, success);
871 le_int32 charCount = LE_ARRAY_SIZE(chars);
881 fontRuns.add(font, charCount);
883 paragraphLayout = new ParagraphLayout(chars, charCount, &fontRuns, NULL, NULL, NULL, 0, FALSE, status);