Home
last modified time | relevance | path

Searched refs:object_has_multiple_boxes (Results 1 – 24 of 24) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dinline_box_painter_base.cc22 bool object_has_multiple_boxes, in PaintBoxDecorationBackground() argument
32 object_has_multiple_boxes); in PaintBoxDecorationBackground()
38 adjusted_frame_rect, adjusted_clip_rect, object_has_multiple_boxes); in PaintBoxDecorationBackground()
69 bool object_has_multiple_boxes) { in PaintFillLayers() argument
74 object_has_multiple_boxes); in PaintFillLayers()
77 object_has_multiple_boxes); in PaintFillLayers()
86 bool object_has_multiple_boxes) { in PaintFillLayer() argument
90 if (!object_has_multiple_boxes || in PaintFillLayer()
98 bool multi_line = object_has_multiple_boxes && in PaintFillLayer()
H A Dinline_box_painter_base.h46 bool object_has_multiple_boxes,
57 bool object_has_multiple_boxes);
64 bool object_has_multiple_boxes);
84 bool object_has_multiple_boxes) const = 0;
H A Dinline_flow_box_painter.h57 bool object_has_multiple_boxes) const override { in GetBorderPaintType() argument
59 adjusted_clip_rect, object_has_multiple_boxes); in GetBorderPaintType()
72 bool object_has_multiple_boxes) const;
H A Dinline_flow_box_painter.cc157 bool object_has_multiple_boxes) const { in GetBorderPaintType()
172 if (!has_border_image || !object_has_multiple_boxes) in GetBorderPaintType()
219 bool object_has_multiple_boxes = inline_flow_box_.PrevForSameLayoutObject() || in PaintBackgroundBorderShadow() local
227 PhysicalRectToBeNoop(paint_rect), geometry, object_has_multiple_boxes, in PaintBackgroundBorderShadow()
251 bool object_has_multiple_boxes = inline_flow_box_.PrevForSameLayoutObject() || in PaintMask() local
260 object_has_multiple_boxes); in PaintMask()
270 if (!object_has_multiple_boxes) { in PaintMask()
H A Dbox_painter_base.h57 bool object_has_multiple_boxes = false,
153 bool object_has_multiple_boxes);
157 bool object_has_multiple_boxes) = 0;
H A Dbox_painter_base.cc653 bool object_has_multiple_boxes, in BackgroundRoundedRectAdjustedForBleedAvoidance() argument
693 bool object_has_multiple_boxes, in RoundedBorderRectForClip() argument
702 if (object_has_multiple_boxes) { in RoundedBorderRectForClip()
712 style, rect, object_has_multiple_boxes, info.include_left_edge, in RoundedBorderRectForClip()
810 bool object_has_multiple_boxes, in PaintFillLayer() argument
855 style_, info, bg_layer, rect, object_has_multiple_boxes, flow_box_size, in PaintFillLayer()
881 object_has_multiple_boxes); in PaintFillLayer()
922 bool object_has_multiple_boxes) { in PaintFillLayerTextFillBox() argument
944 object_has_multiple_boxes); in PaintFillLayerTextFillBox()
H A Dbox_model_object_painter.cc64 bool object_has_multiple_boxes) { in PaintTextClipMask() argument
69 if (object_has_multiple_boxes && in PaintTextClipMask()
H A Dbox_model_object_painter.h43 bool object_has_multiple_boxes) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dinline_box_painter_base.cc22 bool object_has_multiple_boxes, in PaintBoxDecorationBackground() argument
31 object_has_multiple_boxes); in PaintBoxDecorationBackground()
37 adjusted_frame_rect, adjusted_clip_rect, object_has_multiple_boxes); in PaintBoxDecorationBackground()
67 bool object_has_multiple_boxes) { in PaintFillLayers() argument
72 object_has_multiple_boxes); in PaintFillLayers()
75 object_has_multiple_boxes); in PaintFillLayers()
84 bool object_has_multiple_boxes) { in PaintFillLayer() argument
88 if (!object_has_multiple_boxes || in PaintFillLayer()
96 bool multi_line = object_has_multiple_boxes && in PaintFillLayer()
H A Dinline_box_painter_base.h47 bool object_has_multiple_boxes,
57 bool object_has_multiple_boxes);
64 bool object_has_multiple_boxes);
84 bool object_has_multiple_boxes) const = 0;
H A Dinline_flow_box_painter.cc156 bool object_has_multiple_boxes) const { in GetBorderPaintType()
171 if (!has_border_image || !object_has_multiple_boxes) in GetBorderPaintType()
218 bool object_has_multiple_boxes = inline_flow_box_.PrevForSameLayoutObject() || in PaintBackgroundBorderShadow() local
225 paint_rect, geometry, object_has_multiple_boxes, in PaintBackgroundBorderShadow()
248 bool object_has_multiple_boxes = inline_flow_box_.PrevForSameLayoutObject() || in PaintMask() local
256 object_has_multiple_boxes); in PaintMask()
266 if (!object_has_multiple_boxes) { in PaintMask()
H A Dbox_painter_base.h58 bool object_has_multiple_boxes = false,
153 bool object_has_multiple_boxes);
157 bool object_has_multiple_boxes) = 0;
H A Dbox_painter_base.cc677 bool object_has_multiple_boxes, in BackgroundRoundedRectAdjustedForBleedAvoidance() argument
718 bool object_has_multiple_boxes, in RoundedBorderRectForClip() argument
727 if (object_has_multiple_boxes) { in RoundedBorderRectForClip()
740 style, rect, object_has_multiple_boxes, info.sides_to_include, border); in RoundedBorderRectForClip()
847 bool object_has_multiple_boxes, in PaintFillLayer() argument
889 style_, info, bg_layer, rect, object_has_multiple_boxes, flow_box_size, in PaintFillLayer()
915 object_has_multiple_boxes); in PaintFillLayer()
956 bool object_has_multiple_boxes) { in PaintFillLayerTextFillBox() argument
978 object_has_multiple_boxes); in PaintFillLayerTextFillBox()
H A Dbox_model_object_painter.cc64 bool object_has_multiple_boxes) { in PaintTextClipMask() argument
69 if (object_has_multiple_boxes && in PaintTextClipMask()
H A Dbox_model_object_painter.h43 bool object_has_multiple_boxes) override;
H A Dinline_flow_box_painter.h50 bool object_has_multiple_boxes) const override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/ng/
H A Dng_inline_box_fragment_painter.cc116 bool object_has_multiple_boxes = in PaintBackgroundBorderShadow() local
130 object_has_multiple_boxes, border_edges.line_left, in PaintBackgroundBorderShadow()
140 object_has_multiple_boxes, in PaintBackgroundBorderShadow()
292 bool object_has_multiple_boxes) const { in GetBorderPaintType()
307 if (!has_border_image || !object_has_multiple_boxes) { in GetBorderPaintType()
H A Dng_inline_box_fragment_painter.h113 bool object_has_multiple_boxes) const override;
H A Dng_box_fragment_painter.h87 bool object_has_multiple_boxes) override;
H A Dng_box_fragment_painter.cc1530 bool object_has_multiple_boxes) { in PaintTextClipMask() argument
1533 if (!object_has_multiple_boxes) { in PaintTextClipMask()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/ng/
H A Dng_inline_box_fragment_painter.cc310 bool object_has_multiple_boxes) const { in GetBorderPaintType()
325 if (!has_border_image || !object_has_multiple_boxes) { in GetBorderPaintType()
H A Dng_inline_box_fragment_painter.h112 bool object_has_multiple_boxes) const override;
H A Dng_box_fragment_painter.h93 bool object_has_multiple_boxes) override;
H A Dng_box_fragment_painter.cc1810 bool object_has_multiple_boxes) { in PaintTextClipMask() argument
1813 if (!object_has_multiple_boxes) { in PaintTextClipMask()