Searched defs:numFonts (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontFallbackList.cpp71 unsigned numFonts = m_fontList.size(); local
72 for (unsigned i = 0; i < numFonts; ++i) {
113 unsigned numFonts = m_fontList.size(); local
114 for (unsigned i = 0; i < numFonts; ++i) {
126 unsigned numFonts = m_fontList.size(); local
127 for (unsigned i = 0; i < numFonts; ++i) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontCacheSkiaWin.cpp147 int numFonts = 0; local
150 numFonts = WTF_ARRAY_LENGTH(cjkFonts);
153 numFonts = WTF_ARRAY_LENGTH(commonFonts);
160 for (i = 0; (!data || !data->fontContainsCharacter(character)) && i < numFonts; ++i) {
177 // last font in the array covers the character, |i| will be numFonts.
180 if (i <= numFonts)
351 size_t numFonts = WTF_ARRAY_LENGTH(minAntiAliasSizeForFont); local
352 for (size_t i = 0; i < numFonts; i++) {
378 numFonts = WTF_ARRAY_LENGTH(noSubpixelForSmallSizeFont);
379 for (size_t i = 0; i < numFonts;
[all...]

Completed in 95 milliseconds