Searched refs:familyLength (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitGraphics.h42 unsigned familyLength; member in struct:WebFontDescription
H A DWebKitGraphics.cpp54 String fontFamilyString(description.family, description.familyLength);
H A DDOMCoreClasses.cpp1260 webFontDescription->familyLength = family.length();
/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
299 memcpy(logFont.lfFaceName, familyName.characters(), familyLength * sizeof(UChar));
300 logFont.lfFaceName[familyLength] = 0;
/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
450 memcpy(logFont.lfFaceName, family.characters(), familyLength * sizeof(UChar));
451 logFont.lfFaceName[familyLength] = 0;
533 unsigned familyLength = min(familyName.length(), static_cast<unsigned>(LF_FACESIZE - 1)); local
534 memcpy(logFont.lfFaceName, familyName.characters(), familyLength * sizeof(UChar));
535 logFont.lfFaceName[familyLength] = 0;
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSFontSelector.cpp265 int familyLength = familyList->length(); local
266 for (int i = 0; i < familyLength; i++) {

Completed in 95 milliseconds