Home | History | Annotate | Download | only in letest

Lines Matching defs:glyphs

46     LEGlyphID *glyphs    = NULL;
64 glyphs = NEW_ARRAY(LEGlyphID, glyphCount + 10);
75 le_getGlyphs(engine, glyphs, &status);
78 log_err("Calling getGlyphs(glyphs, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
125 DELETE_ARRAY(glyphs);
219 LEGlyphID glyphs[6];
240 le_getGlyphs(engine, glyphs, &status);
300 if (actual->glyphs[i] != expected->glyphs[i]) {
302 testID, i, expected->glyphs[i], actual->glyphs[i]);
476 actual.glyphs = NEW_ARRAY(LEGlyphID, actual.glyphCount);
480 le_getGlyphs(engine, actual.glyphs, &status);
488 DELETE_ARRAY(actual.glyphs);
511 * Note: it might be a good idea to also check the glyphs and positions for each run,
678 * glyphs in a row with the same character index.