Lines Matching defs:glyph
220 le_int32 biasedIndices[6], indices[6], glyph;
245 log_err("Could not get glyph, indices and position arrays.\n");
255 for (glyph = 0; glyph < glyphCount; glyph += 1) {
256 if (biasedIndices[glyph] != (indices[glyph] + 1024)) {
258 glyph, glyph, biasedIndices[glyph], indices[glyph]);
265 for (glyph = 0; glyph <= glyphCount; glyph += 1) {
268 le_getGlyphPosition(engine, glyph, &x, &y, &status);
271 log_err("getGlyphPosition(%d, x, y, status) failed.\n", glyph);
275 if (x != positions[glyph*2] || y != positions[glyph*2 + 1]) {
277 glyph, x, y, positions[glyph*2], positions[glyph*2 + 1]);
294 log_err("Test %s: incorrect glyph count: expected %d, got %d\n",
301 log_err("Test %s: incorrect id for glyph %d: expected %4X, got %4X\n",
309 log_err("Test %s: incorrect index for glyph %d: expected %8X, got %8X\n",
320 log_err("Test %s: incorrect x position for glyph %d: expected %f, got %f\n",
330 log_err("Test %s: incorrect y position for glyph %d: expected %f, got %f\n",
676 * increase from the right most glyph to the left most glyph. If
677 * there are any one to many glyph substitutions, we might get several
685 log_err("Bad glyph to char index for glyph %d on line %d: expected %d, got %d\n",