Home
last modified time | relevance | path

Searched defs:rect (Results 51 – 75 of 1083) sorted by relevance

12345678910>>...44

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_rect_shape.cpp39 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
182 auto rect = AceType::MakeRefPtr<ShapeRect>(); in ConstructorCallback() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dmatrix_test.cpp123 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(0, 0, 100, 100); // 0, 0, 100, 100 创建矩形 in OnTestPerformance() local
152 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(0, 0, 100, 100); // 0, 0, 100, 100 创建矩形 in OnTestPerformance() local
181 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(0, 0, 100, 100); // 0, 0, 100, 100 创建矩形 in OnTestPerformance() local
197 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(0, 0, 100, 100); // 0, 0, 100, 100 创建矩形 in OnTestPerformance() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_border_test.cpp506 RRect rect; variable
545 RectF rect(1, 1, 1, 1); variable
628 RectF rect(-65.0f, -97.5f, 821.0f, 747.5f); variable
691 RectF rect(-65.0f, -97.5f, 821.0f, 747.5f); variable
754 RectF rect(-65.0f, -97.5f, 821.0f, 747.5f); variable
819 RectF rect(-65.0f, -97.5f, 821.0f, 747.5f); variable
872 RectF rect(-65.0f, -97.5f, 821.0f, 747.5f); variable
929 RectF rect(-65.0f, -97.5f, 821.0f, 747.5f); variable
991 RectF rect(-65.0f, -97.5f, 821.0f, 747.5f); variable
1040 RectF rect(-65.0f, -97.5f, 821.0f, 747.5f); variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_property_trace_test.cpp65 auto rect = std::make_shared<RSObjAbsGeometry>(); variable
87 auto rect = std::make_shared<RSObjAbsGeometry>(); variable
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_snapshot_picker_connection_test.cpp168 Media::Rect rect{}; variable
185 Media::Rect rect{}; variable
204 Media::Rect rect{}; variable
242 Media::Rect rect{}; variable
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dsession_helper.h51 static bool IsPointInRect(int32_t pointPosX, int32_t pointPosY, const Rect& rect) in IsPointInRect()
62 static inline WSRect TransferToWSRect(const Rect& rect) in TransferToWSRect()
72 static inline Rect TransferToRect(const WSRect& rect) in TransferToRect()
118 int32_t sourceType, int outside, float vpr, const WSRect& rect) in GetAreaType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_surface_render_node_drawable_test.cpp161 Occlusion::Rect rect(1, 2, 3, 4); variable
207 Occlusion::Rect rect(1, 2, 3, 4); variable
237 Occlusion::Rect rect(1, 2, 3, 4); variable
290 Occlusion::Rect rect(1, 2, 3, 4); variable
321 Occlusion::Rect rect(1, 2, 3, 4); variable
700 Occlusion::Region rect; variable
807 const Occlusion::Region rect{Occlusion::Rect(0, 0, 100, 100)}; variable
1188 Occlusion::Region rect; variable
1211 Occlusion::Region rect; variable
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DRectShape.java45 final RectF rect = rect(); in getOutline() local
58 protected final RectF rect() { in rect() method in RectShape
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Droot_view.cpp226 static void AddRenderedRects(Rect& rect, List<Rect>& renderedRects, ListNode<Rect>* iter) in AddRenderedRects()
357 Rect rect; in OptimizeInvalidMap() local
392 Rect rect; in DrawInvalidMap() local
402 void RootView::OptimizeAddRect(Rect& rect) in OptimizeAddRect()
449 void RootView::AddInvalidateRect(Rect& rect, UIView* view) in AddInvalidateRect()
466 void RootView::AddInvalidateRectWithLock(Rect& rect, UIView* view) in AddInvalidateRectWithLock()
627 void RootView::DrawTop(UIView* view, const Rect& rect) in Render()
757 UIView* RootView::GetTopUIView(const Rect& rect) in Render()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dpath_test.cpp383 Rect rect; variable
398 Rect rect; variable
471 Rect rect; variable
486 Rect rect; variable
567 Rect rect; variable
582 Rect rect; variable
624 Rect rect; variable
746 auto rect = path->GetBounds(); variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/window_connection/
H A Dwindow_extension_connection_ohos.cpp54 auto rect = nodeStrong->GetPaintRect(); in OnWindowReady() local
117 void RectConverter(const Rect& rect, Rosen::Rect& rosenRect) in RectConverter()
133 const std::string& want, const Rect& rect, WeakPtr<RenderNode> node, int32_t windowId) in ConnectExtension()
185 void WindowExtensionConnectionAdapterOhos::UpdateRect(const Rect& rect) in UpdateRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/overdraw/
H A Drs_listened_canvas_test.cpp88 std::shared_ptr<Drawing::Rect> rect = std::make_shared<Drawing::Rect>(); in Bounds() local
127 Drawing::Rect rect = Drawing::Rect(1, 2, 4, 6); variable
173 Drawing::Rect rect = Drawing::Rect(1, 2, 4, 6); variable
203 Drawing::Rect rect; variable
221 Drawing::Rect rect; variable
310 Drawing::Rect rect = Drawing::Rect(0, 0, SET_TOP, SET_BOTTOM); variable
433 Drawing::Rect rect = Drawing::Rect(0, 0, SET_TOP, SET_BOTTOM); variable
H A Drs_gpu_overdraw_canvas_listener_test.cpp72 Drawing::Rect rect; variable
88 Drawing::Rect rect; variable
104 Drawing::Rect rect; variable
122 Drawing::Rect rect; variable
348 Drawing::Rect rect = Drawing::Rect(0, 0, SET_TOP, SET_BOTTOM); variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_rect.cpp24 void DrawRect::Draw(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, in Draw()
82 void DrawRect::DrawRectRadiusWithoutBorder(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& … in DrawRectRadiusWithoutBorder()
97 void DrawRect::DrawRectRadiusWithoutBorderCon1(BufferInfo& gfxDstBuffer, const Rect& rect, const Re… in DrawRectRadiusWithoutBorderCon1()
140 void DrawRect::DrawRectRadiusWithoutBorderCon2(BufferInfo& gfxDstBuffer, const Rect& rect, const Re… in DrawRectRadiusWithoutBorderCon2()
178 void DrawRect::DrawRectRadiusWithoutBorderCon3(BufferInfo& gfxDstBuffer, const Rect& rect, const Re… in DrawRectRadiusWithoutBorderCon3()
200 void DrawRect::DrawRectRadiusWithoutBorderCon4(BufferInfo& gfxDstBuffer, const Rect& rect, const Re… in DrawRectRadiusWithoutBorderCon4()
262 void DrawRect::DrawRectBorderWithoutRadius(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& … in DrawRectBorderWithoutRadius()
299 void DrawRect::DrawRectRadiusEqualBorder(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& di… in DrawRectRadiusEqualBorder()
369 void DrawRect::DrawRectRadiusSmallThanBorder(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect… in DrawRectRadiusSmallThanBorder()
452 void DrawRect::DrawRectRadiusBiggerThanBorder(BufferInfo& gfxDstBuffer, const Rect& rect, const Rec… in DrawRectRadiusBiggerThanBorder()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_canvas_test.cpp106 Rect rect; variable
562 Rect rect; variable
600 auto rect = skiaCanvas->GetLocalClipBounds(); variable
615 auto rect = skiaCanvas->GetDeviceClipBounds(); variable
630 auto rect = skiaCanvas->GetRoundInDeviceClipBounds(); variable
748 Rect rect; variable
762 RectI rect; variable
822 Rect rect{0, 0, 1, 1}; variable
1042 Rect rect; variable
1058 Rect rect; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_occlusion_region_test.cpp55 Rect rect; variable
71 Rect rect; variable
261 Rect rect; variable
282 Rect rect; variable
518 Rect rect{ invalidLeft, invalidTop, invalidRight, invalidBottom, false }; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_ellipse.cpp56 …SkRect rect = SkRect::MakeXYWH(ConvertDimensionToPx(declaration->GetCx(), viewPort, SvgLengthType:… in AsPath() local
62 RSRect rect = RSRect(left, top, rx + rx + left, ry + ry + top); in AsPath() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkrect_fuzzer/
H A Drect_fuzzer.cpp43 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(left, top, right, bottom); in RectFuzzTest000() local
84 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(left, top, right, bottom); in RectFuzzTest001() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dshape_abstract.cpp104 auto rect = AceType::MakeRefPtr<ShapeRect>(); in NativeRect() local
125 auto rect = AceType::DynamicCast<ShapeRect>(basicShape_); in SetRadiusWidth() local
135 auto rect = AceType::DynamicCast<ShapeRect>(basicShape_); in SetRadiusHeight() local
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_helper_test.cpp154 Rect rect { 50, 50, 240, 320 }; variable
178 Rect rect { 0, 0, 10, 20 }; variable
201 Rect rect { -1, -2, 2, 4 }; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dflutter_render_context.cpp63 Rect rect = child->GetTransitionPaintRect() + offset; in PaintChild() local
186 Rect rect = child->GetTransitionPaintRect() + offset; in IsIntersectWith() local
198 void FlutterRenderContext::InitContext(RenderLayer layer, const Rect& rect) in InitContext()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsub_session_lifecycle_test.cpp145 WSRect rect; variable
295 WSRect rect; variable
308 WSRect rect; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_frame_ohos_vulkan.cpp39 Drawing::RectI rect = {left, top, left + width, top + height}; in SetDamageRegion() local
53 for (auto &rect : rects) { in SetDamageRegion() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Dround_rect_test.cpp80 Rect rect; variable
95 Rect rect; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_background_test.cpp94 auto rect = std::make_shared<Drawing::Rect>(); variable
259 auto rect = std::make_shared<Drawing::Rect>(); variable
443 auto rect = std::make_shared<Drawing::Rect>(); variable
494 auto rect = std::make_shared<Drawing::Rect>(); variable
544 auto rect = std::make_shared<Drawing::Rect>(); variable
591 auto rect = std::make_shared<Drawing::Rect>(); variable

12345678910>>...44