OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GDIFontInstance
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/samples/layout/
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
...]
Surface.cpp
7
GDIFontInstance
*gFont = (
GDIFontInstance
*) font;
GDIFontMap.cpp
12
#include "
GDIFontInstance
.h"
31
LEFontInstance *result = new
GDIFontInstance
(fSurface, fontName, pointSize, status);
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
...]
Completed in 118 milliseconds