Home | History | Annotate | Download | only in letest

Lines Matching defs:glyphs

42     LEGlyphID *glyphs    = NULL;
60 glyphs = NEW_ARRAY(LEGlyphID, glyphCount + 10);
71 le_getGlyphs(engine, glyphs, &status);
74 log_err("Calling getGlyphs(glyphs, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
121 DELETE_ARRAY(glyphs);
215 LEGlyphID glyphs[6];
236 le_getGlyphs(engine, glyphs, &status);
296 if (actual->glyphs[i] != expected->glyphs[i]) {
298 testID, i, expected->glyphs[i], actual->glyphs[i]);
472 actual.glyphs = NEW_ARRAY(LEGlyphID, actual.glyphCount);
476 le_getGlyphs(engine, actual.glyphs, &status);
484 DELETE_ARRAY(actual.glyphs);
507 * Note: it might be a good idea to also check the glyphs and positions for each run,
673 * glyphs in a row with the same character index.