Home
last modified time | relevance | path

Searched defs:rect (Results 1 – 25 of 26) sorted by relevance

12

/test/xts/acts/graphic/graphicnapidrawingtest/
DNativeDrawingCanvasTest.cpp187 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(100, 200, 500, 300); variable
234 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(0, 0, 100, 100); variable
264 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(10, 20, 60, 120); variable
282 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(0, 0, 90, 90); variable
321 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(100, 300, 200, 400); variable
344 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(200, 500, 300, 600); variable
371 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(300, 400, 500, 500); variable
396 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(300, 400, 500, 500); variable
418 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(200, 500, 300, 600); variable
442 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(0, 0, 100, 100); variable
[all …]
/test/testfwk/arkxtest/uitest/test/
Drect_algorithm_test.cpp24 Rect rect(100, 200, 300, 400); in TEST() local
68 auto rect = Rect(10, 20, 10, 20); in TEST() local
88 auto rect = Rect(10, 20, 10, 20); in TEST() local
123 Rect rect(100, 200, 100, 200); in TEST() local
153 Rect rect(100, 200, 100, 200); in TEST() local
Dui_model_test.cpp26 Rect rect(100, 200, 300, 400); in TEST() local
Dui_action_test.cpp216 Rect rect(210, 510, 30, 330); in TEST_F() local
356 Rect rect(210, 510, 30, 330); in TEST_F() local
Dselect_strategy_test.cpp50 auto rect = widget.GetBounds(); in TEST() local
75 auto rect = widget.GetBounds(); in TEST() local
100 auto rect = widget.GetBounds(); in TEST() local
/test/xts/acts/graphic/graphicnapitest/
DNativeWindowTest.cpp238 struct Region::Rect * rect = new Region::Rect(); variable
258 struct Region::Rect * rect = new Region::Rect(); variable
282 struct Region::Rect *rect = new Region::Rect(); variable
331 struct Region::Rect *rect = new Region::Rect(); variable
DNativeImageTest.cpp341 struct Region::Rect *rect = new Region::Rect(); variable
425 struct Region::Rect *rect = new Region::Rect(); variable
474 struct Region::Rect *rect = new Region::Rect(); variable
560 struct Region::Rect *rect = new Region::Rect(); variable
/test/testfwk/arkxtest/uitest/core/
Drect_algorithm.cpp49 static void CollectGridLineCoords(const Rect& rect, const Rect& overlay) in CollectGridLineCoords()
104 …static void CollectGridPoint(int32_t px, int32_t py, const Rect& rect, const vector<Rect>& overlay… in CollectGridPoint()
157 …bool RectAlgorithm::ComputeMaxVisibleRegion(const Rect& rect, const vector<Rect>& overlays, Rect& … in ComputeMaxVisibleRegion()
Dwindow_operator.cpp101 auto rect = window_.bounds_; in CallBar() local
116 auto rect = window_.visibleBounds_; in Focus() local
131 auto rect = window_.bounds_; in MoveTo() local
213 auto rect = widgets[0]->GetBounds(); in Split() local
308 auto rect = widgets[0]->GetBounds(); in BarAction() local
Dui_controller.h74 virtual bool TakeScreenCap(int32_t fd, std::stringstream &errReceiver, Rect rect) const in TakeScreenCap()
Dui_model.h198 FORCE_INLINE bool RectAlgorithm::IsInnerPoint(const Rect &rect, const Point& point) in IsInnerPoint()
207 FORCE_INLINE bool RectAlgorithm::IsPointOnEdge(const Rect &rect, const Point& point) in IsPointOnEdge()
Dui_driver.cpp378 void UiDriver::TakeScreenCap(int32_t fd, ApiCallErr &err, Rect rect) in TakeScreenCap()
Dui_action.h208 explicit GenericPinch(const Rect &rect, float_t scale) : rect_(rect), scale_(scale) {}; in GenericPinch()
/test/testfwk/arkxtest/uitest/record/
Dfind_widget.cpp31 const auto &rect = rec[index]->GetBounds(); in FindWidget() local
/test/xts/hats/hdf/display/composer/common/
Dhdi_test_layer.cpp180 void HdiTestLayer::SetLayerPosition(const IRect& rect) in SetLayerPosition()
186 void HdiTestLayer::SetLayerCrop(const IRect& rect) in SetLayerCrop()
Ddisplay_test_utils.cpp201 void ClearColorRect(const BufferHandle &handle, uint32_t color, const IRect &rect) in ClearColorRect()
227 IRect rect = { 0, 0, CELL_WIDTH, CELL_HEIGHT }; in SplitBuffer() local
/test/xts/hats/hdf/hdf_lite/display/
Ddisplay_test.c246 IRect rect = {0, 0, g_displayTest.displayInfo.width, g_displayTest.displayInfo.height}; in SetLayerDirtyRegionTest() local
365 IRect rect = {0, 0, SAMPLE_RECT_WIDTH, SAMPLE_RECT_HEIGHT}; in FillRectTest() local
/test/xts/hats/hdf/display/composer/unittest_additional/
Dhdi_composer_ut.cpp1176 IRect rect = {0, 0, width, height}; variable
1190 IRect rect = {0, 0, width, height}; variable
1204 IRect rect = {0, 0, width, height}; variable
1218 IRect rect = {0, 0, width, height}; variable
/test/ostest/wukong/component_event/src/
Dscene_delegate.cpp325 auto rect = componentinfo->GetPosition(); in IsComponentInScreen() local
Dfocus_scene_delegate.cpp325 auto rect = componentinfo->GetPosition(); in IsComponentInScreen() local
/test/xts/hats/hdf/display/composer/unittest/
Dhdi_composer_ut.cpp325 IRect rect = {0, 0, WIDTH, HEIGHT}; variable
366 IRect rect = {0, 0, WIDTH, HEIGHT}; variable
557 IRect rect = {0, 0, WIDTH, HEIGHT}; variable
582 IRect rect = {0, 0, WIDTH, HEIGHT}; variable
/test/xts/acts/graphic/windowstandard/src/main/js/test/
Ddisplay.test.js269 var rect = { variable
/test/testfwk/arkxtest/uitest/addon/
Dscreen_copy.cpp238 Media::Rect rect = {.left = 0, .top = 0, .width = origWidth, .height = origHeight}; in ScaleNewsetFrameLocked() local
/test/xts/hats/hdf/display/composer/benchmark/
Ddisplay_benchmark_test.cpp800 IRect rect = {0, 0, width, height}; in BENCHMARK_F() local
923 IRect rect = {0, 0, WIDTH, HEIGHT}; in BENCHMARK_F() local
948 IRect rect = {0, 0, WIDTH, HEIGHT}; in BENCHMARK_F() local
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
Dimage_receiver_mdk_test.cpp322 struct OhosImageRect rect; in JsImageClipRect() local

12