| /device/soc/rockchip/common/hardware/display/src/display_gfx/ |
| H A D | display_gfx.c | 152 int32_t rkFillRect(ISurface *iSurface, IRect *rect, uint32_t color, GfxOpt *opt) in rkFillRect() argument
|
| /device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
| H A D | regs.c | 51 void rkisp_config_dcrop(struct rkisp_stream *stream, struct v4l2_rect *rect, bool async) in rkisp_config_dcrop() argument
|
| /device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
| H A D | hdi_layer.cpp | 90 int32_t HdiLayer::SetLayerSize(IRect *rect) in SetLayerSize() argument 99 int32_t HdiLayer::SetLayerCrop(IRect *rect) in SetLayerCrop() argument 144 SetLayerVisibleRegion(uint32_t num, IRect *rect) SetLayerVisibleRegion() argument [all...] |
| /device/soc/rockchip/rk3399/hardware/display/src/display_gfx/ |
| H A D | display_gfx.c | 152 int32_t rkFillRect(ISurface *iSurface, IRect *rect, uint32_t color, GfxOpt *opt) in rkFillRect() argument
|
| /device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
| H A D | hdi_layer.cpp | 101 int32_t HdiLayer::SetLayerRegion(IRect *rect) in SetLayerRegion() argument 110 int32_t HdiLayer::SetLayerCrop(IRect *rect) in SetLayerCrop() argument 155 SetLayerVisibleRegion(uint32_t num, IRect *rect) SetLayerVisibleRegion() argument [all...] |
| /device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
| H A D | hdi_display.cpp | 209 IRect rect = {0, 0, buffer->width, buffer->height}; in SetDisplayClientBuffer() local
|
| H A D | hdi_layer.cpp | 101 int32_t HdiLayer::SetLayerRegion(IRect *rect) in SetLayerRegion() argument 110 int32_t HdiLayer::SetLayerCrop(IRect *rect) in SetLayerCrop() argument 155 SetLayerVisibleRegion(uint32_t num, IRect *rect) SetLayerVisibleRegion() argument [all...] |
| /device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
| H A D | hdi_layer.cpp | 101 int32_t HdiLayer::SetLayerRegion(IRect *rect)
in SetLayerRegion() argument 110 int32_t HdiLayer::SetLayerCrop(IRect *rect)
in SetLayerCrop() argument 155 SetLayerVisibleRegion(uint32_t num, IRect *rect) SetLayerVisibleRegion() argument [all...] |
| /device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | regs.c | 52 rkisp_config_dcrop(struct rkisp_stream *stream, struct v4l2_rect *rect, bool async) rkisp_config_dcrop() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/focus_animation/ |
| H A D | rosen_render_focus_animation.cpp | 230 std::unique_ptr<SkRect> rect = std::make_unique<SkRect>(SkRect::MakeXYWH( in PaintTVFocus() local 257 std::unique_ptr<RSRect> rect = std::make_unique<RSRect>(RSRect(0 - padding, 0 - padding, in PaintTVFocus() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/picker/ |
| H A D | rosen_render_picker_base.cpp | 101 auto rect = GetOptionsRect(offset, anchorColumn); in Paint() local 139 PaintGradient( SkCanvas* canvas, const Offset& offset, const Rect& rect, const RefPtr<PickerTheme>& theme) PaintGradient() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/shape/ |
| H A D | rosen_render_shape.cpp | 80 SkRect rect = in CreateRect() local 83 RSRect rect = in CreateRect() local 152 SkRect rect = SkRect::MakeXYWH(0.0f, 0.0f, width, height); in CreateEllipse() local 158 auto rect in CreateEllipse() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/transform/ |
| H A D | rosen_render_transform.cpp | 131 Rect RosenRenderTransform::GetTransformRect(const Rect& rect) in GetTransformRect() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
| H A D | checkboxgroup_modifier.cpp | 296 RSRect rect = rrect.GetRect(); in DrawRectOrCircle() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
| H A D | checkbox_paint_method.cpp | 155 RSRect rect = rrect.GetRect(); in DrawTouchAndHoverBoard() local 182 RSRect rect in DrawBorder() local 210 RSRect rect = rrect.GetRect(); DrawBackboard() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/list/ |
| H A D | list_item_group_element.cpp | 117 bool ListItemGroupElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/page/ |
| H A D | page_element.cpp | 45 bool PageElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ability_component/ |
| H A D | ability_component_pattern.cpp | 138 Rect rect = pipeline->GetDisplayWindowRectInfo(); in UpdateWindowRect() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
| H A D | offscreen_canvas_paint_method.cpp | 165 auto rect = RSRect(scaledLeft, scaledTop, dirtyWidth + scaledLeft, dirtyHeight + scaledTop); in GetImageData() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/slider/ |
| H A D | rosen_render_circle_block.cpp | 59 SkRect rect = SkRect::MakeXYWH(frame.x_ - radius, frame.y_ - radius, diameter, diameter); in SyncGeometryProperties() local 91 RSRect rect = in SyncGeometryProperties() local 256 SkRect rect = SkRect::MakeXYWH(offset.GetX() - radius, offset.GetY() - radius, diameter, diameter); PaintShadow() local 260 RSRect rect = PaintShadow() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/ |
| H A D | select_overlay_callback.h | 88 virtual void OnHandleMove(const RectF& rect, bool isFirst) {} in OnHandleMove() argument 89 virtual void OnHandleMoveDone(const RectF& rect, bool isFirst) {} in OnHandleMoveDone() argument
|
| /foundation/arkui/ace_engine/frameworks/component_test/core/ |
| H A D | component_test_tester_impl.cpp | 137 NG::RectF rect = frameNode->GetTransformRectRelativeToWindow(); in ScrollUntilExistImpl() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
| H A D | rosen_render_bubble.cpp | 49 SkRect rect = SkRect::MakeXYWH(childOffset_.GetX(), childOffset_.GetY(), childSize_.Width(), childSize_.Height()); in MakeRRect() local 66 RSRect rect = RSRect(childOffset_.GetX(), childOffset_.GetY(), childSize_.Width() + childOffset_.GetX(), in MakeRRect() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/ |
| H A D | ability_component_delegate.cpp | 180 void AbilityComponentDelegate::UpdateRenderRect(const Rect& rect) in UpdateRenderRect() argument 198 void AbilityComponentDelegate::CreatePlatformResource(const WeakPtr<PipelineContext>& context, const Rect& rect) in CreatePlatformResource() argument 204 void AbilityComponentDelegate::CreatePluginResource(const WeakPtr<PipelineContext>& context, const Rect& rect) in CreatePluginResource() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
| H A D | calendar_element.cpp | 312 bool CalendarMonthElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
|