Searched defs:familyLength (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitGraphics.h42 unsigned familyLength; member in struct:WebFontDescription
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DFontCacheWinCE.cpp298 unsigned familyLength = std::min(familyName.length(), static_cast<unsigned>(LF_FACESIZE - 1)); local
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSFontSelector.cpp265 int familyLength = familyList->length(); local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DFontCacheWin.cpp449 unsigned familyLength = min(family.length(), static_cast<unsigned>(LF_FACESIZE - 1)); local
533 unsigned familyLength = min(familyName.length(), static_cast<unsigned>(LF_FACESIZE - 1)); local

Completed in 290 milliseconds