HomeSort by relevance Sort by last modified time
    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/webkit/Source/WebCore/platform/graphics/chromium/
FontUtilsChromiumWin.cpp 72 struct FontMap {
77 static const FontMap fontMap[] = {
153 for (size_t i = 0; i < WTF_ARRAY_LENGTH(fontMap); ++i)
154 scriptFontMap[fontMap[i].script] = fontMap[i].family;

Completed in 1392 milliseconds