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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCombineText.cpp 75 textOrigin.move(boxRect.height() / 2 - ceilf(m_combinedTextWidth) / 2, style()->font().fontDescription().computedPixelSize());
RenderMultiColumnSet.cpp 313 return parentBlock->style()->fontDescription().computedPixelSize(); // "1em" is recommended as the normal gap setting. Matches <p> margins.
RootInlineBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineBaseline.cpp 43 return baselineShiftValueLength->valueAsPercentage() * m_font.fontDescription().computedPixelSize();
SVGInlineTextBox.cpp 181 // Font::pixelSize(), returns FontDescription::computedPixelSize(), which returns "int(x + 0.5)".
183 return textRenderer.scaledFont().fontDescription().computedPixelSize();
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.cpp 148 : computedPixelSize();
FontDescription.h 124 int computedPixelSize() const { return int(m_computedSize + 0.5f); }
165 float effectiveFontSize() const; // Returns either the computedSize or the computedPixelSize
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontCacheMac.mm 160 size = fontDescription.computedPixelSize();
ComplexTextControllerCoreText.mm 210 RetainPtr<CTFontRef> fontWithCascadeList(AdoptCF, CTFontCreateCopyWithAttributes(fontData->platformData().ctFont(), m_font.fontDescription().computedPixelSize(), 0, fontDescriptor.get()));
  /external/chromium_org/third_party/WebKit/Source/platform/
DragImage.cpp 190 IntPoint textPos(kDragLabelBorderX, kDragLabelBorderY + labelFont.fontDescription().computedPixelSize());
  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 307 return String::number(style->fontDescription().computedPixelSize());
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ThemeMac.mm 102 int fontSize = fontDescription.computedPixelSize();
513 int fontSize = fontDescription.computedPixelSize();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]

Completed in 558 milliseconds