Lines Matching refs:glyphs
59 LEGlyphID *glyphs = NULL; in ParamTest() local
69 glyphs = NEW_ARRAY(LEGlyphID, glyphCount + 10); in ParamTest()
80 engine->getGlyphs(glyphs, status); in ParamTest()
94 engine->getGlyphs(glyphs, 0xFF000000L, status); in ParamTest()
144 DELETE_ARRAY(glyphs); in ParamTest()
245 LEGlyphID glyphs[6], extraBitGlyphs[6];; in AccessTest() local
266 engine->getGlyphs(glyphs, status); in AccessTest()
281 if (extraBitGlyphs[glyph] != (glyphs[glyph] | 0xFF000000L)) { in AccessTest()
283 glyph, glyph, extraBitGlyphs[glyph], glyphs[glyph]); in AccessTest()
340 if (actual->glyphs[i] != expected->glyphs[i]) { in compareResults()
342 testID, i, expected->glyphs[i], actual->glyphs[i]); in compareResults()
612 UnicodeString text, glyphs, indices, positions; in DataDrivenTest() local
656 glyphs = element->getText(TRUE); in DataDrivenTest()
679 expected.glyphs = (LEGlyphID *) getHexArray(glyphs, glyphCount); in DataDrivenTest()
700 actual.glyphs = NEW_ARRAY(LEGlyphID, actual.glyphCount); in DataDrivenTest()
704 engine->getGlyphs(actual.glyphs, success); in DataDrivenTest()
712 DELETE_ARRAY(actual.glyphs); in DataDrivenTest()
720 DELETE_ARRAY(expected.glyphs); in DataDrivenTest()