Home | History | Annotate | Download | only in letest

Lines Matching defs:indexCount

612             int32_t glyphCount = 0, indexCount = 0, positionCount = 0;
679 expected.indices = (le_int32 *) getHexArray(indices, indexCount);
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);