Home
last modified time | relevance | path

Searched defs:rect (Results 1 - 25 of 991) sorted by relevance

12345678910>>...40

/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_list_element.cpp20 bool IndexerListElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dwmt_ge_rops.h17 wmt_ge_fillrect(struct fb_info *p, const struct fb_fillrect *rect) wmt_ge_fillrect() argument
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dwmt_ge_rops.h17 wmt_ge_fillrect(struct fb_info *p, const struct fb_fillrect *rect) wmt_ge_fillrect() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_on_size_change_function.cpp24 void JsOnSizeChangeFunction::Execute(const NG::RectF& oldRect, const NG::RectF& rect) in Execute() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dellipse_painter.cpp21 void EllipsePainter::DrawEllipse(RSCanvas& canvas, const RectF& rect, const ShapePaintProperty& shapePaintProperty) in DrawEllipse() argument
H A Drect_painter.cpp22 void RectPainter::DrawRect(RSCanvas& canvas, const RectF& rect, RectPaintProperty& rectPaintProperty) in DrawRect() argument
/foundation/arkui/ui_lite/frameworks/layout/
H A Dlist_layout.cpp43 Rect rect = GetAllChildRelativeRect(); in OnChildChanged() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dmask_filter_test.cpp43 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(0, 0, 100, 100); // 0, 0, 100, 100 创建矩形 in OnTestPerformance() local
H A Dmemory_stream_test.cpp39 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(0, 0, 100, 100); // 0, 0, 100, 100 创建矩形 in OnTestPerformance() local
H A Dcolor_test.cpp43 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(0, 0, 100, 100); // 0, 0, 100, 100 创建矩形 in OnTestPerformance() local
62 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(0, 0, 100, 100); // 0, 0, 100, 100 创建矩形 in OnTestPerformance() local
85 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(0, 0, 100, 100); // 0, 0, 100, 100 创建矩形 in OnTestPerformance() local
102 OH_Drawing_Rect* rect in OnTestPerformance() local
119 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(0, 0, 100, 100); // 0, 0, 100, 100 创建矩形 OnTestPerformance() local
136 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(0, 0, 100, 100); // 0, 0, 100, 100 创建矩形 OnTestPerformance() local
152 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(0, 0, 100, 100); // 0, 0, 100, 100 创建矩形 OnTestPerformance() local
164 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(0, 0, 100, 100); // 0, 0, 100, 100 创建矩形 OnTestPerformance() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H A Ddraw_rect_test.cpp24 auto rect = Drawing::Rect(0, 0, 100, 100); // xy (0, 0), size 100*100 in OnTestFunction() local
33 auto rect = Drawing::Rect(0, 0, 100, 100); // xy (0, 0), size 100*100 in OnTestPerformance() local
/foundation/window/window_manager/wm/src/
H A Dfuture_callback.cpp22 WSError FutureCallback::OnUpdateSessionRect(const WSRect& rect) in OnUpdateSessionRect() argument
/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Dwrap_element.cpp32 bool WrapElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_element.cpp57 bool DialogElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_drawing_convertor.cpp51 RSRect ToRSRect(const NG::RectF& rect) in ToRSRect() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtabs_element.cpp50 bool TabsElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_misc_test.cpp43 auto rect = AceType::MakeRefPtr<ShapeRect>(); in HWTEST_F() local
83 auto rect = AceType::MakeRefPtr<ShapeRect>(); in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Darcofzorro.cpp50 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(x, y, x + w, y + h); in OnTestFunction() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_record_cmd_utils.cpp28 Drawing::RectI rect = bounds.RoundOut(); in BeginRecording() local
/foundation/multimodalinput/input/test/unittest/common/include/
H A Dwindow_utils_test.h40 Rosen::Rect rect; member
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/roundRect_napi/
H A Djs_roundrect.h29 explicit JsRoundRect(const Drawing::Rect& rect, float x, float y) in JsRoundRect() argument
/foundation/ability/ability_base/interfaces/kits/native/view_data/include/
H A Dpage_node_info.h41 Rect rect; member
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_window.cpp36 Rect rect = rootView->GetRect(); in SetRootView() local
/foundation/ability/ability_base/test/unittest/viewdata/
H A Drect_test.cpp58 std::shared_ptr<Rect> rect = std::make_shared<Rect>(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_element.cpp93 bool OptionElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument

Completed in 5 milliseconds

12345678910>>...40