Home
last modified time | relevance | path

Searched defs:rects (Results 26 – 50 of 98) sorted by relevance

1234

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dinput_window_monitor.cpp33 static inline void convertRectsToMmiRects(const std::vector<Rect>& rects, std::vector<MMI::Rect>& m… in convertRectsToMmiRects()
H A Dwindow_node.cpp178 void WindowNode::SetTouchHotAreas(const std::vector<Rect>& rects) in SetTouchHotAreas()
183 void WindowNode::SetPointerHotAreas(const std::vector<Rect>& rects) in SetPointerHotAreas()
/ohos5.0/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_requester.h167 int32_t SetDisplayClientDamage(uint32_t devId, std::vector<IRect> &rects) in SetDisplayClientDamage()
448 int32_t SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, const std::vector<IRect> &rects) in SetLayerDirtyRegion()
488 int32_t SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, std::vector<IRect> &rects) in SetLayerVisibleRegion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/
H A Drs_render_surface_ohos.cpp177 void RSRenderSurfaceOhos::SetDamageRegion(const std::vector<RectI>& rects) in SetDamageRegion()
H A Drender_context_ohos_gl.cpp292 auto& rects = frameConfig->damageRects; in DamageFrame() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosraster_fuzzer/
H A Drssurfaceframeohosraster_fuzzer.cpp125 std::vector<RectI> rects; in DoSetDamageRegion() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosraster_fuzzer/
H A Drssurfaceohosraster_fuzzer.cpp127 std::vector<RectI> rects; in DoSetDamageRegion() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.h72 void SetDirtyRects(const std::vector<RectI>& rects) in SetDirtyRects()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosvulkan_fuzzer/
H A Drssurfaceframeohosvulkan_fuzzer.cpp113 std::vector<OHOS::Rosen::RectI> rects; in DoSetDamageRegion() local
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_base.cpp46 std::vector<RectF> rects; in SuppressMockParagraph() local
H A Dtext_testthree_ng.cpp70 std::vector<RectF> rects { RectF(0, 0, 20, 20) }; variable
645 std::vector<RectF> rects { RectF(0, 0, 20, 20), RectF(30, 30, 20, 20) }; variable
1192 std::vector<RectF> rects { RectF(0, 0, 20, 20) }; variable
2085 std::vector<RectF> rects { RectF(0, 0, 20, 20), RectF(20, 20, 20, 20), RectF(40, 40, 20, 20), variable
/ohos5.0/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h211 virtual int32_t SetDisplayClientDamage(uint32_t devId, std::vector<IRect>& rects) override in SetDisplayClientDamage()
399 …virtual int32_t SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, std::vector<IRect>& rects) o… in SetLayerDirtyRegion()
405 …int32_t SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, std::vector<IRect>& rects) override in SetLayerVisibleRegion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_surface_test.cpp149 const std::vector<RectI>& rects; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp1017 std::vector<Rect> rects; in OnPaintFinish() local
1022 std::vector<Rect> rects; in OnPaintFinish() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography.cpp210 auto rects = paragraph_->GetRectsForRange(left, right, txtRectHeightStyle, txtRectWidthStyle); in GetTextRectsByBoundary() local
222 auto rects = paragraph_->GetRectsForPlaceholders(); in GetTextRectsOfPlaceholders() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_occlusion_region_test.cpp466 Region::Rects rects; variable
/ohos5.0/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()
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h164 virtual WMError SetTouchHotAreas(const std::vector<Rect>& rects) {return WMError::WM_OK;} in SetTouchHotAreas()
165 virtual void GetRequestedTouchHotAreas(std::vector<Rect>& rects) const {} in GetRequestedTouchHotAreas()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.cpp1009 EGLBoolean EglWrapperDisplay::SwapBuffersWithDamageKHR(EGLSurface draw, EGLint *rects, EGLint nRect… in SwapBuffersWithDamageKHR()
1039 EGLBoolean EglWrapperDisplay::SetDamageRegionKHR(EGLSurface surf, EGLint *rects, EGLint nRects) in SetDamageRegionKHR()
1207 EGLBoolean EglWrapperDisplay::SwapBuffersWithDamageEXT(EGLSurface surface, const EGLint *rects, EGL… in SwapBuffersWithDamageEXT()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_common_test_ng.h191 std::vector<RectF> rects; member
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dexternal_window.h91 } *rects; member
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.cpp67 std::vector<Rect> rects; in OnPaintFinish() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp431 std::vector<Rect> rects; in StartEnteringTransitionEffects() local
545 std::vector<Rect> rects; in StartAlphaEnteringAnimation() local

1234