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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp 289 // multiplier; hence for specifiedSize == pleasantSize, computedSize will be
292 // specifiedSize beyond pleasantSize we will only increase computedSize
294 // computedSize = specifiedSize line, after which we stay on that line (so
295 // then every 1px increase in specifiedSize increases computedSize by 1px).
298 float computedSize;
300 computedSize = multiplier * specifiedSize;
302 computedSize = multiplier * pleasantSize + gradientAfterPleasantSize * (specifiedSize - pleasantSize);
303 if (computedSize < specifiedSize)
304 computedSize = specifiedSize;
306 return computedSize;
    [all...]
RenderCombineText.cpp 101 float emWidth = description.computedSize() * textCombineMargin;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ViewportStyleResolver.cpp 119 return primitiveValue->getFloatValue() * m_document->renderStyle()->fontDescription().computedSize();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
SimpleFontDataChromiumWin.cpp 115 float scaledSize = scaleFactor * fontDescription.computedSize();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
FontCacheSkia.cpp 161 fontDescription.computedSize(),
SimpleFontDataSkia.cpp 182 const float scaledSize = lroundf(fontDescription.computedSize() * scaleFactor);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontDescription.h 108 float computedSize() const { return m_computedSize; }
Font.h 96 float size() const { return fontDescription().computedSize(); }
  /external/chromium_org/third_party/WebKit/Source/web/
AutofillPopupMenuClient.cpp 285 regularFontDescription.setComputedSize(style->fontDescription().computedSize());
PopupListBox.cpp 517 d.setComputedSize(d.computedSize() * 0.9);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.cpp 537 factor = computingFontSize ? style->fontDescription().specifiedSize() : style->fontDescription().computedSize();
546 factor = (computingFontSize ? style->fontDescription().specifiedSize() : style->fontDescription().computedSize()) / 2.0;
550 factor = computingFontSize ? rootStyle->fontDescription().specifiedSize() : rootStyle->fontDescription().computedSize();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.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 926 milliseconds