Home
last modified time | relevance | path

Searched defs:rectI (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Drect_test.cpp470 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(); variable
516 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(1.0f, 2.0f, 3.0f, 4.0f); variable
532 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(4.0f, 3.0f, 2.0f, 1.0f); variable
574 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(); variable
588 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(); variable
602 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(); variable
616 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(); variable
630 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(); variable
644 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(); variable
658 std::unique_ptr<RectI> rectI = std::make_unique<RectI>(); variable
[all …]
H A Dregion_test.cpp61 RectI rectI; variable
75 RectI rectI(0, 0, 256, 256); variable
134 RectI rectI(0, 0, 256, 256); variable
165 RectI rectI(0, 0, 256, 256); variable
183 RectI rectI(0, 0, 256, 256); variable
201 RectI rectI(0, 0, 256, 256); variable
219 RectI rectI(0, 0, 256, 256); variable
237 RectI rectI(0, 0, 256, 256); variable
255 RectI rectI(0, 0, 256, 256); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dregion.cpp41 bool Region::SetRect(const RectI& rectI) in SetRect()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/region_napi/
H A Djs_region.cpp202 Drawing::RectI rectI = Drawing::RectI(left, top, right, bottom); in OnQuickReject() local
231 Drawing::RectI rectI = Drawing::RectI(left, top, right, bottom); in OnSetRect() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_region.cpp83 RectI rectI(left, top, right, bottom); in OH_Drawing_RegionSetRect() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/info_collection/
H A Drs_gpu_dirty_region_collection.cpp39 for (const auto& rectI : rectIs) { in UpdateActiveDirtyInfoForDFX() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_effect_render_node_test.cpp144 Drawing::RectI rectI(0, 0, 1, 1); variable
H A Drs_paint_filter_canvas_test.cpp1266 Drawing::RectI rectI = { 0, SET_RIGHT, SET_TOP_BOTTOM, SET_TOP_BOTTOM }; variable
H A Drs_render_node_test.cpp2069 Drawing::RectI rectI; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_region.cpp39 bool SkiaRegion::SetRect(const RectI& rectI) in SetRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_trace.cpp46 auto rectI = boundsGeometry->GetAbsRect(); in PropertiesDisplayByTrace() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_virtual_processor.cpp364 Drawing::RectI rectI = {rect.GetLeft(), rect.GetTop(), rect.GetRight(), rect.GetBottom()}; in CanvasClipRegionForUniscaleMode() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp897 RectI rectI(0, 0, 0, 0); variable
911 RectI rectI(0, 0, 0, 0); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_surface_test.cpp369 RectI rectI; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp768 Drawing::RectI rectI; variable