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

/external/icu4c/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/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontUtilsChromiumWin.cpp72 struct FontMap { struct
77 static const FontMap fontMap[] = {

Completed in 139 milliseconds