Lines Matching refs:glyphs
46 LEGlyphID *glyphs = NULL; in ParamTest() local
64 glyphs = NEW_ARRAY(LEGlyphID, glyphCount + 10); in ParamTest()
75 le_getGlyphs(engine, glyphs, &status); in ParamTest()
125 DELETE_ARRAY(glyphs); in ParamTest()
219 LEGlyphID glyphs[6]; in AccessTest() local
240 le_getGlyphs(engine, glyphs, &status); in AccessTest()
300 if (actual->glyphs[i] != expected->glyphs[i]) { in compareResults()
302 testID, i, expected->glyphs[i], actual->glyphs[i]); in compareResults()
476 actual.glyphs = NEW_ARRAY(LEGlyphID, actual.glyphCount); in doTestCase()
480 le_getGlyphs(engine, actual.glyphs, &status); in doTestCase()
488 DELETE_ARRAY(actual.glyphs); in doTestCase()