Lines Matching refs:glyphs
61 LEGlyphID *glyphs = NULL; in ParamTest() local
71 glyphs = NEW_ARRAY(LEGlyphID, glyphCount + 10); in ParamTest()
82 engine->getGlyphs(glyphs, status); in ParamTest()
96 engine->getGlyphs(glyphs, 0xFF000000L, status); in ParamTest()
146 DELETE_ARRAY(glyphs); in ParamTest()
247 LEGlyphID glyphs[6], extraBitGlyphs[6];; in AccessTest() local
268 engine->getGlyphs(glyphs, status); in AccessTest()
283 if (extraBitGlyphs[glyph] != (glyphs[glyph] | 0xFF000000L)) { in AccessTest()
285 glyph, glyph, extraBitGlyphs[glyph], glyphs[glyph]); in AccessTest()
342 if (actual->glyphs[i] != expected->glyphs[i]) { in compareResults()
344 testID, i, expected->glyphs[i], actual->glyphs[i]); in compareResults()
614 UnicodeString text, glyphs, indices, positions; in DataDrivenTest() local
658 glyphs = element->getText(TRUE); in DataDrivenTest()
681 expected.glyphs = (LEGlyphID *) getHexArray(glyphs, glyphCount); in DataDrivenTest()
702 actual.glyphs = NEW_ARRAY(LEGlyphID, actual.glyphCount); in DataDrivenTest()
706 engine->getGlyphs(actual.glyphs, success); in DataDrivenTest()
714 DELETE_ARRAY(actual.glyphs); in DataDrivenTest()
722 DELETE_ARRAY(expected.glyphs); in DataDrivenTest()