Searched refs:flowBox (Results 1 – 6 of 6) sorted by relevance
50 InlineFlowBox* flowBox = new (renderArena()) SVGInlineFlowBox(this); in createInlineBox() local53 m_firstLineBox = m_lastLineBox = flowBox; in createInlineBox()55 m_lastLineBox->setNextLineBox(flowBox); in createInlineBox()56 flowBox->setPreviousLineBox(m_lastLineBox); in createInlineBox()57 m_lastLineBox = flowBox; in createInlineBox()60 return flowBox; in createInlineBox()
114 InlineFlowBox* flowBox = new (renderArena()) SVGRootInlineBox(this); in createInlineBox() local117 m_firstLineBox = m_lastLineBox = flowBox; in createInlineBox()119 m_lastLineBox->setNextLineBox(flowBox); in createInlineBox()120 flowBox->setPreviousLineBox(m_lastLineBox); in createInlineBox()121 m_lastLineBox = flowBox; in createInlineBox()124 return flowBox; in createInlineBox()160 InlineFlowBox* flowBox = static_cast<InlineFlowBox*>(runBox); in absoluteRects() local161 for (InlineBox* box = flowBox->firstChild(); box; box = box->nextOnLine()) { in absoluteRects()185 InlineFlowBox* flowBox = static_cast<InlineFlowBox*>(runBox); in absoluteQuads() local186 for (InlineBox* box = flowBox->firstChild(); box; box = box->nextOnLine()) { in absoluteQuads()[all …]
396 InlineFlowBox* flowBox = box->parent(); in chunkStartCallback() local399 RenderObject* object = flowBox->object(); in chunkStartCallback()405 if (!flowBox->isRootInlineBox()) in chunkStartCallback()410 if (!flowBox->isRootInlineBox()) { in chunkStartCallback()421 InlineFlowBox* flowBox = box->parent(); in chunkEndCallback() local423 RenderObject* object = flowBox->object(); in chunkEndCallback()431 if (!flowBox->isRootInlineBox()) { in chunkEndCallback()443 InlineFlowBox* flowBox = box->parent(); in chunkSetupFillCallback() local446 RenderObject* object = flowBox->object(); in chunkSetupFillCallback()464 InlineFlowBox* flowBox = box->parent(); in chunkSetupStrokeCallback() local[all …]
357 InlineFlowBox* flowBox = 0; in createInlineBox() local359 flowBox = new (renderArena()) InlineFlowBox(this); in createInlineBox()361 flowBox = new (renderArena()) RootInlineBox(this); in createInlineBox()364 m_firstLineBox = m_lastLineBox = flowBox; in createInlineBox()366 m_lastLineBox->setNextLineBox(flowBox); in createInlineBox()367 flowBox->setPreviousLineBox(m_lastLineBox); in createInlineBox()368 m_lastLineBox = flowBox; in createInlineBox()373 return flowBox; in createInlineBox()
270 void SVGCharacterLayoutInfo::addLayoutInformation(InlineFlowBox* flowBox, float textAnchorStartOffs… in addLayoutInformation() argument277 RenderSVGTextPath* textPath = static_cast<RenderSVGTextPath*>(flowBox->object()); in addLayoutInformation()
1763 RenderBox* flowBox = toRenderBox(o); in findNextLineBreak() local1769 if (inlineFlowRequiresLineBox(flowBox)) { in findNextLineBreak()1785 tmpW += flowBox->marginLeft() + flowBox->borderLeft() + flowBox->paddingLeft() + in findNextLineBreak()1786 flowBox->marginRight() + flowBox->borderRight() + flowBox->paddingRight(); in findNextLineBreak()