| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
| H A D | canvas_pattern.cpp | 191 void CanvasPattern::FillRect(const Rect& rect) in FillRect() argument 203 void CanvasPattern::StrokeRect(const Rect& rect) in StrokeRect() argument 215 void CanvasPattern::ClearRect(const Rect& rect) in ClearRect() argument 371 AddRect(const Rect& rect) AddRect() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
| H A D | event_hub.cpp | 319 void EventHub::FireOnSizeChanged(const RectF& oldRect, const RectF& rect) in FireOnSizeChanged() argument 333 void EventHub::FireJSFrameNodeOnSizeChanged(const RectF& oldRect, const RectF& rect) in FireJSFrameNodeOnSizeChanged() argument 433 void EventHub::FireInnerOnSizeChanged(const RectF& oldRect, const RectF& rect) in FireInnerOnSizeChanged() argument 603 FireOnAreaChanged( const RectF& oldRect, const OffsetF& oldOrigin, const RectF& rect, const OffsetF& origin) FireOnAreaChanged() argument 613 FireInnerOnAreaChanged( const RectF& oldRect, const OffsetF& oldOrigin, const RectF& rect, const OffsetF& origin) FireInnerOnAreaChanged() argument 916 FireUntriggeredInnerOnAreaChanged( const RectF& oldRect, const OffsetF& oldOrigin, const RectF& rect, const OffsetF& origin) FireUntriggeredInnerOnAreaChanged() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
| H A D | calendar_picker_pattern.cpp | 417 auto rect = node->GetTransformRectRelativeToWindow(); in IsInNodeRegion() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
| H A D | rosen_render_text_field.cpp | 377 auto rect = global() local 392 auto rect = RSRect(selectionRect.Right(), selectionRect.Top(), selectionRect.Left(), selectionRect.Bottom()); global() local 549 auto rect = RSRect(offset.GetX(), offset.GetY(), GetLayoutSize().Width() + offset.GetX(), global() local 600 auto rect = RSRect(left, top, width + left, height + top); global() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_api_impl_bridge.cpp | 4788 auto rect = panda::ObjectRef::New(vm); in RegisterRectAttributes() local
|
| /foundation/arkui/ace_engine/frameworks/core/accessibility/ |
| H A D | accessibility_node.cpp | 949 void AccessibilityNode::SetRect(const Rect& rect) in SetRect() argument
|
| /foundation/arkui/ace_engine/component_ext/movingphoto/ |
| H A D | movingphoto_pattern.cpp | 1356 Rect rect = Rect(transformRelativeOffset.GetX() + (videoNodeSize.Width() - videoFrameSize.Width()) / HALF, in OnAreaChangedInner() local
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
| H A D | subwindow_ohos.cpp | 403 void SubwindowOhos::SetRect(const NG::RectF& rect) in SetRect() argument 990 void SubwindowOhos::RectConverter(const Rect& rect, Rosen::Rect& rosenRect) in RectConverter() argument 1739 Rect rect; GetParentWindowRect() local 1747 Rect rect; GetUIExtensionHostWindowRect() local 1756 NG::RectF rect; GetWindowRect() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_canvas_ffi.cpp | 54 Rect rect = Rect(x, y, width, height); in GetRectParam() local 410 auto rect = GetRectParam(x, y, width, height); in FfiOHOSAceFrameworkRenderingContextFillRect() local 421 auto rect = GetRectParam(x, y, width, height); in FfiOHOSAceFrameworkRenderingContextStrokeRect() local 432 auto rect = GetRectParam(x, y, width, height); in FfiOHOSAceFrameworkRenderingContextClearRect() local 607 auto rect = GetRectParam(x, y, width, height); in FfiOHOSAceFrameworkRenderingContextRect() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/box/ |
| H A D | rosen_render_box.cpp | 840 const SkRect& rect = rRect.rect(); local 852 const RSRect& rect = rRect.GetRect(); local 972 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom); global() local 975 RSRect rect = RSRect(left, top, right, bottom); global() local 1059 SkRect rect = SkRect::MakeXYWH(x, y, rx + rx, ry + ry); global() local 1062 RSRect rect = RSRect(x, y, rx + rx + x, ry + ry + y); global() local 1071 SkRect rect = SkRect::MakeXYWH(x, y, width, height); global() local 1074 RSRect rect = RSRect(x, y, width + x, height + y); global() local 1171 const auto& rect = AceType::DynamicCast<ShapeRect>(basicShape); global() local [all...] |
| H A D | render_box.cpp | 291 auto rect = pipelineContext->GetCurrentWindowRect(); in PanOnActionStart() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_list.cpp | 930 JSRef<JSVal> rect = JSRef<JSObject>::Cast(rectObj); in GetItemRectInGroup() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| H A D | jsi_offscreen_canvas_bridge.cpp | 95 Rect rect = Rect(x, y, width, height); in GetJsRectParam() local 404 Rect rect = GetJsRectParam(runtime, argc, argv); in JsFillRect() local 419 Rect rect = GetJsRectParam(runtime, argc, argv); in JsStrokeRect() local 434 Rect rect = GetJsRectParam(runtime, argc, argv); in JsClearRect() local 690 Rect rect in JsRect() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/picker/ |
| H A D | date_picker_test_ng.cpp | 1384 auto rect = paintRect.GetRect(); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
| H A D | mock_plugin_frontend_delegate.cpp | 242 Rect rect; in GetBoundingRectData() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | skia_decoration_painter.cpp | 802 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom); in SkiaCreateInset() local 850 SkRect rect = SkRect::MakeXYWH(x, y, rx + rx, ry + ry); in SkiaCreateEllipse() local 857 SkRect rect = SkRect::MakeXYWH(x, y, width, height); in SkiaCreateEllipse() local 902 const auto& rect = AceType::DynamicCast<ShapeRect>(basicShape); in SkiaCreateRect() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| H A D | inspector_composed_element.cpp | 692 Rect rect = GetRenderRect(); in GetRect() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_content_modifier.cpp | 295 auto rect = rectsForPlaceholders.at(tmp); in PaintImage() local 367 auto rect = rectsForPlaceholders.at(index); in PaintCustomSpan() local 303 DrawImage(const RefPtr<FrameNode>& imageNode, RSCanvas& canvas, float x, float y, const RectF& rect) DrawImage() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
| H A D | scrollable_pattern.h | 715 RectF rect; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
| H A D | drawing_decoration_painter.cpp | 828 RSRect rect = RSRect(x, y, x + rx + rx, y + ry + ry); in DrawingCreateEllipse() local 835 RSRect rect = RSRect(x, y, x + width, y + height); in DrawingCreateEllipse() local 879 const auto& rect = AceType::DynamicCast<ShapeRect>(basicShape); in DrawingCreateRect() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
| H A D | accessibility_property.cpp | 181 auto rect = renderContext->GetPaintRectWithoutTransform(); in CreateNodeSearchInfo() local 263 auto rect = renderContext->GetPaintRectWithoutTransform(); in HoverTestRecursive() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
| H A D | web_pattern.cpp | 930 auto rect = frameNode->GetGeometryNode()->GetFrameRect(); in UpdateWebLayoutSize() local
|
| /foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/ |
| H A D | napi_accessibility_element.cpp | 1175 napi_value rect = nullptr; in GetElementInfoAllAttribute2() local
|
| /foundation/arkui/ui_lite/frameworks/components/ |
| H A D | ui_view.cpp | 217 UpdateRectInfo(uint8_t key, const Rect& rect) UpdateRectInfo() argument 718 Rect rect = GetRect(); GetTargetView() local 735 Rect rect = GetRect(); GetTargetView() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/ |
| H A D | time_picker_test_ng.cpp | 1935 auto rect = paintRect.GetRect(); in HWTEST_F() local
|