Searched refs:guiSupport (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/third_party/icu/source/samples/layout/
H A Dgsupport.h12 void gs_postErrorMessage(gs_guiSupport *guiSupport, const char *message, const char *title);
H A Ducreader.cpp15 const UChar *uc_readFile(const char *fileName, gs_guiSupport *guiSupport, int32_t *charCount) argument
17 return UnicodeReader::readFile(fileName, (GUISupport *) guiSupport, *charCount);
H A DUnicodeReader.h28 static const UChar *readFile(const char *fileName, GUISupport *guiSupport, int32_t &charCount);
H A Ducreader.h15 const UChar *uc_readFile(const char *fileName, gs_guiSupport *guiSupport, int32_t *charCount);
H A Dgnomeglue.cpp33 void gs_gnomeGuiSupportClose(gs_guiSupport *guiSupport) argument
35 GnomeGUISupport *gs = (GnomeGUISupport *) guiSupport;
52 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status) argument
54 return (fm_fontMap *) new GnomeFontMap(engine, fileName, pointSize, (GnomeGUISupport *) guiSupport, *status);
H A DUnicodeReader.cpp26 const UChar *UnicodeReader::readFile(const char *fileName, GUISupport *guiSupport, int32_t &charCount) argument
42 guiSupport->postErrorMessage(errorMessage, "Text File Error");
76 guiSupport->postErrorMessage(errorMessage, "Text File Error");
87 guiSupport->postErrorMessage(errorMessage, "Text File Error");
95 guiSupport->postErrorMessage(errorMessage, "Text File Error");
110 guiSupport->postErrorMessage(errorMessage, "Text File Error");
H A DGDIFontMap.cpp18 GDIFontMap::GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) argument
19 : FontMap(fileName, pointSize, guiSupport, status), fSurface(surface)
H A DGnomeFontMap.cpp20 GnomeFontMap::GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) argument
21 : FontMap(fileName, pointSize, guiSupport, status), fEngine(engine)
H A Dgdiglue.h24 void gs_gdiGuiSupportClose(gs_guiSupport *guiSupport);
30 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status);
H A Dgnomeglue.h26 void gs_gnomeGuiSupportClose(gs_guiSupport *guiSupport);
31 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status);
H A Dgdiglue.cpp30 void gs_gdiGuiSupportClose(gs_guiSupport *guiSupport) argument
32 GDIGUISupport *gs = (GDIGUISupport *) guiSupport;
56 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status) argument
58 return (fm_fontMap *) new GDIFontMap((GDISurface *) surface, fileName, pointSize, (GDIGUISupport *) guiSupport, *status);
H A DGDIFontMap.h27 GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
H A DGnomeFontMap.h27 GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
/external/icu/icu4c/source/samples/layout/
H A Dgsupport.h12 void gs_postErrorMessage(gs_guiSupport *guiSupport, const char *message, const char *title);
H A Ducreader.cpp15 const UChar *uc_readFile(const char *fileName, gs_guiSupport *guiSupport, int32_t *charCount) argument
17 return UnicodeReader::readFile(fileName, (GUISupport *) guiSupport, *charCount);
H A DUnicodeReader.h28 static const UChar *readFile(const char *fileName, GUISupport *guiSupport, int32_t &charCount);
H A Ducreader.h15 const UChar *uc_readFile(const char *fileName, gs_guiSupport *guiSupport, int32_t *charCount);
H A Dgnomeglue.cpp33 void gs_gnomeGuiSupportClose(gs_guiSupport *guiSupport) argument
35 GnomeGUISupport *gs = (GnomeGUISupport *) guiSupport;
52 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status) argument
54 return (fm_fontMap *) new GnomeFontMap(engine, fileName, pointSize, (GnomeGUISupport *) guiSupport, *status);
H A DUnicodeReader.cpp26 const UChar *UnicodeReader::readFile(const char *fileName, GUISupport *guiSupport, int32_t &charCount) argument
42 guiSupport->postErrorMessage(errorMessage, "Text File Error");
76 guiSupport->postErrorMessage(errorMessage, "Text File Error");
87 guiSupport->postErrorMessage(errorMessage, "Text File Error");
95 guiSupport->postErrorMessage(errorMessage, "Text File Error");
110 guiSupport->postErrorMessage(errorMessage, "Text File Error");
H A DGDIFontMap.cpp18 GDIFontMap::GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) argument
19 : FontMap(fileName, pointSize, guiSupport, status), fSurface(surface)
H A DGnomeFontMap.cpp20 GnomeFontMap::GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) argument
21 : FontMap(fileName, pointSize, guiSupport, status), fEngine(engine)
H A Dgdiglue.h24 void gs_gdiGuiSupportClose(gs_guiSupport *guiSupport);
30 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status);
H A Dgnomeglue.h26 void gs_gnomeGuiSupportClose(gs_guiSupport *guiSupport);
31 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status);
H A Dgdiglue.cpp30 void gs_gdiGuiSupportClose(gs_guiSupport *guiSupport) argument
32 GDIGUISupport *gs = (GDIGUISupport *) guiSupport;
56 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status) argument
58 return (fm_fontMap *) new GDIFontMap((GDISurface *) surface, fileName, pointSize, (GDIGUISupport *) guiSupport, *status);
H A DGDIFontMap.h27 GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);

Completed in 213 milliseconds

12