Home | History | Annotate | Download | only in letest

Lines Matching defs:charCount

610             int32_t charCount = 0;
656 charCount = text.length();
687 if (glyphCount < charCount || indexCount != glyphCount || positionCount < glyphCount * 2 + 2) {
688 log_err("Test %s: inconsistent input data: charCount = %d, glyphCount = %d, indexCount = %d, positionCount = %d\n",
689 id, charCount, glyphCount, indexCount, positionCount);
700 actual.glyphCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount, getRTL(text), 0, 0, success);
876 le_int32 charCount = LE_ARRAY_SIZE(chars);
886 fontRuns.add(font, charCount);
888 paragraphLayout = new ParagraphLayout(chars, charCount, &fontRuns, NULL, NULL, NULL, 0, FALSE, status);