Home
last modified time | relevance | path

Searched defs:rects (Results 51 - 75 of 219) sorted by relevance

123456789

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.h103 void SetDamageRegion(const std::vector<RectI> &rects) in SetDamageRegion() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.h71 void SetDirtyRects(const std::vector<RectI>& rects) in SetDirtyRects() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_dirty_region_manager_test.cpp547 std::vector<RectI> rects; in HWTEST_F() local
/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dbuffer_converter.cpp57 int32_t ConvertYUV420SP(uint8_t *dst, uint8_t *src, AVCodecRect *rects, int32_t capacity) in ConvertYUV420SP() argument
87 int32_t ConvertYUV420P(uint8_t *dst, uint8_t *src, AVCodecRect *rects, int32_t capacity) in ConvertYUV420P() argument
132 int32_t ConverteRGBA8888(uint8_t *dst, uint8_t *src, AVCodecRect *rects, int32_t capacity) in ConverteRGBA8888() argument
195 AVCodecRect rects[3] = {usrRect_, hwRect_, rect_}; // 1:dstRect, 2:srcRect, 3:rect ReadFromBuffer() local
219 AVCodecRect rects[3] = {hwRect_, usrRect_, rect_}; // 1:dstRect, 2:srcRect, 3:rect WriteToBuffer() local
[all...]
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_ex_test.cpp3326 std::vector<Rect> rects = { { 100, 100, 1000, 1000 } }; in HWTEST_F() local
3343 std::vector<Rect> rects = { { 100, 100, 100, 1000 } }; in HWTEST_F() local
3360 std::vector<Rect> rects = { { 100, 100, 1000, 1000 } }; in HWTEST_F() local
3377 std::vector<Rect> rects = { { 100, 100, 100, 1000 } }; in HWTEST_F() local
3394 std::vector<Rect> rects = { { 100, 100, 1000, 1000 } }; in HWTEST_F() local
3411 std::vector<Rect> rects = { { 100, 100, 100, 1000 } }; HWTEST_F() local
3428 std::vector<Rect> rects = { { 100, 100, 1000, 1000 } }; HWTEST_F() local
3445 std::vector<Rect> rects = { { 100, 100, 1000, 100 } }; HWTEST_F() local
[all...]
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp533 std::vector<Rect> rects; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dsurface.cpp168 void Surface::SetDrawingArea(const std::vector<RectI>& rects) in SetDrawingArea() argument
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test3.cpp634 std::vector<Rect> rects; in HWTEST_F() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_fmask_copy.c247 radv_can_use_fmask_copy(struct radv_cmd_buffer *cmd_buffer, const struct radv_image *src_image, const struct radv_image *dst_image, unsigned num_rects, const struct radv_meta_blit2d_rect *rects) radv_can_use_fmask_copy() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DSurfaceImpl.cpp28 swapWithDamage(const gl::Context *context, const EGLint *rects, EGLint n_rects) swapWithDamage() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DSurfaceEGL.cpp49 swapWithDamage(const gl::Context *context, const EGLint *rects, EGLint n_rects) swapWithDamage() argument
/third_party/skia/tests/
H A DClearTest.cpp322 const SkRect rects[2] = { in fullscreen_clear_with_layer_test() local
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp154 int32_t DisplayComposerVdiImpl::SetDisplayClientDamage(uint32_t devId, std::vector<IRect>& rects) in SetDisplayClientDamage() argument
301 int32_t DisplayComposerVdiImpl::SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, const std::vector<IRect>& rects) in SetLayerDirtyRegion() argument
310 int32_t DisplayComposerVdiImpl::SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, std::vector<IRect>& rects) in SetLayerVisibleRegion() argument
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp154 int32_t DisplayComposerVdiImpl::SetDisplayClientDamage(uint32_t devId, std::vector<IRect>& rects) in SetDisplayClientDamage() argument
301 int32_t DisplayComposerVdiImpl::SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, const std::vector<IRect>& rects) in SetLayerDirtyRegion() argument
310 int32_t DisplayComposerVdiImpl::SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, std::vector<IRect>& rects) in SetLayerVisibleRegion() argument
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.cpp67 std::vector<Rect> rects; in OnPaintFinish() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dparagraph_manager.cpp326 std::vector<RectF> rects; in GetRects() local
358 std::vector<RectF> rects; in GetParagraphsRects() local
403 std::vector<RectF> rects; GetPlaceholderRects() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1940 std::vector<Ace::RectF> rects; in HWTEST_F() local
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dexternal_window.h91 } *rects; member
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_dirty_rects_dfx.cpp370 std::vector<RectI> rects; in DrawAllSurfaceDirtyRegionForDFX() local
417 std::vector<RectI> rects; in DrawTargetSurfaceDirtyRegionForDFX() local
447 std::vector<RectI> rects; in DrawTargetSurfaceVisibleRegionForDFX() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uifirst_manager_test.cpp1389 std::vector<RectI> rects; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_dirty_region_manager.cpp96 void RSDirtyRegionManager::UpdateVisitedDirtyRects(const std::vector<RectI>& rects) in UpdateVisitedDirtyRects() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.cpp442 void RenderContext::DamageFrame(const std::vector<RectI> &rects) in DamageFrame() argument
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_dirty_manager_test2.cpp168 std::vector<Rect> rects; in HWTEST_F() local
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H A Dipu3.c447 struct v4l2_rect *rects[IPU3_CSS_RECTS] = { NULL }; in imgu_video_nodes_init() local
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3.c456 struct v4l2_rect *rects[IPU3_CSS_RECTS] = { NULL }; in imgu_video_nodes_init() local

Completed in 33 milliseconds

123456789