OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GDIFontInstance
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp
8
* 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)
189
GDIFontInstance
::
GDIFontInstance
(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status)
301
GDIFontInstance
::~
GDIFontInstance
()
[
all
...]
GDIFontInstance.h
9
* file name:
GDIFontInstance
.h
26
class
GDIFontInstance
;
37
void setFont(const
GDIFontInstance
*font);
43
const
GDIFontInstance
*fCurrentFont;
51
class
GDIFontInstance
: public LEFontInstance, protected 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
::getFont() cons
[
all
...]
Completed in 469 milliseconds