OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FontMap
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/samples/layout/
FontMap.h
19
class
FontMap
22
FontMap
(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
24
virtual ~
FontMap
();
60
inline le_int16
FontMap
::getPointSize() const
FontMap.cpp
20
#include "
FontMap
.h"
22
FontMap
::
FontMap
(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status)
110
FontMap
::~
FontMap
()
127
le_int32
FontMap
::getFontIndex(const char *fontName)
171
char *
FontMap
::strip(char *s)
195
const LEFontInstance *
FontMap
::getScriptFont(le_int32 scriptCode, LEErrorCode &status)
229
le_int32
FontMap
::getAscent() const
232
((
FontMap
*) this)->getMaxMetrics()
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontFallbackWin.cpp
70
struct
FontMap
{
75
static const
FontMap
fontMap
[] = {
151
for (size_t i = 0; i < WTF_ARRAY_LENGTH(
fontMap
); ++i)
152
scriptFontMap[
fontMap
[i].script] =
fontMap
[i].family;
Completed in 1402 milliseconds