Home
last modified time | relevance | path

Searched refs:rects (Results 351 - 366 of 366) sorted by relevance

1...<<1112131415

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_funcs.hpp5114 ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearRect> const & rects,
5121 rects.size(),
5122 reinterpret_cast<const VkClearRect *>( rects.data() ) );
7514 std::vector<Rect2D, Rect2DAllocator> rects; in getPresentRectanglesKHR() local
7523 rects.resize( rectCount ); in getPresentRectanglesKHR()
7528 reinterpret_cast<VkRect2D *>( rects.data() ) ) ); in getPresentRectanglesKHR()
7529 VULKAN_HPP_ASSERT( rectCount <= rects.size() ); in getPresentRectanglesKHR()
7532 if ( ( result == Result::eSuccess ) && ( rectCount < rects.size() ) ) in getPresentRectanglesKHR()
7534 rects.resize( rectCount ); in getPresentRectanglesKHR()
7536 return createResultValue( result, rects, VULKAN_HPP_NAMESPACE_STRIN in getPresentRectanglesKHR()
[all...]
H A Dvulkan_handles.hpp3539 ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearRect> const & rects,
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp4867 VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearRect> const & rects,
4875 rects.size(),
4876 reinterpret_cast<const VkClearRect *>( rects.data() ) );
8005 std::vector<VULKAN_HPP_NAMESPACE::Rect2D, Rect2DAllocator> rects; in getPresentRectanglesKHR() local
8014 rects.resize( rectCount ); in getPresentRectanglesKHR()
8016 m_physicalDevice, static_cast<VkSurfaceKHR>( surface ), &rectCount, reinterpret_cast<VkRect2D *>( rects.data() ) ) ); in getPresentRectanglesKHR()
8020 VULKAN_HPP_ASSERT( rectCount <= rects.size() ); in getPresentRectanglesKHR()
8021 if ( rectCount < rects.size() ) in getPresentRectanglesKHR()
8023 rects.resize( rectCount ); in getPresentRectanglesKHR()
8025 return createResultValueType( result, rects ); in getPresentRectanglesKHR()
[all...]
H A Dvulkan_raii.hpp5512 VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearRect> const & rects ) const VULKAN_HPP_NOEXCEPT;
13324 VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearRect> const & rects ) const VULKAN_HPP_NOEXCEPT
13331 rects.size(),
13332 reinterpret_cast<const VkClearRect *>( rects.data() ) );
14921 std::vector<VULKAN_HPP_NAMESPACE::Rect2D> rects; in getPresentRectanglesKHR() local
14930 rects.resize( rectCount ); in getPresentRectanglesKHR()
14935 reinterpret_cast<VkRect2D *>( rects.data() ) ) ); in getPresentRectanglesKHR()
14939 VULKAN_HPP_ASSERT( rectCount <= rects.size() ); in getPresentRectanglesKHR()
14940 if ( rectCount < rects.size() ) in getPresentRectanglesKHR()
14942 rects in getPresentRectanglesKHR()
[all...]
H A Dvulkan_handles.hpp4627 VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearRect> const & rects,
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp5115 void PipelineContext::SetOverlayNodePositions(std::vector<Ace::RectF> rects) in SetOverlayNodePositions() argument
5117 overlayNodePositions_ = rects; in SetOverlayNodePositions()
5140 void PipelineContext::TriggerOverlayNodePositionsUpdateCallback(std::vector<Ace::RectF> rects) in TriggerOverlayNodePositionsUpdateCallback() argument
5143 overlayNodePositionUpdateCallback_(rects); in TriggerOverlayNodePositionsUpdateCallback()
/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
397 overlayMod_->SetSelectedForegroundColorAndRects(rects, color.GetValue()); in ShowShadow()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_private.h2006 VkRect2D rects[MAX_DISCARD_RECTANGLES];
H A Dradv_pipeline.c1724 typed_memcpy(info.rects, discard_rectangle_info->pDiscardRectangles, in radv_pipeline_init_discard_rectangle_info()
2094 typed_memcpy(dynamic->discard_rectangle.rectangles, info->dr.rects, info->dr.count); in radv_pipeline_init_dynamic_state()
/third_party/skia/tests/
H A DPathOpsOpTest.cpp1185 SkRect rects[5]; in rRect1() local
1186 rects[0].setLTRB(xB, yB, xE, yE); in rRect1()
1187 paths[0].addRoundRect(rects[0], SkIntToScalar(5), SkIntToScalar(5)); // red in rRect1()
1188 rects[1].setLTRB(xA, yA, xD, yD); in rRect1()
1189 paths[1].addRoundRect(rects[1], SkIntToScalar(5), SkIntToScalar(5)); // green in rRect1()
1190 rects[2].setLTRB(xC, yA, xF, yD); in rRect1()
1191 paths[2].addRoundRect(rects[2], SkIntToScalar(5), SkIntToScalar(5)); // blue in rRect1()
1192 rects[3].setLTRB(xA, yC, xD, yF); in rRect1()
1193 paths[3].addRoundRect(rects[3], SkIntToScalar(5), SkIntToScalar(5)); // yellow in rRect1()
1194 rects[ in rRect1()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl.cpp1546 void Context::rects(GLshort x1, GLshort y1, GLshort x2, GLshort y2) in rects() function in gl::Context
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp4960 auto rects = paragraphs_.GetRects(previewTextRecord_.startOffset, previewTextRecord_.endOffset,
4963 for (RectF& rect : rects) {
4966 return rects;
/third_party/ffmpeg/fftools/
H A Dffmpeg.c274 sub2video_copy_rect(dst, dst_linesize, frame->width, frame->height, sub->rects[i]); in sub2video_update()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c3169 VkClearRect *rect = &cmd->u.clear_attachments.rects[r]; in handle_clear_attachments()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.cpp5264 context->rects(x1, y1, x2, y2); in GL_Rects()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 241 milliseconds

1...<<1112131415