/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/paint/ |
H A D | solid_color_analyzer.cc | 289 const DrawRRectOp* rrect_op = static_cast<const DrawRRectOp*>(op); in DetermineIfSolidColor()
|
H A D | paint_op_buffer.cc | 76 M(DrawRRectOp) \ 604 size_t DrawRRectOp::Serialize(const PaintOp* base_op, in Serialize() 608 auto* op = static_cast<const DrawRRectOp*>(base_op); in Serialize() 1098 DCHECK_GE(output_size, sizeof(DrawRRectOp)); in Deserialize() 1099 DrawRRectOp* op = new (output) DrawRRectOp; in Deserialize() 1105 op->~DrawRRectOp(); in Deserialize() 1594 void DrawRRectOp::RasterWithFlags(const DrawRRectOp* op, in RasterWithFlags() 1984 bool DrawRRectOp::AreEqual(const PaintOp* base_left, in AreEqual() 1986 auto* left = static_cast<const DrawRRectOp*>(base_left); in AreEqual() 1987 auto* right = static_cast<const DrawRRectOp*>(base_right); in AreEqual() [all …]
|
H A D | paint_op_buffer.h | 716 class CC_PAINT_EXPORT DrawRRectOp final : public PaintOpWithFlags { 720 DrawRRectOp(const SkRRect& rrect, const PaintFlags& flags) in DrawRRectOp() function 722 static void RasterWithFlags(const DrawRRectOp* op, 733 DrawRRectOp() : PaintOpWithFlags(kType) {} in DrawRRectOp() function
|
H A D | paint_op_helper_unittest.cc | 195 DrawRRectOp op(SkRRect::MakeRect(SkRect::MakeXYWH(-1, -2, 3, 4)), in TEST()
|
H A D | record_paint_canvas.cc | 219 list_->push<DrawRRectOp>(rrect, flags); in drawRRect()
|
H A D | paint_op_buffer_unittest.cc | 1526 buffer->push<DrawRRectOp>(test_rrects[i], test_flags[i]); in PushDrawRRectOps() 1527 ValidateOps<DrawRRectOp>(buffer); in PushDrawRRectOps() 2719 auto* op = static_cast<DrawRRectOp*>(base_op); in TEST()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/ |
H A D | solid_color_analyzer.cc | 289 const DrawRRectOp* rrect_op = static_cast<const DrawRRectOp*>(op); in DetermineIfSolidColor()
|
H A D | paint_op_buffer.cc | 81 M(DrawRRectOp) \ 608 size_t DrawRRectOp::Serialize(const PaintOp* base_op, in Serialize() 612 auto* op = static_cast<const DrawRRectOp*>(base_op); in Serialize() 1102 DCHECK_GE(output_size, sizeof(DrawRRectOp)); in Deserialize() 1103 DrawRRectOp* op = new (output) DrawRRectOp; in Deserialize() 1109 op->~DrawRRectOp(); in Deserialize() 1618 void DrawRRectOp::RasterWithFlags(const DrawRRectOp* op, in RasterWithFlags() 2020 bool DrawRRectOp::AreEqual(const PaintOp* base_left, in AreEqual() 2022 auto* left = static_cast<const DrawRRectOp*>(base_left); in AreEqual() 2023 auto* right = static_cast<const DrawRRectOp*>(base_right); in AreEqual() [all …]
|
H A D | paint_op_helper_unittest.cc | 195 DrawRRectOp op(SkRRect::MakeRect(SkRect::MakeXYWH(-1, -2, 3, 4)), in TEST()
|
H A D | paint_op_buffer.h | 743 class CC_PAINT_EXPORT DrawRRectOp final : public PaintOpWithFlags { 747 DrawRRectOp(const SkRRect& rrect, const PaintFlags& flags) in DrawRRectOp() function 749 static void RasterWithFlags(const DrawRRectOp* op, 760 DrawRRectOp() : PaintOpWithFlags(kType) {} in DrawRRectOp() function
|
H A D | record_paint_canvas.cc | 219 list_->push<DrawRRectOp>(rrect, flags); in drawRRect()
|
H A D | paint_op_buffer_unittest.cc | 1531 buffer->push<DrawRRectOp>(test_rrects[i], test_flags[i]); in PushDrawRRectOps() 1532 ValidateOps<DrawRRectOp>(buffer); in PushDrawRRectOps() 2723 auto* op = static_cast<DrawRRectOp*>(base_op); in TEST()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/paint/ |
H A D | drawing_display_item.cc | 109 item_rect = static_cast<const cc::DrawRRectOp*>(op)->rrect.rect(); in BackgroundColor()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/ |
H A D | paint_op_helper.h | 142 const auto* op = static_cast<const DrawRRectOp*>(base_op); in ToString()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/compositing/ |
H A D | paint_artifact_compositor.cc | 999 cc_list->push<cc::DrawRRectOp>(rrect_, flags); in PaintContentsToDisplayList() 1013 cc_list->push<cc::DrawRRectOp>(rrect_, flags); in PaintContentsToDisplayList()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/compositing/ |
H A D | paint_artifact_compositor.cc | 912 cc_list->push<cc::DrawRRectOp>(rrect_, flags); in PaintContentsToDisplayList() 926 cc_list->push<cc::DrawRRectOp>(rrect_, flags); in PaintContentsToDisplayList()
|