HomeSort by relevance Sort by last modified time
    Searched full:m_weight (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechGrammar.h 48 double weight() const { return m_weight; }
49 void setWeight(double weight) { m_weight = weight; }
58 double m_weight; member in class:blink::FINAL
SpeechGrammar.cpp 51 : m_weight(1.0)
57 , m_weight(weight)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontTraits.h 79 m_traits.m_weight = weight;
92 FontWeight weight() const { return static_cast<FontWeight>(m_traits.m_weight); }
100 unsigned m_weight : 4; member in struct:blink::FontTraits::__anon15914::__anon15915
FontDescription.h 69 , m_weight(FontWeightNormal)
127 FontWeight weight() const { return static_cast<FontWeight>(m_weight); }
175 void setWeight(FontWeight w) { m_weight = w; }
225 unsigned m_weight : 4; // FontWeight
264 && m_weight == other.m_weight
  /external/pdfium/core/src/fxge/ge/
text_int.h 96 int m_Weight;
fx_ge_fontmap.cpp 17 m_Weight = 0;
789 pSubstFont->m_Weight = weight;
792 pSubstFont->m_Weight = pSubstFont->m_Weight * 4 / 5;
    [all...]
fx_ge_text.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.cpp 160 return m_weight ? m_weight->cssText() : "normal";
238 m_weight = value;
408 if (m_weight) {
409 if (!m_weight->isPrimitiveValue())
412 switch (toCSSPrimitiveValue(m_weight.get())->getValueID()) {
580 visitor->trace(m_weight);
FontFace.h 132 RefPtrWillBeMember<CSSValue> m_weight; member in class:blink::FontFace
  /external/pdfium/core/src/fxge/apple/
fx_apple_platform.cpp 117 pFont->GetSubstFont()->m_Weight >= 500 &&
118 pFont->GetSubstFont()->m_Weight <= 600) {
fx_quartz_device.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 181 int m_Weight;
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp     [all...]

Completed in 1021 milliseconds