Home
last modified time | relevance | path

Searched defs:RectF (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Drect.h27 class RectF; variable
316 inline RectF::RectF() noexcept : left_(0.0), top_(0.0), right_(0.0), bottom_(0.0) {} in RectF() function
318 inline RectF::RectF(const RectF& r) noexcept in RectF() function
322 inline RectF::RectF(const RectI& r) noexcept in RectF() function
326 inline RectF::RectF(const scalar l, const scalar t, const scalar r, const scalar b) noexcept in RectF() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmouse_select_modifier.h55 void SetPaintTask(const std::function<void(const RectF&, RSCanvas&)>& paintTask) in SetPaintTask()
H A Drosen_render_context.cpp4783 void RosenRenderContext::SetContentClip(const std::variant<RectF, RefPtr<ShapeRect>>& rect)
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Darkui_rect.h27 RectF(float x, float y, float width, float height) in RectF() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Dconstants_converter.h58 class RectF; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_client.h104 virtual void OnHandleMove(const RectF&, bool isFirst) {} in OnHandleMove()
105 virtual void OnHandleMoveDone(const RectF&, bool isFirst) {} in OnHandleMoveDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_forward.h24 class RectF; variable
H A Drender_context.h305 virtual void SetContentClip(const std::variant<RectF, RefPtr<ShapeRect>>& rect) {} in SetContentClip()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1613 auto callback = [&callbackTriggered](RectF&, RectF&) { callbackTriggered = true; }; in __anon0f9446780d02() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_paint_method.cpp158const std::vector<std::pair<std::vector<RectF>, TextDirection>>& selectedRects, float contentWidth) in CalculateSelectedRect()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_test_ng.cpp638 auto callback = [&callbackTriggered](RectF&, RectF&) { callbackTriggered = true; }; in __anon6640ff530b02() argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_rect.h241 typedef RectT<float> RectF; typedef
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_property_test_ng.cpp1612 …faceChanged = [&onSurfaceChangedSurfaceId](const std::string& surfaceId, const RectF& /* rect */) { in __anon9fa1cc8f0502()
1676 …faceChanged = [&onSurfaceChangedSurfaceId](const std::string& surfaceId, const RectF& /* rect */) { in __anon9fa1cc8f0802()
H A Dxcomponent_test_ng.cpp1290 …faceChanged = [&onSurfaceChangedSurfaceId](const std::string& surfaceId, const RectF& /* rect */) { in __anon3398720b1402()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Drect_t.h456 using RectF = RectT<float>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp256 const OffsetF& /* origin */) { in CheckBuilderChange()
323 const OffsetF& /* origin */) { in OnAttachToFrameNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp124 const OffsetF& /* origin */) { in OnAttachToFrameNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_pattern.cpp204 const OffsetF& /* origin */) { in OnAttachToFrameNode()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testfive_ng.cpp2090 …ectOverlayFunc showSelectOverlayFunc = [&calledShowSelectOverlayFunc](const RectF&, const RectF&) { in __anon5521a5a90902()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp1245 … secondRect = info.secondHandle.paintRect](const RectF&, bool isFirst) { in OpenSelectOverlay()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1122const RectF& /* rect */, const OffsetF& /* origin */) { in SetupRootElement()