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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontWidthVariant.h 34 RegularWidth,
FontPlatformData.cpp 42 , m_widthVariant(RegularWidth)
59 , m_widthVariant(RegularWidth)
FontCustomPlatformData.h 68 FontPlatformData fontPlatformData(float size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth);
FontPlatformData.h 88 FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrientation = Horizontal, FontWidthVariant = RegularWidth);
92 FontOrientation = Horizontal, FontWidthVariant = RegularWidth);
FontDescription.h 82 , m_widthVariant(RegularWidth)
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
FontResource.h 59 FontPlatformData platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
GlyphPageTreeNodeMac.cpp 48 if (fontData->platformData().widthVariant() != RegularWidth || fontData->hasVerticalGlyphs()) {
74 } else if (!fontData->platformData().isCompositeFontReference() && fontData->platformData().widthVariant() != RegularWidth
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/
FontPlatformDataCocoa.mm 172 case RegularWidth:
265 if (m_widthVariant != RegularWidth) {

Completed in 665 milliseconds