Home
last modified time | relevance | path

Searched defs:rects (Results 151 - 175 of 193) sorted by relevance

12345678

/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp1138 auto rects = paragraph->getRectsForRange(0, impl->text().size(), RectHeightStyle::kMax, RectWidthStyle::kTight); in UNIX_ONLY_TEST() local
5723 auto rects = paragraph->getRectsForRange(0, len * 4, RectHeightStyle::kMax, RectWidthStyle::kTight); in UNIX_ONLY_TEST() local
6086 auto rects = paragraph->getRectsForRange(j, i, RectHeightStyle::kTight, RectWidthStyle::kTight); in UNIX_ONLY_TEST() local
/third_party/skia/modules/skparagraph/samples/
H A DSampleParagraph.cpp1293 auto rects = paragraph->getRectsForRange(7, 9, RectHeightStyle::kTight, variable
2257 std::pair<size_t, size_t> rects[] = { variable
3596 auto rects = paragraph->getRectsForRange(0, p,RectHeightStyle::kTight, RectWidthStyle::kTight); variable
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiIncrementalPresentTests.cpp273 vector<vk::VkRectLayerKHR> rects; in getUpdatedRects() local
976 const vector<vk::VkRectLayerKHR> rects = getUpdatedRects(imageNextFrame, m_frameNdx, width, height); in render() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp515 std::vector<Rect> rects; in SetHotAreas() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp2007 std::vector<RectF> rects; in IsInSelectedOrSelectOverlayArea() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp174 auto rects = RSUniRenderUtil::ScreenIntersectDirtyRects(dirtyRegion, screenInfo); in SetDirtyRegion() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp246 const std::vector<Occlusion::Rect>& rects = region.GetRegionRects(); in ScreenIntersectDirtyRects() local
H A Drs_uni_render_visitor.cpp2232 const std::vector<Occlusion::Rect>& rects = transparentDirtyRegion.GetRegionRects(); in CheckMergeDisplayDirtyByTransparentRegions() local
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp923 WMError WindowImpl::SetTouchHotAreas(const std::vector<Rect>& rects) in SetTouchHotAreas() argument
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp572 void WindowSessionProperty::SetTouchHotAreas(const std::vector<Rect>& rects) in SetTouchHotAreas() argument
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c2035 dri2_swap_buffers_with_damage(_EGLDisplay *disp, _EGLSurface *surf, const EGLint *rects, EGLint n_rects) dri2_swap_buffers_with_damage() argument
2062 dri2_swap_buffers_region(_EGLDisplay *disp, _EGLSurface *surf, EGLint numRects, const EGLint *rects) dri2_swap_buffers_region() argument
2084 dri2_set_damage_region(_EGLDisplay *disp, _EGLSurface *surf, EGLint *rects, EGLint n_rects) dri2_set_damage_region() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_clear_blit.c2433 tu_clear_sysmem_attachments(struct tu_cmd_buffer *cmd, uint32_t attachment_count, const VkClearAttachment *attachments, uint32_t rect_count, const VkClearRect *rects) tu_clear_sysmem_attachments() argument
2734 tu_clear_gmem_attachments(struct tu_cmd_buffer *cmd, uint32_t attachment_count, const VkClearAttachment *attachments, uint32_t rect_count, const VkClearRect *rects) tu_clear_gmem_attachments() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_context.h400 } rects[MAX_JOB_SCISSORS]; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp1909 const VkClearRect rects[2] = in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageClearingTests.cpp1777 const VkClearRect rects[2] = in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationEGL.cpp4646 ValidateSwapBuffersWithDamageKHR(const ValidationContext *val, const Display *display, const Surface *surface, const EGLint *rects, EGLint n_rects) ValidateSwapBuffersWithDamageKHR() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.h1029 clearAttachments(uint32_t attachmentCount, const VkClearAttachment *attachments, uint32_t rectCount, const VkClearRect *rects) clearAttachments() argument
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp1767 SkRect rects[2]; in drawSimpleShape() local
[all...]
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp808 void PipelineContext::SetOverlayNodePositions(std::vector<Ace::RectF> rects) {} in SetOverlayNodePositions() argument
819 void PipelineContext::TriggerOverlayNodePositionsUpdateCallback(std::vector<Ace::RectF> rects) {} in TriggerOverlayNodePositionsUpdateCallback() argument
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp2040 bool InputWindowsManager::IsInHotArea(int32_t x, int32_t y, const std::vector<Rect> &rects, in UpdateDisplayInfo() argument
2065 bool InputWindowsManager::InWhichHotArea(int32_t x, int32_t y, const std::vector<Rect> &rects, in UpdateDisplayInfo() argument
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1483 virtual WMError SetTouchHotAreas(const std::vector<Rect>& rects) { return WMError::WM_OK; } in SetTouchHotAreas() argument
/third_party/mesa3d/include/drm-uapi/
H A Ddrm.h102 struct drm_clip_rect *rects; member
/third_party/libdrm/include/drm/
H A Ddrm.h102 struct drm_clip_rect *rects; member
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp2891 SkTDArray<SkRect> rects; in ShowOnePath() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp396 auto rects = GetSelectedRects(inter.first, inter.second); in ShowShadow() local

Completed in 112 milliseconds

12345678