Lines Matching refs:glyphs
42 LEGlyphID *glyphs = NULL; in ParamTest() local
60 glyphs = NEW_ARRAY(LEGlyphID, glyphCount + 10); in ParamTest()
71 le_getGlyphs(engine, glyphs, &status); in ParamTest()
121 DELETE_ARRAY(glyphs); in ParamTest()
215 LEGlyphID glyphs[6]; in AccessTest() local
236 le_getGlyphs(engine, glyphs, &status); in AccessTest()
296 if (actual->glyphs[i] != expected->glyphs[i]) { in compareResults()
298 testID, i, expected->glyphs[i], actual->glyphs[i]); in compareResults()
472 actual.glyphs = NEW_ARRAY(LEGlyphID, actual.glyphCount); in doTestCase()
476 le_getGlyphs(engine, actual.glyphs, &status); in doTestCase()
484 DELETE_ARRAY(actual.glyphs); in doTestCase()