Home
last modified time | relevance | path

Searched defs:rect (Results 326 - 350 of 1673) sorted by relevance

1...<<11121314151617181920>>...67

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_border_test.cpp505 RRect rect; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_canvas_drawing_node_test.cpp111 Drawing::Rect rect; in HWTEST_F() local
138 Drawing::Rect rect; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_base_test.cpp86 auto rect = window->GetRequestRect(); in InitAnimationWindow() local
[all...]
H A Drs_transition_test.cpp38 auto rect = Drawing::Rect(0, 0, 0, 0); variable
45 auto rect = Drawing::Rect(rect_->Get().x_, rect_->Get().y_, rect_->Get().z_, rect_->Get().w_); variable
53 void SetRect(Vector4f rect) in SetRect() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_paint_test.cpp207 Rect rect; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/info_collection/
H A Drs_gpu_dirty_region_collection.cpp56 void GpuDirtyRegionCollection::UpdateGlobalDirtyInfoForDFX(RectI rect) in UpdateGlobalDirtyInfoForDFX() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_utilities.cpp121 auto rect = RSPropertiesPainter::Rect2DrawingRect(content.GetRenderProperties().GetBoundsRect()); in Draw() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dalpha_image.cpp169 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(0, 0, w, h); in OnTestFunction() local
H A Dalpha_gradients.cpp52 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(r.left, r.top, r.right, r.bottom); in draw_grad() local
H A Dblur_large_rrects.cpp59 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(left, top, right, bottom); in OnTestFunction() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/rect_fuzzer/
H A Drect_fuzzer.cpp37 RectI rect; in RectFuzzTest000() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dparagraph.h72 SkRect rect; member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dround_rect.h122 inline void RoundRect::SetRect(const Rect& rect) in SetRect() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/systemtest/
H A Drs_interfaces_test_utils.cpp122 CreateWindowByDisplayParam(DisplayId displayId, std::string name, Rect rect) CreateWindowByDisplayParam() argument
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_canvas.cpp45 void TexgineCanvas::DrawRect(const TexgineRect &rect, const TexginePaint &paint) const in DrawRect() argument
67 void TexgineCanvas::DrawRRect(const TexgineRect &rect, const TexginePaint &paint) const in DrawRRect() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkroundrect_fuzzer/
H A Droundrect_fuzzer.cpp52 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(left, top, right, bottom); in NativeDrawingRoundRectTest001() local
/foundation/window/window_manager/extension/window_extension/test/unittest/
H A Dwindow_extension_stub_impl_test.cpp65 Rect rect; in HWTEST_F() local
90 Rect rect = { 150, 150, 400, 600 }; in HWTEST_F() local
H A Dwindow_extension_proxy_test.cpp78 Rect rect; in HWTEST_F() local
/foundation/window/window_manager/test/systemtest/extension/
H A Dextension_connection_test.cpp188 Rect rect; in HWTEST_F() local
/foundation/window/window_manager/extension/window_extension/src/
H A Dwindow_extension_stub_impl.cpp63 void WindowExtensionStubImpl::SetBounds(const Rect& rect) in SetBounds() argument
38 CreateWindow( const Rect& rect, uint32_t parentWindowId, const std::shared_ptr<AbilityRuntime::Context>& context, const sptr<IRemoteObject>& iSession) CreateWindow() argument
[all...]
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_dialogwindow_test.cpp64 static sptr<Window> CreateDialogWindow(sptr<WindowScene> scene, WindowType type, Rect rect, std::string name = "") in CreateDialogWindow() argument
89 struct Rect rect = {0, 0, 100, 200}; in HWTEST_F() local
116 struct Rect rect = {0, 0, 100, 200}; in HWTEST_F() local
146 struct Rect rect = {0, 0, 100, 200}; in HWTEST_F() local
181 struct Rect rect = {0, 0, 100, 200}; HWTEST_F() local
213 struct Rect rect = {0, 0, 100, 200}; HWTEST_F() local
240 struct Rect rect = {0, 0, 100, 200}; HWTEST_F() local
270 struct Rect rect = {0, 0, 100, 200}; HWTEST_F() local
[all...]
H A Dwindow_system_toast_test.cpp77 static sptr<Window> CreateSystemToastWindow(WindowType type, Rect rect, std::string name = "") in CreateSystemToastWindow() argument
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Ddscreen_maprelation.cpp97 void to_json(json &j, const DisplayRect &rect) in to_json() argument
107 void from_json(const json &j, DisplayRect &rect) in from_json() argument
129 to_json(json &j, const ScreenRect &rect) to_json() argument
139 from_json(const json &j, ScreenRect &rect) from_json() argument
[all...]
/foundation/distributedhardware/distributed_screen/services/common/databuffer/src/
H A Ddata_buffer.cpp111 void DataBuffer::AddDirtyRect(DirtyRect rect) in AddDirtyRect() argument
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test_img.cpp98 Drawing::Rect rect; in Draw() local

Completed in 13 milliseconds

1...<<11121314151617181920>>...67