Home
last modified time | relevance | path

Searched refs:fontStatus (Results 1 – 7 of 7) sorted by relevance

/external/icu4c/samples/layout/
Dgnomelayout.cpp301 LEErrorCode fontStatus = LE_NO_ERROR; in main() local
310 fontMap = new GnomeFontMap(engine, "FontMap.Gnome", 24, guiSupport, fontStatus); in main()
313 if (LE_FAILURE(fontStatus)) { in main()
Dcgnomelayout.c300 LEErrorCode fontStatus = LE_NO_ERROR; in main() local
312 fontMap = fm_gnomeFontMapOpen(engine, "FontMap.Gnome", 24, guiSupport, &fontStatus); in main()
315 if (LE_FAILURE(fontStatus)) { in main()
Dlayout.cpp130 LEErrorCode fontStatus = LE_NO_ERROR; in WndProc() local
135 fontMap = new GDIFontMap(surface, "FontMap.GDI", 24, guiSupport, fontStatus); in WndProc()
138 if (LE_FAILURE(fontStatus)) { in WndProc()
Dclayout.c131 LEErrorCode fontStatus = LE_NO_ERROR; in WndProc() local
137 fontMap = fm_gdiFontMapOpen(surface, "FontMap.GDI", 24, guiSupport, &fontStatus); in WndProc()
140 if (LE_FAILURE(fontStatus)) { in WndProc()
/external/icu4c/test/letest/
Dcletest.c398 LEErrorCode fontStatus = LE_NO_ERROR; in openFont() local
401 font = le_portableFontOpen(getPath(path, fontName), 12, &fontStatus); in openFont()
403 if (LE_FAILURE(fontStatus)) { in openFont()
415 font = le_simpleFontOpen(12, &fontStatus); in openFont()
Dgendata.cpp244 LEErrorCode fontStatus = LE_NO_ERROR; in main() local
246 font = new SimpleFontInstance(12, fontStatus); in main()
Dletest.cpp542 LEErrorCode fontStatus = LE_NO_ERROR; in openFont() local
545 font = new PortableFontInstance(getPath(path, fontName), 12, fontStatus); in openFont()
547 if (LE_FAILURE(fontStatus)) { in openFont()
672 LEErrorCode fontStatus = LE_NO_ERROR; in DataDrivenTest() local
674 font = new SimpleFontInstance(12, fontStatus); in DataDrivenTest()