Searched refs:isFirstLineStyle (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | EllipsisBox.cpp | 39 RenderStyle* style = m_renderer->style(isFirstLineStyle()); in paint() 126 …Metrics().ascent() - (markupBox->y() + markupBox->renderer()->style(isFirstLineStyle())->fontMetri… in paintMarkupBox() 132 RenderStyle* style = m_renderer->style(isFirstLineStyle()); in selectionRect() 169 RenderStyle* style = m_renderer->style(isFirstLineStyle()); in nodeAtPoint() 171 …Metrics().ascent() - (markupBox->y() + markupBox->renderer()->style(isFirstLineStyle())->fontMetri… in nodeAtPoint()
|
D | InlineFlowBox.cpp | 109 child->setFirstLineStyleBit(isFirstLineStyle()); in addToLine() 121 RenderStyle* parentStyle = renderer()->style(isFirstLineStyle()); in addToLine() 122 RenderStyle* childStyle = child->renderer()->style(isFirstLineStyle()); in addToLine() 159 RenderStyle* childStyle = child->renderer()->style(isFirstLineStyle()); in addToLine() 166 …} else if (!child->renderer()->isBR() && (child->renderer()->style(isFirstLineStyle())->boxShadow(… in addToLine() 168 || child->renderer()->style(isFirstLineStyle())->hasBorderImageOutsets())) in addToLine() 385 logicalLeft += rt->style(isFirstLineStyle())->font().wordSpacing(); in placeBoxRangeInInlineDirection() 441 …if (renderer()->style(isFirstLineStyle())->fontDescription().nonCJKGlyphOrientation() == NonCJKGly… in requiresIdeographicBaseline() 442 || renderer()->style(isFirstLineStyle())->font().primaryFont()->hasVerticalGlyphs()) in requiresIdeographicBaseline() 453 … if (curr->renderer()->style(isFirstLineStyle())->font().primaryFont()->hasVerticalGlyphs()) in requiresIdeographicBaseline() [all …]
|
D | RootInlineBox.cpp | 106 …return boxModelObject()->baselinePosition(baselineType, isFirstLineStyle(), isHorizontal() ? Horiz… in baselinePosition() 111 …return boxModelObject()->lineHeight(isFirstLineStyle(), isHorizontal() ? HorizontalLine : Vertical… in lineHeight() 739 if (renderer()->style(isFirstLineStyle())->lineBoxContain() & LineBoxContainReplaced) { in ascentAndDescentForBox() 764 …&& !usedFonts->isEmpty() && (includeFont || (box->renderer()->style(isFirstLineStyle())->lineHeigh… in ascentAndDescentForBox() 765 usedFonts->append(box->renderer()->style(isFirstLineStyle())->font().primaryFont()); in ascentAndDescentForBox() 803 … int fontAscent = box->renderer()->style(isFirstLineStyle())->fontMetrics().ascent(baselineType()); in ascentAndDescentForBox() 804 …int fontDescent = box->renderer()->style(isFirstLineStyle())->fontMetrics().descent(baselineType()… in ascentAndDescentForBox() 814 …phOverflow->top, max(0, glyphOverflow->top - box->renderer()->style(isFirstLineStyle())->fontMetri… in ascentAndDescentForBox() 815 …flow->bottom, max(0, glyphOverflow->bottom - box->renderer()->style(isFirstLineStyle())->fontMetri… in ascentAndDescentForBox() 819 …LayoutUnit ascentWithMargin = box->renderer()->style(isFirstLineStyle())->fontMetrics().ascent(bas… in ascentAndDescentForBox() [all …]
|
D | InlineTextBox.cpp | 111 …oxModelObject(renderer()->parent())->baselinePosition(baselineType, isFirstLineStyle(), isHorizont… in baselinePosition() 119 return toRenderBR(m_renderer)->lineHeight(isFirstLineStyle()); in lineHeight() 122 …return toRenderBoxModelObject(renderer()->parent())->lineHeight(isFirstLineStyle(), isHorizontal()… in lineHeight() 208 RenderStyle* styleToUse = textObj->style(isFirstLineStyle()); in localSelectionRect() 310 …dthOfVisibleText = toRenderText(renderer())->width(m_start, offset, textPos(), isFirstLineStyle()); in placeEllipsisBox() 509 …isibleText = toRenderText(renderer())->width(m_start, m_truncation, textPos(), isFirstLineStyle()); in paint() 520 RenderStyle* styleToUse = rendererToUse->style(isFirstLineStyle()); in paint() 1067 … width = toRenderText(renderer())->width(m_start, m_truncation, textPos(), isFirstLineStyle()); in paintDecoration() 1075 if (isFirstLineStyle()) in paintDecoration() 1083 RenderStyle* styleToUse = renderer()->style(isFirstLineStyle()); in paintDecoration() [all …]
|
D | InlineFlowBox.h | 143 …urn isHorizontal() ? renderer()->style(isFirstLineStyle())->borderLeftWidth() : renderer()->style(… in borderLogicalLeft() 149 …rn isHorizontal() ? renderer()->style(isFirstLineStyle())->borderRightWidth() : renderer()->style(… in borderLogicalRight()
|
D | RenderInline.cpp | 564 …->renderer()->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent() - container->style… in generateCulledLineBoxRects() 565 … int logicalHeight = container->style(rootBox->isFirstLineStyle())->font().fontMetrics().height(); in generateCulledLineBoxRects() 579 …->renderer()->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent() - container->style… in generateCulledLineBoxRects() 580 … int logicalHeight = container->style(rootBox->isFirstLineStyle())->font().fontMetrics().height(); in generateCulledLineBoxRects() 597 …->renderer()->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent() - container->style… in generateCulledLineBoxRects() 598 … int logicalHeight = container->style(rootBox->isFirstLineStyle())->font().fontMetrics().height(); in generateCulledLineBoxRects()
|
D | InlineBox.cpp | 125 … return m_bitfields.isText() ? renderer()->style(isFirstLineStyle())->fontMetrics().height() : 0; in logicalHeight() 131 const FontMetrics& fontMetrics = renderer()->style(isFirstLineStyle())->fontMetrics(); in logicalHeight()
|
D | InlineBox.h | 147 bool isFirstLineStyle() const { return m_bitfields.firstLine(); } in isFirstLineStyle() function
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorCSSAgent.cpp | 1028 RenderStyle* style = renderer->style(box->isFirstLineStyle()); in collectPlatformFontsForRenderer()
|