Home
last modified time | relevance | path

Searched defs:rect (Results 601 - 625 of 1673) sorted by relevance

1...<<21222324252627282930>>...67

/device/soc/rockchip/common/hardware/display/src/display_gfx/
H A Ddisplay_gfx.c152 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 Dregs.c51 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 Dhdi_layer.cpp90 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 Ddisplay_gfx.c152 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 Dhdi_layer.cpp101 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 Dhdi_display.cpp209 IRect rect = {0, 0, buffer->width, buffer->height}; in SetDisplayClientBuffer() local
H A Dhdi_layer.cpp101 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 Dhdi_layer.cpp101 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 Dregs.c52 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 Drosen_render_focus_animation.cpp230 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 Drosen_render_picker_base.cpp101 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 Drosen_render_shape.cpp80 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 Drosen_render_transform.cpp131 Rect RosenRenderTransform::GetTransformRect(const Rect& rect) in GetTransformRect() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_modifier.cpp296 RSRect rect = rrect.GetRect(); in DrawRectOrCircle() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_paint_method.cpp155 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 Dlist_item_group_element.cpp117 bool ListItemGroupElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
/foundation/arkui/ace_engine/frameworks/core/components/page/
H A Dpage_element.cpp45 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 Dability_component_pattern.cpp138 Rect rect = pipeline->GetDisplayWindowRectInfo(); in UpdateWindowRect() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_paint_method.cpp165 auto rect = RSRect(scaledLeft, scaledTop, dirtyWidth + scaledLeft, dirtyHeight + scaledTop); in GetImageData() local
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drosen_render_circle_block.cpp59 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 Dselect_overlay_callback.h88 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 Dcomponent_test_tester_impl.cpp137 NG::RectF rect = frameNode->GetTransformRectRelativeToWindow(); in ScrollUntilExistImpl() local
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drosen_render_bubble.cpp49 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 Dability_component_delegate.cpp180 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 Dcalendar_element.cpp312 bool CalendarMonthElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument

Completed in 18 milliseconds

1...<<21222324252627282930>>...67