Home
last modified time | relevance | path

Searched defs:rects (Results 1 – 25 of 98) sorted by relevance

1234

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_frame_ohos_vulkan.cpp38 std::vector<Drawing::RectI> rects; in SetDamageRegion() local
45 void RSSurfaceFrameOhosVulkan::SetDamageRegion(const std::vector<RectI>& rects) in SetDamageRegion()
H A Drs_surface_frame_ohos_gl.cpp36 void RSSurfaceFrameOhosGl::SetDamageRegion(const std::vector<RectI> &rects) in SetDamageRegion()
H A Drs_surface_frame_ohos_raster.cpp40 void RSSurfaceFrameOhosRaster::SetDamageRegion(const std::vector<RectI> &rects) in SetDamageRegion()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_drag/
H A Dtext_drag_test_ng.cpp207 std::vector<RectF> rects; // return null select range variable
245 std::vector<RectF> rects { RectF(40, 40, 60, 80) }; variable
282 std::vector<RectF> rects { RectF(80, 40, 20, 60) }; variable
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_input_test.cpp90 std::vector<Rect> rects; variable
138 std::vector<Rect> rects; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testthree.cpp193 std::vector<RectF> rects { RectF(0, 0, 20, 20) }; variable
211 std::vector<RectF> rects { RectF(10, 10, 20, 20), RectF(0, 0, 20, 20) }; variable
245 std::vector<RectF> rects { RectF(10, 10, 20, 20), RectF(0, 0, 20, 20) }; variable
271 std::vector<RectF> rects { RectF(10, 10, 20, 20), RectF(0, 0, 20, 20) }; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/drawing/
H A Drs_surface_frame.h34 virtual void SetDamageRegion(const std::vector<RectI> &rects) {}; in SetDamageRegion()
/ohos5.0/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()
87 int32_t ConvertYUV420P(uint8_t *dst, uint8_t *src, AVCodecRect *rects, int32_t capacity) in ConvertYUV420P()
132 int32_t ConverteRGBA8888(uint8_t *dst, uint8_t *src, AVCodecRect *rects, int32_t capacity) in ConverteRGBA8888()
195 AVCodecRect rects[3] = {usrRect_, hwRect_, rect_}; // 1:dstRect, 2:srcRect, 3:rect in ReadFromBuffer() local
219 AVCodecRect rects[3] = {hwRect_, usrRect_, rect_}; // 1:dstRect, 2:srcRect, 3:rect in WriteToBuffer() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_surface_frame_ohos_vulkan_test.cpp70 std::vector<OHOS::Rosen::RectI> rects; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddisplay_info_utils.cpp36 std::vector<Rect> rects; in GetDisplayInfo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_paint_method.cpp134 auto rects = pManager->GetParagraphsRects(selection.GetTextStart(), selection.GetTextEnd()); in UpdateOverlayModifier() local
162 auto rects = info.first; in CalculateSelectedRect() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_dirty_rects_dfx.cpp329 std::vector<RectI> rects; in DrawAllSurfaceDirtyRegionForDFX() local
376 std::vector<RectI> rects; in DrawTargetSurfaceDirtyRegionForDFX() local
406 std::vector<RectI> rects; in DrawTargetSurfaceVisibleRegionForDFX() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dfilltypes.cpp90 OH_Drawing_Rect* rects = OH_Drawing_RectCreate(x - r, y - r, x + r, y + r); in OnTestFunction() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohos_fuzzer/
H A Drssurfaceohos_fuzzer.cpp80 std::vector<RectI> rects; in RSSurfaceOhosFuzzTest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdirtyregionmanager_fuzzer/
H A Drsdirtyregionmanager_fuzzer.cpp78 std::vector<RectI> rects; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow_manager.cpp45 void SubwindowManager::SetHotAreas(const std::vector<Rect>& rects, int32_t overlayId, int32_t insta… in SetHotAreas()
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwm_occlusion_region_test.cpp338 Region::Rects rects; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dparagraph_manager.cpp320 std::vector<RectF> rects; in GetRects() local
352 std::vector<RectF> rects; in GetParagraphsRects() local
397 std::vector<RectF> rects; in GetPlaceholderRects() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/dfx/
H A Drs_dirty_rects_dfx_test.cpp178 std::vector<RectI> rects; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testtwo_ng.cpp766 std::vector<RectF> rects { RectF(0, 0, 20, 20) }; variable
821 std::vector<RectF> rects { RectF(0, 0, 20, 20) }; variable
1491 std::vector<RectF> rects { RectF(0, 0, 40, 40) }; variable
1545 std::vector<RectF> rects { RectF(0, 0, 40, 40) }; variable
1676 std::vector<RectF> rects { RectF(0, 0, 20, 20) }; variable
1869 std::vector<RectF> rects { RectF(0, 0, 20, 20) }; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h89 virtual void SetHotAreas(const std::vector<Rect>& rects, int32_t nodeId) {}; in SetHotAreas()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddisplay_composer_vdi_impl.cpp144 int32_t DisplayComposerVdiImpl::SetDisplayClientDamage(uint32_t devId, std::vector<IRect>& rects) in SetDisplayClientDamage()
279 …oserVdiImpl::SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, const std::vector<IRect>& rects) in SetLayerDirtyRegion()
287 …ComposerVdiImpl::SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, std::vector<IRect>& rects) in SetLayerVisibleRegion()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp154 int32_t DisplayComposerVdiImpl::SetDisplayClientDamage(uint32_t devId, std::vector<IRect>& rects) in SetDisplayClientDamage()
301 …oserVdiImpl::SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, const std::vector<IRect>& rects) in SetLayerDirtyRegion()
310 …ComposerVdiImpl::SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, std::vector<IRect>& rects) in SetLayerVisibleRegion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosgl_fuzzer/
H A Drssurfaceframeohosgl_fuzzer.cpp111 std::vector<RectI> rects; in DoSetDamageRegion() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.h140 void SetDamageRegion(const std::vector<RectI> &rects) in SetDamageRegion()

1234