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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontTraits.h 34 enum FontWeight {
75 FontTraits(FontStyle style, FontVariant variant, FontWeight weight, FontStretch stretch)
92 FontWeight weight() const { return static_cast<FontWeight>(m_traits.m_weight); }
FontDescription.h 127 FontWeight weight() const { return static_cast<FontWeight>(m_weight); }
129 static FontWeight lighterWeight(FontWeight);
130 static FontWeight bolderWeight(FontWeight);
175 void setWeight(FontWeight w) { m_weight = w; }
225 unsigned m_weight : 4; // FontWeight
FontDescription.cpp 55 FontWeight FontDescription::lighterWeight(FontWeight weight)
77 FontWeight FontDescription::bolderWeight(FontWeight weight)
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.h 60 void setWeight(FontWeight);
92 static FontWeight initialWeight() { return FontWeightNormal; }
StyleBuilderConverter.h 54 static FontWeight convertFontWeight(StyleResolverState&, CSSValue*);
AnimatedStyleBuilder.cpp 231 FontWeight animatableValueToFontWeight(const AnimatableValue* value)
235 static const FontWeight weights[] = {
FontBuilder.cpp 237 void FontBuilder::setWeight(FontWeight fontWeight)
241 scope.fontDescription().setWeight(fontWeight);
StyleBuilderConverter.cpp 191 FontWeight StyleBuilderConverter::convertFontWeight(StyleResolverState& state, CSSValue* value)
  /external/chromium_org/third_party/WebKit/Source/web/
WebFontDescription.cpp 63 desc.setWeight(static_cast<FontWeight>(weight));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontCacheSkiaWin.cpp 219 AtomicString& adjustedName, FontWeight& variantWeight)
224 FontWeight weight;
307 FontWeight variantWeight;
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceCache.cpp 177 static const FontWeight weightFallbackRuleSets[fallbackRuleSets][rulesPerSet] = {
191 const FontWeight* weightFallbackRule = weightFallbackRuleSets[ruleSetIndex];
FontFace.cpp 407 FontWeight weight = FontWeight400;
CSSPrimitiveValueMappings.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontCacheMac.mm 83 static int toAppKitFontWeight(FontWeight fontWeight)
96 return appKitFontWeights[fontWeight];
  /external/chromium_org/third_party/WebKit/Source/platform/
DragImage.cpp 109 static Font deriveDragLabelFont(int size, FontWeight fontWeight, const FontDescription& systemFont)
112 description.setWeight(fontWeight);
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimatableValueFactory.cpp 238 static double fontWeightToDouble(FontWeight fontWeight)
240 switch (fontWeight) {
265 static PassRefPtrWillBeRawPtr<AnimatableValue> createFromFontWeight(FontWeight fontWeight)
267 return createFromDouble(fontWeightToDouble(fontWeight));
357 return createFromFontWeight(style.fontWeight());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincon.h 298 UINT FontWeight;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h 557 FontWeight fontWeight() const;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.mm 214 static FontWeight toFontWeight(NSInteger appKitFontWeight)
222 static FontWeight fontWeights[] = {
    [all...]

Completed in 6970 milliseconds