Home
last modified time | relevance | path

Searched defs:rects (Results 51 – 75 of 98) sorted by relevance

1234

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testthree_ng.cpp486 std::vector<RectF> rects { RectF(0, 0, 5, 5) }; variable
/ohos5.0/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; variable
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp533 std::vector<Rect> rects; variable
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp126 std::vector<Rect> rects{GetData<Rect>()}; in SurfaceFuzzTest3() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testfive_ng.cpp447 std::vector<RectF> rects { RectF(0, 0, 5, 5) }; variable
1060 std::vector<RectF> rects { RectF(0, 0, 5, 5) }; variable
1548 std::vector<RectF> rects { RectF(0, 0, 5, 5) }; variable
2180 std::vector<RectF> rects { RectF(0, 0, 20, 20) }; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp80 Drawing::Region GetFlippedRegion(std::vector<RectI>& rects, ScreenInfo& screenInfo) in GetFlippedRegion()
242 auto rects = RSUniRenderUtil::ScreenIntersectDirtyRects(dirtyRegion, screenInfo); in MergeDirtyHistory() local
266 auto rects = RSUniRenderUtil::ScreenIntersectDirtyRects(dirtyRegion, screenInfo); in MergeDirtyHistoryInVirtual() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1603 std::vector<Ace::RectF> rects; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_display_render_node.h253 std::vector<RectI> rects; in GetSurfaceChangedRects() local
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_entry.cpp1280 EGLint *rects, EGLint nRects) in EglSwapBuffersWithDamageKHRImpl()
1293 EGLint *rects, EGLint nRects) in EglSetDamageRegionKHRImpl()
1392 EGLBoolean EglSwapBuffersWithDamageEXTImpl(EGLDisplay dpy, EGLSurface surface, const EGLint *rects,… in EglSwapBuffersWithDamageEXTImpl()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_dirty_manager_test.cpp808 std::vector<MMI::Rect> rects(0); variable
H A Dscene_session_dirty_manager_test2.cpp164 std::vector<Rect> rects; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_test_update.cpp1746 std::vector<Rect> rects; variable
1806 std::vector<Rect> rects; variable
1869 std::vector<Rect> rects; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_surface.cpp533 void SkiaSurface::SetDrawingArea(const std::vector<RectI>& rects) in SetDrawingArea()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uifirst_manager_test.cpp1338 std::vector<RectI> rects; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.cpp81 auto rects = pattern->GetTextBoxes(); in UpdatePattern() local
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/device_fuzzer/
H A Ddevice_fuzzer.cpp285 std::vector<IRect> rects; in TestSetDisplayClientDamage() local
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test2.cpp270 std::vector<Rect> rects; variable
H A Dwindow_test.cpp1547 std::vector<Rect> rects; variable
1562 std::vector<Rect> rects; variable
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp1127 …const VkAllocationCallbacks* defaultAllocator, struct Region::Rect** rects, int32_t rectangleCount) in GetRegionRect()
1145 VkResult FlushBuffer(const VkPresentRegionKHR* region, struct Region::Rect* rects, in FlushBuffer()
1217 struct Region::Rect* rects = nullptr; in QueuePresentKHR() local
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp1526 std::vector<Rect> rects; in UpdateProperty() local
1711 …WindowController::UpdateTouchHotAreas(const sptr<WindowNode>& node, const std::vector<Rect>& rects) in UpdateTouchHotAreas()
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp564 void WindowProperty::SetTouchHotAreas(const std::vector<Rect>& rects) in SetTouchHotAreas()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_test.cpp1107 std::vector<Rect> rects = {{0, 0, 30, 40}}; variable
1132 std::vector<Rect> rects = {{0, 0, 100, 100}, {100, 100, 200, 200}}; variable
3569 std::vector<Rect> rects; variable
3709 std::vector<Rect> rects; variable
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp666 void PipelineContext::SetOverlayNodePositions(std::vector<Ace::RectF> rects) {} in SetOverlayNodePositions()
677 void PipelineContext::TriggerOverlayNodePositionsUpdateCallback(std::vector<Ace::RectF> rects) {} in TriggerOverlayNodePositionsUpdateCallback()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1536 virtual WMError SetTouchHotAreas(const std::vector<Rect>& rects) { return WMError::WM_OK; } in SetTouchHotAreas()
1542 virtual void GetRequestedTouchHotAreas(std::vector<Rect>& rects) const {} in GetRequestedTouchHotAreas()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
H A Dmenu_wrapper_pattern.cpp610 std::vector<Rect> rects; in SetHotAreas() local

1234