Home
last modified time | relevance | path

Searched refs:includeLeftEdge (Results 1 – 6 of 6) sorted by relevance

/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_line.h403 if (includeLeftEdge()) { in borderLeft()
415 if (includeLeftEdge()) { in paddingLeft()
426 bool includeLeftEdge() const in includeLeftEdge() function
H A Drender_line.cpp429 if (!includeLeftEdge()) { in marginLeft()
530 bool includeLeftEdge = false; in determineSpacingForFlowBoxes() local
543 includeLeftEdge = true; in determineSpacingForFlowBoxes()
567 includeLeftEdge = true; in determineSpacingForFlowBoxes()
574 setEdges(includeLeftEdge, includeRightEdge); in determineSpacingForFlowBoxes()
1029 …object()->paintBorder(pI.p, _tx, _ty, w, h, object()->style(), includeLeftEdge(), includeRightEdge… in paintBackgroundAndBorder()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp599 bool includeLeftEdge = box ? box->includeLogicalLeftEdge() : true; in paintFillLayerExtended() local
602 bool hasRoundedBorder = style()->hasBorderRadius() && (includeLeftEdge || includeRightEdge); in paintFillLayerExtended()
634 …, borderRect, bleedAvoidance), box, inlineBoxWidth, inlineBoxHeight, includeLeftEdge, includeRight… in paintFillLayerExtended()
645 …, borderRect, bleedAvoidance), box, inlineBoxWidth, inlineBoxHeight, includeLeftEdge, includeRight… in paintFillLayerExtended()
649 int bLeft = includeLeftEdge ? borderLeft() : 0; in paintFillLayerExtended()
651 int pLeft = includeLeftEdge ? paddingLeft() : 0; in paintFillLayerExtended()
H A DInlineFlowBox.cpp293 bool includeLeftEdge = false; in determineSpacingForFlowBoxes() local
305 includeLeftEdge = true; in determineSpacingForFlowBoxes()
326 includeLeftEdge = true; in determineSpacingForFlowBoxes()
331 setEdges(includeLeftEdge, includeRightEdge); in determineSpacingForFlowBoxes()
/dports/www/kf5-khtml/khtml-5.89.0/src/
H A Dkhtml_caret.cpp777 if (flowBox->includeLeftEdge()) { in addConvertedInlineBox()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2009-06-1639845 (WebCore::InlineFlowBox::includeLeftEdge):