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/icu/icu4c/source/samples/layout/
GDIFontInstance.h
15
* file name:
GDIFontInstance
.h
32
class
GDIFontInstance
;
43
void setFont(const
GDIFontInstance
*font);
49
const
GDIFontInstance
*fCurrentFont;
57
class
GDIFontInstance
: public LEFontInstance, protected FontTableCache
79
GDIFontInstance
(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status);
80
GDIFontInstance
(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status);
81
//
GDIFontInstance
(GDISurface *surface, le_int16 pointSize);
83
virtual ~
GDIFontInstance
();
112
inline HFONT
GDIFontInstance
::getFont() cons
[
all
...]
Surface.cpp
10
GDIFontInstance
*gFont = (
GDIFontInstance
*) font;
GDIFontMap.cpp
16
#include "
GDIFontInstance
.h"
35
LEFontInstance *result = new
GDIFontInstance
(fSurface, fontName, pointSize, status);
GDIFontInstance.cpp
14
* file name:
GDIFontInstance
.cpp
26
#include "
GDIFontInstance
.h"
47
void GDISurface::setFont(const
GDIFontInstance
*font)
87
setFont((
GDIFontInstance
*) font);
110
GDIFontInstance
::
GDIFontInstance
(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status)
195
GDIFontInstance
::
GDIFontInstance
(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status)
307
GDIFontInstance
::~
GDIFontInstance
()
[
all
...]
Completed in 179 milliseconds