Lines Matching refs:glyphs
44 LEGlyphID *glyphs = NULL; in ParamTest() local
62 glyphs = NEW_ARRAY(LEGlyphID, glyphCount + 10); in ParamTest()
73 le_getGlyphs(engine, glyphs, &status); in ParamTest()
123 DELETE_ARRAY(glyphs); in ParamTest()
217 LEGlyphID glyphs[6]; in AccessTest() local
238 le_getGlyphs(engine, glyphs, &status); in AccessTest()
298 if (actual->glyphs[i] != expected->glyphs[i]) { in compareResults()
300 testID, i, expected->glyphs[i], actual->glyphs[i]); in compareResults()
474 actual.glyphs = NEW_ARRAY(LEGlyphID, actual.glyphCount); in doTestCase()
478 le_getGlyphs(engine, actual.glyphs, &status); in doTestCase()
486 DELETE_ARRAY(actual.glyphs); in doTestCase()