Home
last modified time | relevance | path

Searched refs:bleedAvoidance (Results 1 – 3 of 3) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp574 …dance(GraphicsContext* context, const IntRect& borderRect, BackgroundBleedAvoidance bleedAvoidance) in backgroundRectAdjustedForBleedAvoidance() argument
576 if (bleedAvoidance != BackgroundBleedShrinkBackground) in backgroundRectAdjustedForBleedAvoidance()
589 …BackgroundBleedAvoidance bleedAvoidance, InlineFlowBox* box, int inlineBoxWidth, int inlineBoxHeig… in paintFillLayerExtended() argument
633 if (hasRoundedBorder && bleedAvoidance != BackgroundBleedUseTransparencyLayer) { in paintFillLayerExtended()
642 …bool clipToBorderRadius = hasRoundedBorder && bleedAvoidance != BackgroundBleedUseTransparencyLaye… in paintFillLayerExtended()
1230 …BackgroundBleedAvoidance bleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRightEdge… in paintOneBorderSide() argument
1249 …colorToPaint, edgeToRender.style, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge); in paintOneBorderSide()
1267 … const BorderEdge edges[], BorderEdgeFlags edgeSet, BackgroundBleedAvoidance bleedAvoidance, in paintBorderSides() argument
1404 if (outerBorder.isRounded() && bleedAvoidance != BackgroundBleedUseTransparencyLayer) in paintBorder()
1427 if (bleedAvoidance != BackgroundBleedUseTransparencyLayer) in paintBorder()
[all …]
H A DRenderBox.cpp850 BackgroundBleedAvoidance bleedAvoidance = determineBackgroundBleedAvoidance(paintInfo.context); in paintBoxDecorationsWithSize() local
853 if (bleedAvoidance == BackgroundBleedUseTransparencyLayer) { in paintBoxDecorationsWithSize()
872 …r(CSSPropertyBackgroundColor), style()->backgroundLayers(), tx, ty, width, height, bleedAvoidance); in paintBoxDecorationsWithSize()
881 paintBorder(paintInfo.context, tx, ty, width, height, style(), bleedAvoidance); in paintBoxDecorationsWithSize()
883 if (bleedAvoidance == BackgroundBleedUseTransparencyLayer) in paintBoxDecorationsWithSize()
988 BackgroundBleedAvoidance bleedAvoidance, CompositeOperator op, RenderObject* backgroundObject) in paintFillLayers() argument
993 …paintFillLayers(paintInfo, c, fillLayer->next(), tx, ty, width, height, bleedAvoidance, op, backgr… in paintFillLayers()
994 …paintFillLayer(paintInfo, c, fillLayer, tx, ty, width, height, bleedAvoidance, op, backgroundObjec… in paintFillLayers()
998 BackgroundBleedAvoidance bleedAvoidance, CompositeOperator op, RenderObject* backgroundObject) in paintFillLayer() argument
1000 …paintFillLayerExtended(paintInfo, c, fillLayer, tx, ty, width, height, bleedAvoidance, 0, 0, 0, op… in paintFillLayer()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog16827 Pass bleedAvoidance through, and use it for double borders.
16844 Based on the bleedAvoidance, make a transparency layer
16846 and pass bleedAvoidance to the background and border-painting
16852 Pass bleedAvoidance through.