HomeSort by relevance Sort by last modified time
    Searched refs:fontInfo (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebKit2/Shared/
FontInfo.cpp 27 #include "FontInfo.h"
37 void FontInfo::encode(CoreIPC::ArgumentEncoder* encoder) const
44 bool FontInfo::decode(CoreIPC::ArgumentDecoder* decoder, FontInfo& fontInfo)
47 if (!CoreIPC::decode(decoder, fontInfo.fontAttributeDictionary))
DictionaryPopupInfo.cpp 40 encoder->encode(fontInfo);
52 if (!decoder->decode(result.fontInfo))
DictionaryPopupInfo.h 29 #include "FontInfo.h"
53 FontInfo fontInfo;
PlatformPopupMenuData.h 29 #include "FontInfo.h"
56 FontInfo fontInfo;
PlatformPopupMenuData.cpp 63 encoder->encode(fontInfo);
94 if (!decoder->decode(data.fontInfo))
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebPopupMenuMac.mm 48 data.fontInfo.fontAttributeDictionary = fontDescriptorAttributes;
  /external/skia/include/pdf/
SkPDFFont.h 135 SkPDFFont(SkAdvancedTypefaceMetrics* fontInfo, SkTypeface* typeface,
139 SkAdvancedTypefaceMetrics* fontInfo();
164 // Create instances of derived types based on fontInfo.
165 static SkPDFFont* Create(SkAdvancedTypefaceMetrics* fontInfo,
  /external/webkit/Source/WebCore/platform/mac/
WebFontCache.mm 167 NSArray *fontInfo = [fonts objectAtIndex:i];
169 NSString *fontFullName = [fontInfo objectAtIndex:0];
170 NSInteger fontWeight = [[fontInfo objectAtIndex:2] intValue];
173 NSFontTraitMask fontTraits = [[fontInfo objectAtIndex:3] unsignedIntValue];
230 NSArray *fontInfo = [fonts objectAtIndex:i];
233 NSString *fontFullName = [fontInfo objectAtIndex:0];
234 NSInteger fontWeight = [[fontInfo objectAtIndex:2] intValue];
237 NSFontTraitMask fontTraits = [[fontInfo objectAtIndex:3] unsignedIntValue];
  /external/skia/src/pdf/
SkPDFFont.cpp 753 fontMetrics = relatedFont->fontInfo();
869 SkAdvancedTypefaceMetrics* SkPDFFont::fontInfo() {
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPopupMenuProxyMac.mm 96 if (data.fontInfo.fontAttributeDictionary) {
97 NSFontDescriptor *fontDescriptor = [NSFontDescriptor fontDescriptorWithFontAttributes:(NSDictionary *)data.fontInfo.fontAttributeDictionary.get()];
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 26 import android.graphics.Paint_Delegate.FontInfo;
    [all...]
Paint_Delegate.java 59 /*package*/ static final class FontInfo {
69 private List<FontInfo> mFonts;
108 public List<FontInfo> getFonts() {
937 for (FontInfo info : delegate.mFonts) {
993 for (FontInfo info : delegate.mFonts) {
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm 380 NSFontDescriptor *fontDescriptor = [NSFontDescriptor fontDescriptorWithFontAttributes:(NSDictionary *)dictionaryPopupInfo.fontInfo.fontAttributeDictionary.get()];
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 185 QFontInfo fontInfo(defaultButtonFont);
188 m_buttonFontPixelSize = fontInfo.pixelSize();
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 526 dictionaryPopupInfo.fontInfo.fontAttributeDictionary = fontDescriptorAttributes;

Completed in 310 milliseconds