/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | draw_cmd.h | 241 PaintHandle paintHandle; 263 PaintHandle paintHandle; 286 PaintHandle paintHandle; 308 PaintHandle paintHandle; 329 PaintHandle paintHandle; 352 PaintHandle paintHandle; 377 PaintHandle paintHandle; 404 PaintHandle paintHandle; 428 PaintHandle paintHandle; 450 PaintHandle paintHandle; [all …]
|
H A D | recording_handle.h | 90 struct PaintHandle { struct
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_content_modifier.cpp | 141 PaintHandle(canvas, drawInfo); in PaintSingleHandleWithPoints() 156 PaintHandle(canvas, drawInfo); in PaintSingleHandleWithPoints() 164 PaintHandle(canvas, firstHandle_->Get(), false, in PaintSingleHandleWithRect() 169 PaintHandle(canvas, secondHandle_->Get(), false, in PaintSingleHandleWithRect() 199 PaintHandle(canvas, drawInfo); in PaintDoubleHandleWithPoint() 215 PaintHandle(canvas, drawInfo); in PaintDoubleHandleWithPoint() 223 PaintHandle(canvas, firstHandle_->Get(), !handleReverse_->Get(), in PaintDoubleHandleWithRect() 227 PaintHandle(canvas, secondHandle_->Get(), handleReverse_->Get(), in PaintDoubleHandleWithRect() 305 void SelectOverlayContentModifier::PaintHandle( in PaintHandle() function in OHOS::Ace::NG::SelectOverlayContentModifier 333 PaintHandle(canvas, drawInfo); in PaintHandle() [all …]
|
H A D | select_overlay_content_modifier.h | 205 …void PaintHandle(RSCanvas& canvas, const RectF& handleRect, bool handleOnTop, const PaintHandlePar… 206 void PaintHandle(RSCanvas& canvas, const HandleDrawInfo& handleInfo);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_draw_cmd.h | 141 const PaintHandle& paintHandle) in ConstructorHandle() 147 PaintHandle paintHandle; 167 const PaintHandle& paintHandle) in ConstructorHandle() 173 PaintHandle paintHandle; 199 SrcRectConstraint constraint, const PaintHandle& paintHandle) in ConstructorHandle() 206 PaintHandle paintHandle; 273 uint64_t uid, Drawing::Rect srcRect, const PaintHandle& paintHandle) in ConstructorHandle() 281 PaintHandle paintHandle;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
H A D | draw_cmd_test.cpp | 87 PaintHandle paintHandle; 123 PaintHandle paintHandle; 142 PaintHandle paintHandle; 184 PaintHandle paintHandle { 0 }; 242 PaintHandle paintHandle; 357 PaintHandle paintHandle; 381 PaintHandle paintHandle; 398 PaintHandle paintHandle; 415 PaintHandle paintHandle; 432 PaintHandle paintHandle; [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | rosen_render_text_overlay.h | 40 void PaintHandle(SkCanvas* skCanvas, Offset centerOffset, bool isLeftHandle = false) const; 42 void PaintHandle(RSCanvas* canvas, Offset centerOffset, bool isLeftHandle = false) const;
|
H A D | rosen_render_text_overlay.cpp | 80 PaintHandle(canvas, startHandleOffset_ + centerOffset); in PaintHandles() 87 PaintHandle(canvas, in PaintHandles() 94 PaintHandle(canvas, endHandleOffset_ + centerOffset); in PaintHandles() 99 void RosenRenderTextOverlay::PaintHandle(SkCanvas* skCanvas, Offset centerOffset, bool isLeftHandle… in PaintHandle() function in OHOS::Ace::RosenRenderTextOverlay 133 void RosenRenderTextOverlay::PaintHandle(RSCanvas* canvas, Offset centerOffset, bool isLeftHandle) … in PaintHandle() function in OHOS::Ace::RosenRenderTextOverlay
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | draw_cmd.cpp | 373 PaintHandle paintHandle; in Marshalling() 401 PaintHandle paintHandle; in Marshalling() 428 PaintHandle paintHandle; in Marshalling() 453 PaintHandle paintHandle; in Marshalling() 478 PaintHandle paintHandle; in Marshalling() 506 PaintHandle paintHandle; in Marshalling() 532 PaintHandle paintHandle; in Marshalling() 558 PaintHandle paintHandle; in Marshalling() 583 PaintHandle paintHandle; in Marshalling() 609 PaintHandle paintHandle; in Marshalling() [all …]
|
H A D | recording_canvas.cpp | 741 PaintHandle paintHandle; in AddDrawOpImmediate() 748 PaintHandle paintHandle; in AddDrawOpImmediate() 756 PaintHandle paintHandle; in AddDrawOpImmediate() 761 PaintHandle paintHandle; in AddDrawOpImmediate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_recording_canvas.cpp | 142 Drawing::PaintHandle paintHandle; in AddDrawOpImmediate() 149 Drawing::PaintHandle paintHandle; in AddDrawOpImmediate() 157 Drawing::PaintHandle paintHandle; in AddDrawOpImmediate() 162 Drawing::PaintHandle paintHandle; in AddDrawOpImmediate()
|
H A D | rs_draw_cmd.cpp | 528 PaintHandle paintHandle; in Marshalling() 579 PaintHandle paintHandle; in Marshalling() 632 PaintHandle paintHandle; in Marshalling() 724 PaintHandle paintHandle; in Marshalling()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_draw_cmd_test.cpp | 252 Drawing::PaintHandle paintHandle; 333 Drawing::PaintHandle paintHandle; 373 Drawing::PaintHandle paintHandle; 397 Drawing::PaintHandle paintHandle;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/ |
H A D | rich_editor_drag_overlay_modifier.cpp | 78 … PaintHandle(canvas, firstHandle_->Get(), true, rect.Left() - selectPosition.globalX_, startY); in onDraw() 84 … PaintHandle(canvas, secondHandle_->Get(), false, rect.Left() - selectPosition.globalX_, startY); in onDraw() 222 void RichEditorDragOverlayModifier::PaintHandle(RSCanvas& canvas, const RectF& handleRect, bool isF… in PaintHandle() function in OHOS::Ace::NG::RichEditorDragOverlayModifier
|
H A D | rich_editor_drag_overlay_modifier.h | 129 …void PaintHandle(RSCanvas& canvas, const RectF& handleRect, bool isFirstHandle, float startX, floa…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_extended_modifier.cpp | 163 Drawing::PaintHandle paintHandle; in MakePiexlMapDrawCmdList()
|