Searched refs:fontStatus (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/perf/leperf/
H A Dleperf.cpp105 LEErrorCode fontStatus = LE_NO_ERROR; local
108 font = new PortableFontInstance(fontPath, 12, fontStatus);
/external/icu/icu4c/source/samples/layout/
H A Dgnomelayout.cpp307 LEErrorCode fontStatus = LE_NO_ERROR; local
316 fontMap = new GnomeFontMap(engine, "FontMap.Gnome", 24, guiSupport, fontStatus);
319 if (LE_FAILURE(fontStatus)) {
H A Dcgnomelayout.c306 LEErrorCode fontStatus = LE_NO_ERROR; local
318 fontMap = fm_gnomeFontMapOpen(engine, "FontMap.Gnome", 24, guiSupport, &fontStatus);
321 if (LE_FAILURE(fontStatus)) {
H A Dclayout.c137 LEErrorCode fontStatus = LE_NO_ERROR; local
143 fontMap = fm_gdiFontMapOpen(surface, "FontMap.GDI", 24, guiSupport, &fontStatus);
146 if (LE_FAILURE(fontStatus)) {
H A Dlayout.cpp136 LEErrorCode fontStatus = LE_NO_ERROR; local
141 fontMap = new GDIFontMap(surface, "FontMap.GDI", 24, guiSupport, fontStatus);
144 if (LE_FAILURE(fontStatus)) {
/external/icu/icu4c/source/test/letest/
H A Dgendata.cpp303 LEErrorCode fontStatus = LE_NO_ERROR; local
305 font = new SimpleFontInstance(12, fontStatus);
H A Dcletest.c402 LEErrorCode fontStatus = LE_NO_ERROR; local
405 font = le_portableFontOpen(getPath(path, fontName), 12, &fontStatus);
407 if (LE_FAILURE(fontStatus)) {
419 font = le_simpleFontOpen(12, &fontStatus);
H A Dletest.cpp545 LEErrorCode fontStatus = LE_NO_ERROR; local
548 font = new PortableFontInstance(getPath(path, fontName), 12, fontStatus);
550 if (LE_FAILURE(fontStatus)) {
675 LEErrorCode fontStatus = LE_NO_ERROR; local
677 font = new SimpleFontInstance(12, fontStatus);

Completed in 2134 milliseconds