/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | input_window_monitor.cpp | 33 static inline void convertRectsToMmiRects(const std::vector<Rect>& rects, std::vector<MMI::Rect>& m… in convertRectsToMmiRects()
|
H A D | window_node.cpp | 178 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 D | display_cmd_requester.h | 167 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 D | rs_render_surface_ohos.cpp | 177 void RSRenderSurfaceOhos::SetDamageRegion(const std::vector<RectI>& rects) in SetDamageRegion()
|
H A D | render_context_ohos_gl.cpp | 292 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 D | rssurfaceframeohosraster_fuzzer.cpp | 125 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 D | rssurfaceohosraster_fuzzer.cpp | 127 std::vector<RectI> rects; in DoSetDamageRegion() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_display_render_node_drawable.h | 72 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 D | rssurfaceframeohosvulkan_fuzzer.cpp | 113 std::vector<OHOS::Rosen::RectI> rects; in DoSetDamageRegion() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | surface.cpp | 168 void Surface::SetDrawingArea(const std::vector<RectI>& rects) in SetDrawingArea()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_base.cpp | 46 std::vector<RectF> rects; in SuppressMockParagraph() local
|
H A D | text_testthree_ng.cpp | 70 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 D | display_composer_hdi_impl.h | 211 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 D | skia_surface_test.cpp | 149 const std::vector<RectI>& rects; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | render_bubble.cpp | 1017 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 D | typography.cpp | 210 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 D | rs_occlusion_region_test.cpp | 466 Region::Rects rects; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_dirty_region_manager.cpp | 96 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 D | mock_window.h | 164 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 D | egl_wrapper_display.cpp | 1009 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 D | rich_editor_common_test_ng.h | 191 std::vector<RectF> rects; member
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | external_window.h | 91 } *rects; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
H A D | render_context.cpp | 442 void RenderContext::DamageFrame(const std::vector<RectI> &rects) in DamageFrame()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | render_select_popup.cpp | 67 std::vector<Rect> rects; in OnPaintFinish() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_pattern.cpp | 431 std::vector<Rect> rects; in StartEnteringTransitionEffects() local 545 std::vector<Rect> rects; in StartAlphaEnteringAnimation() local
|