Lines Matching full:glyphs
59 LEGlyphID *glyphs = NULL;
69 glyphs = NEW_ARRAY(LEGlyphID, glyphCount + 10);
80 engine->getGlyphs(glyphs, status);
83 log_err("Calling getGlyphs(glyphs, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
94 engine->getGlyphs(glyphs, 0xFF000000L, status);
97 log_err("Calling getGlyphs(glyphs, 0xFF000000L, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
144 DELETE_ARRAY(glyphs);
245 LEGlyphID glyphs[6], extraBitGlyphs[6];;
266 engine->getGlyphs(glyphs, status);
281 if (extraBitGlyphs[glyph] != (glyphs[glyph] | 0xFF000000L)) {
282 log_err("extraBigGlyphs[%d] != glyphs[%d] | 0xFF000000L: %8X, %8X\n",
283 glyph, glyph, extraBitGlyphs[glyph], glyphs[glyph]);
340 if (actual->glyphs[i] != expected->glyphs[i]) {
342 testID, i, expected->glyphs[i], actual->glyphs[i]);
582 UnicodeString result_glyphs = UNICODE_STRING_SIMPLE("result-glyphs");
611 UnicodeString text, glyphs, indices, positions;
655 glyphs = element->getText(TRUE);
669 // TODO: make sure that the font, test-text, result-glyphs, result-indices and result-positions
678 expected.glyphs = (LEGlyphID *) getHexArray(glyphs, glyphCount);
699 actual.glyphs = NEW_ARRAY(LEGlyphID, actual.glyphCount);
703 engine->getGlyphs(actual.glyphs, success);
711 DELETE_ARRAY(actual.glyphs);
718 DELETE_ARRAY(expected.glyphs);
743 * Note: it might be a good idea to also check the glyphs and positions for each run,
903 * glyphs in a row with the same character index.