/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
H A D | image_pixel_map_switch_test.cpp | 194 Rect rect; variable 788 Rect rect; variable 913 Rect rect; variable 985 Rect rect; variable 1063 Rect rect; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_modifier.cpp | 135 …RSRoundRect rect(ToRSRect(indicator), indicatorBorderRadius_->Get(), indicatorBorderRadius_->Get()… in PaintIndicator() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_universal_painter.cpp | 87 RSRect rect = RSRect(paintRect.Left(), paintRect.Top(), in DrawRRectBackground() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/view_data/ |
H A D | page_node_info_wrap.h | 80 virtual void SetPageNodeRect(const NG::RectF& rect) {} in SetPageNodeRect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | strokes.cpp | 82 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(2.f, 2.f, K_W - 2.f, K_H - 2.f); // 2.f 矩形参数 in OnTestFunction() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_base_test.cpp | 86 auto rect = window->GetRequestRect(); in InitAnimationWindow() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_content_modifier.cpp | 79 const auto& rect = rectsForPlaceholders.at(index); in PaintCustomSpan() local
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/databuffer/src/ |
H A D | data_buffer.cpp | 111 void DataBuffer::AddDirtyRect(DirtyRect rect) in AddDirtyRect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
H A D | typography.h | 77 TexgineRect rect; member
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | scan_line_filter_test.cpp | 93 Rect rect; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/ |
H A D | grid_layout_algorithm.cpp | 238 GridItemRect rect; in GetItemRect() local 292 auto rect = GetItemRect(gridLayoutProperty, childLayoutProperty, index); in Measure() local 384 …int32_t itemIndex, GridItemRect rect, int32_t rowIndex, int32_t colIndex, int32_t rowSpan, int32_t… in PrintConflictingPositionLog()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_line.cpp | 103 Rect rect; in DrawVerticalLine() local 127 Rect rect; in DrawHorizontalLine() local 238 Rect rect; in DrawWuLine() local
|
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/parcel/ |
H A D | accessibility_element_info_parcel.cpp | 75 sptr<RectParcel> rect = parcel.ReadStrongParcelable<RectParcel>(); in ReadFromParcelSecondPart() local 477 RectParcel::RectParcel(const Rect &rect) in RectParcel() 502 sptr<RectParcel> rect = new(std::nothrow) RectParcel(); in Unmarshalling() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_occlusion_region.cpp | 369 for (const Rect& rect : r.GetRegionRects()) { in operator <<() local 379 for (const auto& rect : GetRegionRects()) { in Area() local 391 for (const auto& rect : GetRegionRects()) { in IntersectArea() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/ |
H A D | rsrendernode_fuzzer.cpp | 204 RectI rect(left, top, width, height); in RSDirtyRegionManagerFuzzTest() local 261 RectI rect(left, top, width, height); in RSDisplayRenderNodeFuzzTest() local 296 Drawing::Rect rect = { fLeft, fTop, fRight, fBottom }; in RSDrawCmdListFuzzTest() local
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_proxy_test.cpp | 83 WSRect rect{.posX_ = 1, .posY_ = 1, .width_ = 100, .height_ = 100}; variable 463 Rect rect; variable 515 WSRect rect = { 200, 200, 200, 200 }; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_click_testone_ng.cpp | 95 RectF rect(0, 0, 5, 5); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | paragraph.h | 71 SkRect rect; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | rosen_render_list.cpp | 256 RSRect rect = RSRect( in PaintSelectedZone() local 309 RSRect rect = RSRect(item->GetPaintRect().GetOffset().GetX(), in PaintItemZone() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/ |
H A D | rosen_render_pattern_lock.cpp | 149 std::unique_ptr<SkRect> rect = in PaintLockLine() local 199 std::unique_ptr<RSRect> rect = std::make_unique<RSRect>( in PaintLockLine() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_pattern.cpp | 34 void OffscreenCanvasPattern::FillRect(const Rect& rect) in FillRect() 39 void OffscreenCanvasPattern::StrokeRect(const Rect& rect) in StrokeRect() 44 void OffscreenCanvasPattern::ClearRect(const Rect& rect) in ClearRect() 109 void OffscreenCanvasPattern::AddRect(const Rect& rect) in AddRect()
|
H A D | offscreen_canvas_rendering_context_2d_model_ng.cpp | 339 void OffscreenCanvasRenderingContext2DModelNG::AddRect(const Rect& rect) in AddRect() 423 void OffscreenCanvasRenderingContext2DModelNG::FillRect(const Rect& rect) in FillRect() 429 void OffscreenCanvasRenderingContext2DModelNG::StrokeRect(const Rect& rect) in StrokeRect() 435 void OffscreenCanvasRenderingContext2DModelNG::ClearRect(const Rect& rect) in ClearRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/ |
H A D | canvas_rendering_context_2d_model_impl.cpp | 325 void CanvasRenderingContext2DModelImpl::AddRect(const Rect& rect) in AddRect() 424 void CanvasRenderingContext2DModelImpl::FillRect(const Rect& rect) in FillRect() 430 void CanvasRenderingContext2DModelImpl::StrokeRect(const Rect& rect) in StrokeRect() 436 void CanvasRenderingContext2DModelImpl::ClearRect(const Rect& rect) in ClearRect()
|
H A D | offscreen_canvas_rendering_context_2d_model_impl.cpp | 326 void OffscreenCanvasRenderingContext2DModelImpl::AddRect(const Rect& rect) in AddRect() 423 void OffscreenCanvasRenderingContext2DModelImpl::FillRect(const Rect& rect) in FillRect() 429 void OffscreenCanvasRenderingContext2DModelImpl::StrokeRect(const Rect& rect) in StrokeRect() 435 void OffscreenCanvasRenderingContext2DModelImpl::ClearRect(const Rect& rect) in ClearRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | canvas_renderer.cpp | 189 void NativeCanvasRenderer::FillRect(const Rect& rect) in FillRect() 194 void NativeCanvasRenderer::StrokeRect(const Rect& rect) in StrokeRect() 199 void NativeCanvasRenderer::ClearRect(const Rect& rect) in ClearRect() 295 void NativeCanvasRenderer::NormalRect(const Rect& rect) in NormalRect()
|