Searched refs:fFontCount (Results 1 – 11 of 11) sorted by relevance
/dports/devel/icu/icu/source/samples/layout/ |
H A D | FontMap.cpp | 27 …: fPointSize(pointSize), fFontCount(0), fAscent(0), fDescent(0), fLeading(0), fGUISupport(guiSuppo… in FontMap() 118 for (font = 0; font < fFontCount; font += 1) { in ~FontMap() 124 for (font = 0; font < fFontCount; font += 1) { in ~FontMap() 135 for (index = 0; index < fFontCount; index += 1) { in getFontIndex() 141 if (fFontCount < (le_int32) scriptCodeCount) { in getFontIndex() 142 index = fFontCount++; in getFontIndex() 149 for (index = 0; index < fFontCount; index += 1) { in getFontIndex() 262 for (le_int32 i = 0; i < fFontCount; i += 1) { in getMaxMetrics()
|
H A D | FontMap.h | 51 le_int32 fFontCount; variable
|
/dports/devel/icu-lx/icu/source/samples/layout/ |
H A D | FontMap.cpp | 27 …: fPointSize(pointSize), fFontCount(0), fAscent(0), fDescent(0), fLeading(0), fGUISupport(guiSuppo… in FontMap() 118 for (font = 0; font < fFontCount; font += 1) { in ~FontMap() 124 for (font = 0; font < fFontCount; font += 1) { in ~FontMap() 135 for (index = 0; index < fFontCount; index += 1) { in getFontIndex() 141 if (fFontCount < (le_int32) scriptCodeCount) { in getFontIndex() 142 index = fFontCount++; in getFontIndex() 149 for (index = 0; index < fFontCount; index += 1) { in getFontIndex() 262 for (le_int32 i = 0; i < fFontCount; i += 1) { in getMaxMetrics()
|
H A D | FontMap.h | 51 le_int32 fFontCount; variable
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/samples/layout/ |
H A D | FontMap.cpp | 27 …: fPointSize(pointSize), fFontCount(0), fAscent(0), fDescent(0), fLeading(0), fGUISupport(guiSuppo… in FontMap() 118 for (font = 0; font < fFontCount; font += 1) { in ~FontMap() 124 for (font = 0; font < fFontCount; font += 1) { in ~FontMap() 135 for (index = 0; index < fFontCount; index += 1) { in getFontIndex() 141 if (fFontCount < (le_int32) scriptCodeCount) { in getFontIndex() 142 index = fFontCount++; in getFontIndex() 149 for (index = 0; index < fFontCount; index += 1) { in getFontIndex() 262 for (le_int32 i = 0; i < fFontCount; i += 1) { in getMaxMetrics()
|
H A D | FontMap.h | 51 le_int32 fFontCount; variable
|
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/samples/layout/ |
H A D | FontMap.cpp | 27 …: fPointSize(pointSize), fFontCount(0), fAscent(0), fDescent(0), fLeading(0), fGUISupport(guiSuppo… in FontMap() 118 for (font = 0; font < fFontCount; font += 1) { in ~FontMap() 124 for (font = 0; font < fFontCount; font += 1) { in ~FontMap() 135 for (index = 0; index < fFontCount; index += 1) { in getFontIndex() 141 if (fFontCount < (le_int32) scriptCodeCount) { in getFontIndex() 142 index = fFontCount++; in getFontIndex() 149 for (index = 0; index < fFontCount; index += 1) { in getFontIndex() 262 for (le_int32 i = 0; i < fFontCount; i += 1) { in getMaxMetrics()
|
H A D | FontMap.h | 51 le_int32 fFontCount; variable
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/samples/layout/ |
H A D | FontMap.cpp | 27 …: fPointSize(pointSize), fFontCount(0), fAscent(0), fDescent(0), fLeading(0), fGUISupport(guiSuppo… in FontMap() 118 for (font = 0; font < fFontCount; font += 1) { in ~FontMap() 124 for (font = 0; font < fFontCount; font += 1) { in ~FontMap() 135 for (index = 0; index < fFontCount; index += 1) { in getFontIndex() 141 if (fFontCount < (le_int32) scriptCodeCount) { in getFontIndex() 142 index = fFontCount++; in getFontIndex() 149 for (index = 0; index < fFontCount; index += 1) { in getFontIndex() 262 for (le_int32 i = 0; i < fFontCount; i += 1) { in getMaxMetrics()
|
H A D | FontMap.h | 51 le_int32 fFontCount; variable
|
/dports/x11-wm/icewm/icewm-2.9.4/src/ |
H A D | yfontxft.cc | 24 bool valid() const override { return 0 < fFontCount; } in valid() 92 int fFontCount, fAscent, fDescent; member in YXftFont 99 fFontCount(1 + name.count(',')), in YXftFont() 102 fFonts(new XftFont* [fFontCount]) in YXftFont() 107 if (fname.nonempty() && count < fFontCount) { in YXftFont() 121 if ((fFontCount = count) == 0) { in YXftFont() 137 fFontCount(1), in YXftFont() 147 for (int i = fFontCount; 0 < i--; ) in ~YXftFont() 331 for (int i = 0; i < fFontCount; ++i) { in supports() 340 XftFont ** endFont(fFonts + fFontCount); in partitions()
|