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

/external/chromium_org/third_party/icu/source/samples/layout/
H A DGDIFontInstance.h9 * file name: GDIFontInstance.h
26 class GDIFontInstance;
37 void setFont(const GDIFontInstance *font);
43 const GDIFontInstance *fCurrentFont;
51 class GDIFontInstance : public LEFontInstance, protected FontTableCache class in inherits:LEFontInstance,FontTableCache
73 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status);
74 GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status);
75 //GDIFontInstance(GDISurface *surface, le_int16 pointSize);
77 virtual ~GDIFontInstance();
106 inline HFONT GDIFontInstance
[all...]
H A DSurface.cpp7 GDIFontInstance *gFont = (GDIFontInstance *) font;
H A DGDIFontMap.cpp12 #include "GDIFontInstance.h"
31 LEFontInstance *result = new GDIFontInstance(fSurface, fontName, pointSize, status);
H A DGDIFontInstance.cpp8 * file name: GDIFontInstance.cpp
20 #include "GDIFontInstance.h"
41 void GDISurface::setFont(const GDIFontInstance *font)
81 setFont((GDIFontInstance *) font);
104 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status) function in class:GDIFontInstance
189 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status) function in class:GDIFontInstance
301 GDIFontInstance::~GDIFontInstance()
[all...]
/external/icu/icu4c/source/samples/layout/
H A DGDIFontInstance.h9 * file name: GDIFontInstance.h
26 class GDIFontInstance;
37 void setFont(const GDIFontInstance *font);
43 const GDIFontInstance *fCurrentFont;
51 class GDIFontInstance : public LEFontInstance, protected FontTableCache class in inherits:LEFontInstance,FontTableCache
73 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status);
74 GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status);
75 //GDIFontInstance(GDISurface *surface, le_int16 pointSize);
77 virtual ~GDIFontInstance();
106 inline HFONT GDIFontInstance
[all...]
H A DSurface.cpp7 GDIFontInstance *gFont = (GDIFontInstance *) font;
H A DGDIFontMap.cpp12 #include "GDIFontInstance.h"
31 LEFontInstance *result = new GDIFontInstance(fSurface, fontName, pointSize, status);
H A DGDIFontInstance.cpp8 * file name: GDIFontInstance.cpp
20 #include "GDIFontInstance.h"
41 void GDISurface::setFont(const GDIFontInstance *font)
81 setFont((GDIFontInstance *) font);
104 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status) function in class:GDIFontInstance
189 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status) function in class:GDIFontInstance
301 GDIFontInstance::~GDIFontInstance()
[all...]

Completed in 2021 milliseconds