Home
last modified time | relevance | path

Searched refs:paint_phase (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dtable_painter.cc20 PaintPhase paint_phase = paint_info.phase; in PaintObject() local
22 if (ShouldPaintSelfBlockBackground(paint_phase)) { in PaintObject()
24 if (paint_phase == PaintPhase::kSelfBlockBackgroundOnly) in PaintObject()
28 if (paint_phase == PaintPhase::kMask) { in PaintObject()
33 if (paint_phase != PaintPhase::kSelfOutlineOnly && in PaintObject()
46 ShouldPaintDescendantBlockBackgrounds(paint_phase) && in PaintObject()
52 if (ShouldPaintSelfOutline(paint_phase)) in PaintObject()
H A Dblock_painter.cc199 const PaintPhase paint_phase = paint_info.phase; in PaintObject() local
221 if (paint_phase == PaintPhase::kForeground && in PaintObject()
230 if (ShouldPaintSelfBlockBackground(paint_phase)) in PaintObject()
234 if (paint_phase == PaintPhase::kForcedColorsModeBackplate && in PaintObject()
244 if (paint_phase != PaintPhase::kSelfOutlineOnly && in PaintObject()
245 paint_phase != PaintPhase::kSelfBlockBackgroundOnly && in PaintObject()
246 paint_phase != PaintPhase::kMask && in PaintObject()
260 if (ShouldPaintSelfOutline(paint_phase)) in PaintObject()
265 if (paint_phase == PaintPhase::kMask && in PaintObject()
287 const PaintPhase paint_phase = paint_info.phase; in PaintBlockFlowContents() local
[all …]
H A Dbuild.gni176 "paint_phase.cc",
177 "paint_phase.h",
H A Dbackground_image_geometry.cc625 PaintPhase paint_phase, in ComputePositioningArea() argument
670 !ShouldPaintSelfBlockBackground(paint_phase) || in ComputePositioningArea()
849 PaintPhase paint_phase, in Calculate() argument
868 ComputePositioningArea(container, paint_phase, flags, fill_layer, paint_rect, in Calculate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dblock_painter.cc200 const PaintPhase paint_phase = paint_info.phase; in PaintObject() local
222 if (paint_phase == PaintPhase::kForeground && in PaintObject()
231 if (ShouldPaintSelfBlockBackground(paint_phase)) in PaintObject()
235 if (paint_phase == PaintPhase::kForcedColorsModeBackplate && in PaintObject()
245 if (paint_phase != PaintPhase::kSelfOutlineOnly && in PaintObject()
246 paint_phase != PaintPhase::kSelfBlockBackgroundOnly && in PaintObject()
247 paint_phase != PaintPhase::kMask && in PaintObject()
261 if (ShouldPaintSelfOutline(paint_phase)) in PaintObject()
266 if (paint_phase == PaintPhase::kMask && in PaintObject()
288 const PaintPhase paint_phase = paint_info.phase; in PaintBlockFlowContents() local
[all …]
H A Dtable_painter.cc20 PaintPhase paint_phase = paint_info.phase; in PaintObject() local
22 if (ShouldPaintSelfBlockBackground(paint_phase)) { in PaintObject()
24 if (paint_phase == PaintPhase::kSelfBlockBackgroundOnly) in PaintObject()
28 if (paint_phase == PaintPhase::kMask) { in PaintObject()
33 if (paint_phase != PaintPhase::kSelfOutlineOnly && in PaintObject()
46 ShouldPaintDescendantBlockBackgrounds(paint_phase) && in PaintObject()
52 if (ShouldPaintSelfOutline(paint_phase)) in PaintObject()
H A DBUILD.gn178 "paint_phase.cc",
179 "paint_phase.h",
H A Dbackground_image_geometry.cc617 PaintPhase paint_phase, in ComputePositioningArea() argument
663 !ShouldPaintSelfBlockBackground(paint_phase) || in ComputePositioningArea()
852 PaintPhase paint_phase, in Calculate() argument
872 ComputePositioningArea(container, paint_phase, flags, fill_layer, paint_rect, in Calculate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/paint/
H A Ddisplay_item.cc22 static WTF::String PaintPhaseAsDebugString(int paint_phase) { in PaintPhaseAsDebugString() argument
24 switch (paint_phase) { in PaintPhaseAsDebugString()
H A Ddisplay_item.h233 static constexpr Type PaintPhaseTo##Category##Type(PaintPhase paint_phase) { \
239 return static_cast<Type>(static_cast<int>(paint_phase) + \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/paint/
H A Ddisplay_item.cc23 static WTF::String PaintPhaseAsDebugString(int paint_phase) { in PaintPhaseAsDebugString() argument
25 switch (paint_phase) { in PaintPhaseAsDebugString()
H A Ddisplay_item.h242 static constexpr Type PaintPhaseTo##Category##Type(PaintPhase paint_phase) { \
248 return static_cast<Type>(static_cast<int>(paint_phase) + \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/ng/
H A Dng_box_fragment_painter.cc418 const PaintPhase paint_phase = paint_info.phase; in PaintObject() local
425 if (ShouldPaintSelfBlockBackground(paint_phase)) { in PaintObject()
433 if (paint_phase == PaintPhase::kMask && is_visible) { in PaintObject()
438 if (paint_phase == PaintPhase::kForeground) { in PaintObject()
447 if (paint_phase != PaintPhase::kSelfOutlineOnly && in PaintObject()
455 if (paint_phase != PaintPhase::kFloat) { in PaintObject()
497 if (paint_phase == PaintPhase::kFloat || in PaintObject()
498 paint_phase == PaintPhase::kSelectionDragImage || in PaintObject()
499 paint_phase == PaintPhase::kTextClip) { in PaintObject()
505 if (ShouldPaintSelfOutline(paint_phase)) { in PaintObject()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/ng/
H A Dng_box_fragment_painter.cc537 const PaintPhase paint_phase = paint_info.phase; in PaintObject() local
541 if (ShouldPaintSelfBlockBackground(paint_phase)) { in PaintObject()
547 if (paint_phase == PaintPhase::kSelfBlockBackgroundOnly) in PaintObject()
551 if (paint_phase == PaintPhase::kMask && is_visible) { in PaintObject()
556 if (paint_phase == PaintPhase::kForeground) { in PaintObject()
566 if (paint_phase != PaintPhase::kSelfOutlineOnly && in PaintObject()
575 if (paint_phase != PaintPhase::kFloat) { in PaintObject()
639 if (paint_phase == PaintPhase::kFloat || in PaintObject()
640 paint_phase == PaintPhase::kSelectionDragImage || in PaintObject()
641 paint_phase == PaintPhase::kTextClip) { in PaintObject()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_tree_as_text.cc633 LayerPaintPhase paint_phase = kLayerPaintPhaseAll, in Write() argument
686 if (paint_phase == kLayerPaintPhaseBackground) in Write()
688 else if (paint_phase == kLayerPaintPhaseForeground) in Write()
718 if (paint_phase != kLayerPaintPhaseBackground) in Write()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_tree_as_text.cc602 LayerPaintPhase paint_phase = kLayerPaintPhaseAll, in Write() argument
655 if (paint_phase == kLayerPaintPhaseBackground) in Write()
657 else if (paint_phase == kLayerPaintPhaseForeground) in Write()
687 if (paint_phase != kLayerPaintPhaseBackground) in Write()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/compositing/
H A Dcomposited_layer_mapping.cc910 GraphicsLayerPaintingPhase paint_phase = in UpdatePaintingPhases() local
914 paint_phase |= kGraphicsLayerPaintForeground; in UpdatePaintingPhases()
915 scrolling_contents_layer_->SetPaintingPhase(paint_phase); in UpdatePaintingPhases()
918 GraphicsLayerPaintingPhase paint_phase = kGraphicsLayerPaintForeground; in UpdatePaintingPhases() local
920 paint_phase |= kGraphicsLayerPaintOverflowContents; in UpdatePaintingPhases()
921 foreground_layer_->SetPaintingPhase(paint_phase); in UpdatePaintingPhases()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/compositing/
H A Dcomposited_layer_mapping.cc949 GraphicsLayerPaintingPhase paint_phase = in UpdatePaintingPhases() local
953 paint_phase |= kGraphicsLayerPaintForeground; in UpdatePaintingPhases()
954 scrolling_contents_layer_->SetPaintingPhase(paint_phase); in UpdatePaintingPhases()
957 GraphicsLayerPaintingPhase paint_phase = kGraphicsLayerPaintForeground; in UpdatePaintingPhases() local
959 paint_phase |= kGraphicsLayerPaintOverflowContents; in UpdatePaintingPhases()
960 foreground_layer_->SetPaintingPhase(paint_phase); in UpdatePaintingPhases()