| /third_party/skia/bench/ |
| H A D | ShadowBench.cpp | 52 SkRect rect = SkRect::MakeXYWH(x, y, kRRSize, kRRSize); in genRRects() local
|
| H A D | BlendmodeBench.cpp | 74 SkRect rect = SkRect::MakeXYWH( variable
|
| /base/security/security_component_manager/test/fuzztest/security_component/service/reportsecuritycomponentclickeventstub_fuzzer/ |
| H A D | reportsecuritycomponentclickeventstub_fuzzer.cpp | 52 void GetCompoRect(nlohmann::json &jsonComponent, SecCompRect& rect) in GetCompoRect() argument 89 SecCompRect rect; in ConstructClickEvent() local [all...] |
| /base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
| H A D | sec_comp_info_helper_test.cpp | 133 SecCompRect rect = { in GetDefaultRect() local 150 SecCompRect rect = GetDefaultRect(); in HWTEST_F() local 193 SecCompRect rect = GetDefaultRect(); HWTEST_F() local [all...] |
| /drivers/peripheral/display/composer/vdi_base/src/ |
| H A D | hdi_gfx_composition.cpp | 197 IRect rect = src.GetLayerDisplayRect(); in ClearRect() local
|
| /drivers/peripheral/display/hal/default_standard/src/display_device/composer/ |
| H A D | hdi_gfx_composition.cpp | 175 IRect rect = src.GetLayerDisplayRect();
in ClearRect() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
| H A D | tab_content_element.cpp | 206 bool TabContentElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/search/ |
| H A D | rosen_render_search.cpp | 192 SkRect rect = SkRect::MakeXYWH(offset.GetX(), offset.GetY(), size.Width(), size.Height()); Paint() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
| H A D | text_overlay_element.cpp | 105 bool TextOverlayElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/focusable/ |
| H A D | focusable_element.cpp | 222 bool FocusableElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument 237 bool FocusableElement::AcceptFocusByRectOfLastFocus(const Rect& rect) in AcceptFocusByRectOfLastFocus() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/ |
| H A D | skia_svg_dom.cpp | 59 auto rect = SkRect::MakeWH(layout_.Width(), layout_.Height()); in FitImage() local
|
| /foundation/arkui/ace_engine/frameworks/base/geometry/ |
| H A D | rrect.h | 40 explicit RRect(const Rect& rect) : rect_(rect) {} in RRect() argument 46 static RRect MakeRect(const Rect& rect) in MakeRect() argument 53 static RRect MakeRRect(const Rect& rect, const Radius& radius) in MakeRRect() argument 60 static RRect MakeRRect(const Rect& rect, double x, double y) in MakeRRect() argument 67 static RRect MakeOval(const Rect& rect) in MakeOval() argument 84 SetRect(const Rect& rect) SetRect() argument 94 SetRectWithSimpleRadius(const Rect& rect, double xRadius, double yRadius) SetRectWithSimpleRadius() argument 118 SetOval(const Rect& rect) SetOval() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/base/view_data/ |
| H A D | page_node_info_wrap.h | 80 virtual void SetPageNodeRect(const NG::RectF& rect) {} in SetPageNodeRect() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_text_editable_controller.cpp | 137 JSRef<JSVal> rect = JSRef<JSObject>::Cast(rectObj); in GetTextContentRect() local
|
| H A D | js_rect_shape.cpp | 39 auto rect = AceType::DynamicCast<ShapeRect>(basicShape_); in ObjectRadiusWidth() local 60 auto rect = AceType::DynamicCast<ShapeRect>(basicShape_); in ObjectRadiusHeight() local 73 auto rect = AceType::DynamicCast<ShapeRect>(basicShape_); in ObjectRadius() local 183 auto rect = AceType::MakeRefPtr<ShapeRect>(); ConstructorCallback() local [all...] |
| /foundation/arkui/ace_engine/adapter/ohos/capability/window_connection/ |
| H A D | window_extension_connection_ohos.cpp | 43 auto rect = nodeStrong->GetPaintRect(); variable 106 void RectConverter(const Rect& rect, Rosen::Rect& rosenRect) in RectConverter() argument 121 ConnectExtension( const std::string& want, const Rect& rect, WeakPtr<RenderNode> node, int32_t windowId) ConnectExtension() argument 174 UpdateRect(const Rect& rect) UpdateRect() argument [all...] |
| /foundation/arkui/ace_engine/adapter/ohos/capability/window_connection_ng/ |
| H A D | window_extension_connection_ohos_ng.cpp | 127 void RectConverterNG(const Rect& rect, Rosen::Rect& rosenRect) in RectConverterNG() argument 207 void WindowExtensionConnectionAdapterOhosNG::UpdateRect(const Rect& rect) in UpdateRect() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_customdialog_controller_ffi.cpp | 44 void ParseCjCustomDialogControllerMaskRect(DimensionRect& rect, NativeCustomDialogControllerOptions options) in ParseCjCustomDialogControllerMaskRect() argument
|
| /foundation/arkui/ace_engine/test/mock/core/render/ |
| H A D | mock_render_context.h | 78 void SetPaintRectWithTransform(const RectF rect) in SetPaintRectWithTransform() argument
|
| /foundation/arkui/ace_engine/test/mock/core/rosen/ |
| H A D | testing_rect.h | 25 TestingRect(const TestingRect& rect) = default; member in OHOS::Ace::Testing::TestingRect
|
| H A D | testing_typography_properties.h | 81 TestingRect rect; member
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/ |
| H A D | app_bar_test_ng.cpp | 127 auto rect = appBar->GetAppBarRect();
in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
| H A D | canvas_custom_paint_method_testtwo_ng.cpp | 192 Rect rect; in HWTEST_F() local 236 Rect rect; in HWTEST_F() local 315 Rect rect; in HWTEST_F() local 354 Rect rect; in HWTEST_F() local 530 Rect rect; HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
| H A D | web_context_select_overlay.cpp | 133 void WebContextSelectOverlay::OnHandleMoveDone(const RectF& rect, bool isFirst) in OnHandleMoveDone() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | render_surface_impl.cpp | 118 Rect rect; in SetExtSurfaceBoundsSync() local [all...] |