Searched defs:FontMap (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/layout/
H A DFontMap.h19 class FontMap class
22 FontMap(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
24 virtual ~FontMap();
60 inline le_int16 FontMap::getPointSize() const
H A DFontMap.cpp20 #include "FontMap.h"
22 FontMap::FontMap(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) function in class:FontMap
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 *) thi
[all...]
/external/icu/icu4c/source/samples/layout/
H A DFontMap.h19 class FontMap class
22 FontMap(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
24 virtual ~FontMap();
60 inline le_int16 FontMap::getPointSize() const
H A DFontMap.cpp20 #include "FontMap.h"
22 FontMap::FontMap(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) function in class:FontMap
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 *) thi
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontFallbackWin.cpp74 struct FontMap { struct
79 static const FontMap fontMap[] = {
90 struct FontMap { struct
95 static const FontMap fontMap[] = {

Completed in 143 milliseconds