Home
last modified time | relevance | path

Searched defs:offsetY (Results 276 - 300 of 315) sorted by relevance

1...<<111213

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicOffsetTests.cpp2019 const deUint32 offsetY = m_vertexOffset > segmentCountPerRow ? m_vertexOffset / segmentCountPerRow : 0u; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp603 float offsetY = -1.0f + rasterSizeY * static_cast<float>(i) + rasterSizeY / 2; in PointsGen() local
627 float offsetY = LinesOffsetY(i, rasterSize); in LinesGen() local
638 float offsetY = LinesOffsetY(i, rasterSize); in LinesAdjacencyGen() local
652 float offsetY = LinesOffsetY(i, rasterSize); LineStripAdjacencyGen() local
685 float offsetY = -1.0f + drawStepY * static_cast<float>(i); TrianglesGen() local
716 float offsetY = -0.5f + jigY + sizeY * static_cast<float>(i); TrianglesAdjacencyGen() local
750 float offsetY = -0.5f + jigY + sizeY * static_cast<float>(i); TriangleStripAdjacencyGen() local
[all...]
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp1611 auto offsetY = line.offset().fY; in GetLineFontMetrics() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp125 float offsetY; member
243 float offsetY; member
H A DvktPipelineDynamicOffsetTests.cpp2026 const deUint32 offsetY = m_vertexOffset > segmentCountPerRow ? m_vertexOffset / segmentCountPerRow : 0u; in iterate() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp497 float offsetY = 0; in UpdateWrapperRectForHoverMode() local
1226 auto offsetY = std::min<float>(targetCenterOffset.GetY() - previewSize.Height() / 2, in LayoutOtherDeviceLeftPreviewRightMenuLessThan() local
1272 auto offsetY = std::min<float>(targetCenterOffset.GetY() - previewSize.Height() / 2, in LayoutOtherDeviceLeftPreviewRightMenuGreateThan() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp880 void FfiOHOSAceFrameworkViewAbstractSetShadow(double radius, uint32_t color, double offsetX, double offsetY) in FfiOHOSAceFrameworkViewAbstractSetShadow() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp1105 auto offsetY = webScrollOffset->GetY(); in OnScroll() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp1903 void PipelineContext::SetCardViewPosition(int id, float offsetX, float offsetY) in SetCardViewPosition() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_api.cpp1729 SetDialogContentAlignment( ArkUIDialogHandle handle, ArkUI_Int32 alignment, ArkUI_Float32 offsetX, ArkUI_Float32 offsetY) SetDialogContentAlignment() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h855 auto offsetY = IsTextArea() ? textRect_.GetY() : contentRect_.GetY(); variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h383 void SetOffset(int32_t offsetX, int32_t offsetY) in SetOffset() argument
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2062 int32_t MMIService::MoveMouseEvent(int32_t offsetX, int32_t offsetY) in MoveMouseEvent() argument
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1076 virtual WMError SetShadowOffsetY(float offsetY) { return WMError::WM_OK; } in SetShadowOffsetY() argument
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp3792 double offsetY = 0.0f; in OnSetOffset() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp4510 float offsetY; member
4537 float offsetY; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp4507 float offsetY; member
4534 float offsetY; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp1416 const int offsetY = pointOffset + static_cast<int>((quarter == 0u || quarter == 2u) ? 0 : m_parameters.extent.height / 2u); in setPoint() local
1426 const int offsetY = static_cast<int>((quarter == 0u || quarter == 2u) ? 0 : m_parameters.extent.height / 2u); in fillTriangle() local
3273 const deInt32 offsetY = static_cast<deInt32>(halfHeight) * y; in MultiViewReadbackTestInstance() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp2536 SetOverlayBuilder(std::function<void()>&& buildFunc, const std::optional<Alignment>& align, const std::optional<Dimension>& offsetX, const std::optional<Dimension>& offsetY) SetOverlayBuilder() argument
2565 SetOverlayComponentContent(const RefPtr<NG::FrameNode>& contentNode, const std::optional<Alignment>& align, const std::optional<Dimension>& offsetX, const std::optional<Dimension>& offsetY) SetOverlayComponentContent() argument
2575 AddOverlayToFrameNode(const RefPtr<NG::FrameNode>& overlayNode, const std::optional<Alignment>& align, const std::optional<Dimension>& offsetX, const std::optional<Dimension>& offsetY) AddOverlayToFrameNode() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h328 virtual void SetShadowOffset(float offsetX, float offsetY) {} in SetShadowOffset() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp993 void WebDelegate::UpdateScreenOffSet(double& offsetX, double& offsetY) in UpdateScreenOffSet() argument
1150 void WebDelegate::CreateOverlay(void* data, size_t len, int width, int height, int offsetX, int offsetY, int rectWidth, in CreateOverlay() argument
1153 void WebDelegate::OnOverlayStateChanged(int offsetX, int offsetY, int rectWidth, int rectHeight) {} in OnOverlayStateChanged() argument
1133 OnShowAutofillPopup( const float offsetX, const float offsetY, const std::vector<std::string>& menu_items) OnShowAutofillPopup() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1714 void RSNode::SetShadowOffset(float offsetX, float offsetY) in SetShadowOffset() argument
1725 void RSNode::SetShadowOffsetY(float offsetY) in SetShadowOffsetY() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp1909 void RSProperties::SetShadowOffsetY(float offsetY) in SetShadowOffsetY() argument
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp4196 WMError WindowImpl::SetShadowOffsetY(float offsetY) in SetShadowOffsetY() argument
H A Dwindow_scene_session_impl.cpp2978 WMError WindowSceneSessionImpl::SetShadowOffsetY(float offsetY) in SetShadowOffsetY() argument

Completed in 129 milliseconds

1...<<111213