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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCombineText.h 37 float combinedTextWidth(const Font& font) const { return font.fontDescription().computedSize(); }
RenderCombineText.cpp 67 return font.fontDescription().computedSize();
104 float emWidth = description.computedSize() * textCombineMargin;
TextAutosizer.cpp 478 // multiplier; hence for specifiedSize == pleasantSize, computedSize will be
481 // specifiedSize beyond pleasantSize we will only increase computedSize
483 // computedSize = specifiedSize line, after which we stay on that line (so
484 // then every 1px increase in specifiedSize increases computedSize by 1px).
487 float computedSize;
489 computedSize = multiplier * specifiedSize;
491 computedSize = multiplier * pleasantSize + gradientAfterPleasantSize * (specifiedSize - pleasantSize);
492 if (computedSize < specifiedSize)
493 computedSize = specifiedSize;
495 return computedSize;
    [all...]
RenderTextControl.cpp 243 return roundf(style()->font().fontDescription().computedSize() * x / unitsPerEm);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.cpp 77 kerning *= m_font.fontDescription().computedSize() / m_font.fontMetrics().unitsPerEm();
SVGInlineTextBox.cpp 516 return font.fontDescription().computedSize() / 20.0f;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.cpp 122 ? computedSize()
FontDescription.h 93 float computedSize() const { return m_computedSize; }
129 float effectiveFontSize() const; // Returns either the computedSize or the computedPixelSize
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ViewportStyleResolver.cpp 133 return primitiveValue->getFloatValue() * m_document->renderStyle()->fontDescription().computedSize();
  /external/chromium_org/third_party/WebKit/Source/web/
ExternalPopupMenu.cpp 208 info->itemFontSize = static_cast<int>(m_popupMenuClient->menuStyle().font().fontDescription().computedSize());
PopupContainer.cpp 447 return m_listBox->getRowFont(0).fontDescription().computedSize();
  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm 86 font = [NSFont systemFontOfSize:style->font().fontDescription().computedSize()];
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SimpleFontDataSkia.cpp 199 const float scaledSize = lroundf(fontDescription.computedSize() * scaleFactor);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.cpp 605 factor = computingFontSize ? style.fontDescription().specifiedSize() : style.fontDescription().computedSize();
614 factor = (computingFontSize ? style.fontDescription().specifiedSize() : style.fontDescription().computedSize()) / 2.0;
618 factor = computingFontSize ? rootStyle->fontDescription().specifiedSize() : rootStyle->fontDescription().computedSize();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 967 milliseconds