Home
last modified time | relevance | path

Searched refs:computedPixelSize (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.cpp152 : computedPixelSize(); in effectiveFontSize()
DFontDescription.h112 int computedPixelSize() const { return int(m_computedSize + 0.5f); } in computedPixelSize() function
DFont.h95 int pixelSize() const { return fontDescription().computedPixelSize(); } in pixelSize()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMultiColumnSet.cpp204 …return parentBlock->style()->fontDescription().computedPixelSize(); // "1em" is recommended as the… in columnGap()
DRenderBlock.cpp3493 …return style()->fontDescription().computedPixelSize(); // "1em" is recommended as the normal gap s… in columnGap()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
DFontCacheWin.cpp350 winfont->lfHeight = -fontDescription.computedPixelSize(); in FillLogFont()
/external/chromium_org/third_party/WebKit/Source/core/page/
DPrintContext.cpp325 return String::number(style->fontDescription().computedPixelSize()); in pageProperty()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DFontCacheMac.mm149 size = fontDescription.computedPixelSize();
/external/chromium_org/third_party/WebKit/Source/core/platform/mac/
DThemeMac.mm111 int fontSize = fontDescription.computedPixelSize();
495 int fontSize = fontDescription.computedPixelSize();
/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp901 int fontSize = style->fontDescription().computedPixelSize(); in shouldEmitExtraNewlineForNode()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1292 return zoomAdjustedPixelValue(style->fontDescription().computedPixelSize(), *style); in getFontSizeCSSValuePreferringKeyword()
1506 return zoomAdjustedPixelValue(style.fontDescription().computedPixelSize(), style); in valueForFontSize()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp1991 serializedFont.appendNumber(fontDescription.computedPixelSize()); in font()