| /third_party/skia/modules/skparagraph/tests/ |
| H A D | SkParagraphTest.cpp | 1138 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 D | SampleParagraph.cpp | 1293 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 D | vktWsiIncrementalPresentTests.cpp | 273 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 D | bubble_layout_algorithm.cpp | 515 std::vector<Rect> rects; in SetHotAreas() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
| H A D | select_overlay_node.cpp | 2007 std::vector<RectF> rects; in IsInSelectedOrSelectOverlayArea() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
| H A D | rs_profiler.cpp | 174 auto rects = RSUniRenderUtil::ScreenIntersectDirtyRects(dirtyRegion, screenInfo); in SetDirtyRegion() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| H A D | rs_uni_render_util.cpp | 246 const std::vector<Occlusion::Rect>& rects = region.GetRegionRects(); in ScreenIntersectDirtyRects() local
|
| H A D | rs_uni_render_visitor.cpp | 2232 const std::vector<Occlusion::Rect>& rects = transparentDirtyRegion.GetRegionRects();
in CheckMergeDisplayDirtyByTransparentRegions() local
|
| /foundation/window/window_manager/previewer/src/ |
| H A D | window_impl.cpp | 923 WMError WindowImpl::SetTouchHotAreas(const std::vector<Rect>& rects) in SetTouchHotAreas() argument
|
| /foundation/window/window_manager/window_scene/common/src/ |
| H A D | window_session_property.cpp | 572 void WindowSessionProperty::SetTouchHotAreas(const std::vector<Rect>& rects) in SetTouchHotAreas() argument
|
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 2035 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 D | tu_clear_blit.c | 2433 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 D | v3d_context.h | 400 } rects[MAX_JOB_SCISSORS]; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiImageClearingTests.cpp | 1909 const VkClearRect rects[2] = in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiImageClearingTests.cpp | 1777 const VkClearRect rects[2] = in iterate() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationEGL.cpp | 4646 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 D | SecondaryCommandBuffer.h | 1029 clearAttachments(uint32_t attachmentCount, const VkClearAttachment *attachments, uint32_t rectCount, const VkClearRect *rects) clearAttachments() argument
|
| /third_party/skia/src/gpu/v1/ |
| H A D | SurfaceDrawContext.cpp | 1767 SkRect rects[2]; in drawSimpleShape() local [all...] |
| /foundation/arkui/ace_engine/test/mock/core/pipeline/ |
| H A D | mock_pipeline_context.cpp | 808 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 D | input_windows_manager.cpp | 2040 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 D | window.h | 1483 virtual WMError SetTouchHotAreas(const std::vector<Rect>& rects) { return WMError::WM_OK; } in SetTouchHotAreas() argument
|
| /third_party/mesa3d/include/drm-uapi/ |
| H A D | drm.h | 102 struct drm_clip_rect *rects; member
|
| /third_party/libdrm/include/drm/ |
| H A D | drm.h | 102 struct drm_clip_rect *rects; member
|
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsDebug.cpp | 2891 SkTDArray<SkRect> rects; in ShowOnePath() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_pattern.cpp | 396 auto rects = GetSelectedRects(inter.first, inter.second); in ShowShadow() local
|