Searched refs:fontInfo (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DFontInfo.cpp48 bool FontInfo::decode(IPC::ArgumentDecoder& decoder, FontInfo& fontInfo) argument
58 if (!IPC::decode(decoder, fontInfo.fontAttributeDictionary))
62 UNUSED_PARAM(fontInfo);
H A DPlatformPopupMenuData.cpp40 encoder << fontInfo; local
52 if (!decoder.decode(data.fontInfo))
H A DPlatformPopupMenuData.h48 FontInfo fontInfo; member in struct:WebKit::PlatformPopupMenuData
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/mac/
H A DWebPopupMenuMac.mm50 data.fontInfo.fontAttributeDictionary = fontDescriptorAttributes;
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWebFontCache.mm150 NSArray *fontInfo = [fonts objectAtIndex:i];
152 NSInteger fontWeight = [[fontInfo objectAtIndex:2] intValue];
153 NSFontTraitMask fontTraits = [[fontInfo objectAtIndex:3] unsignedIntValue];
217 NSArray *fontInfo = [fonts objectAtIndex:i];
220 NSString *fontFullName = [fontInfo objectAtIndex:0];
221 NSInteger fontWeight = [[fontInfo objectAtIndex:2] intValue];
222 NSFontTraitMask fontTraits = [[fontInfo objectAtIndex:3] unsignedIntValue];
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dmycomputer.tcl9 array set fontInfo [font actual $font]
10 set fontInfo(-weight) bold
11 eval font create DemoMyComputerHeaderFont [array get fontInfo]
H A Ddemo.tcl222 array set fontInfo [font actual $font]
223 eval font create DemoFont [array get fontInfo]
226 array set fontInfo [font actual $font]
227 set fontInfo(-weight) bold
228 eval font create DemoFontBold [array get fontInfo]
230 array set fontInfo [font actual $font]
231 set fontInfo(-underline) 1
232 eval font create DemoFontUnderline [array get fontInfo]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebPopupMenuProxyMac.mm102 if (data.fontInfo.fontAttributeDictionary) {
103 NSFontDescriptor *fontDescriptor = [NSFontDescriptor fontDescriptorWithFontAttributes:(NSDictionary *)data.fontInfo.fontAttributeDictionary.get()];
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DTimeCode.c231 FontInfo fontInfo; local
536 GetFontInfo( &fontInfo );
542 tcHeightFix = FixRatio( (short) (fontInfo.ascent + fontInfo.descent), 1 );
/macosx-10.10/vim-55/src/
H A Dgui_w16.c1122 TEXTMETRIC fontInfo; local
1196 GetTextMetrics(hdc, &fontInfo);
1197 fontHeight = fontInfo.tmHeight;
H A Dgui_w32.c3025 TEXTMETRIC fontInfo; local
3119 GetTextMetrics(hdc, &fontInfo);
3120 fontHeight = fontInfo.tmHeight;

Completed in 138 milliseconds