Home
last modified time | relevance | path

Searched refs:rect_ (Results 1 - 13 of 13) sorted by relevance

/test/ostest/wukong/component_event/src/
H A Dcomponent_tree.cpp71 rect_ = elementInfo->GetRectInScreen(); in SetNodeId()
77 uint64_t w = (uint64_t)(rect_.GetRightBottomXScreenPostion() - rect_.GetLeftTopXScreenPostion()); in SetNodeId()
79 uint64_t h = (uint64_t)(rect_.GetRightBottomYScreenPostion() - rect_.GetLeftTopYScreenPostion()); in SetNodeId()
/test/testfwk/arkxtest/uitest/core/
H A Dui_action.cpp133 const int32_t distanceX0 = abs(rect_.GetCenterX() - rect_.left_) * abs(scale_ - 1); in Decompose()
137 auto fromPoint0 = Point(rect_.GetCenterX() - options.pinchWidgetDeadZone_, rect_.GetCenterY()); in Decompose()
138 auto toPoint0 = Point((fromPoint0.px_ - distanceX0), rect_.GetCenterY()); in Decompose()
139 auto fromPoint1 = Point(rect_.GetCenterX() + options.pinchWidgetDeadZone_, rect_.GetCenterY()); in Decompose()
140 auto toPoint1 = Point((fromPoint1.px_ + distanceX0), rect_.GetCenterY()); in Decompose()
144 auto fromPoint0 = Point(rect_.left_ + options.pinchWidgetDeadZone_, rect_ in Decompose()
[all...]
H A Dui_action.h208 explicit GenericPinch(const Rect &rect, float_t scale) : rect_(rect), scale_(scale) {}; in GenericPinch()
215 const Rect rect_; member in OHOS::uitest::GenericPinch
/test/ostest/wukong/component_event/include/
H A Dcomponent_tree.h50 return rect_; in GetPosition()
86 OHOS::Accessibility::Rect rect_ {};
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderState.hpp341 explicit ViewportState (const WindowRectangle& rect_) in ViewportState()
342 : rect (rect_) in ViewportState()
/third_party/vk-gl-cts/modules/egl/
H A DteglBufferAgeTests.cpp145 DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_);
150 DrawCommand::DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_) in DrawCommand() argument
152 , rect (rect_) in DrawCommand()
H A DteglPartialUpdateTests.cpp133 DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_);
138 DrawCommand::DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_) in DrawCommand() argument
140 , rect (rect_) in DrawCommand()
H A DteglSwapBuffersWithDamageTests.cpp101 DrawCommand (DrawType drawType_, const ColoredRect& rect_);
106 DrawCommand::DrawCommand (DrawType drawType_, const ColoredRect& rect_) in DrawCommand() argument
108 , rect (rect_) in DrawCommand()
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Danim_encode.c779 FrameRectangle rect_; member
795 candidate->rect_ = *rect; in EncodeCandidate()
1043 enc->prev_rect_ = candidates[i].rect_; // save for next frame. in PickBestCandidate()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp174 ClearCommand (const rr::WindowRectangle& rect_, in ClearCommand()
178 : rect (rect_) in ClearCommand()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp174 ClearCommand (const rr::WindowRectangle& rect_, in ClearCommand()
178 : rect (rect_) in ClearCommand()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp10879 VULKAN_HPP_CONSTEXPR ClearRect( VULKAN_HPP_NAMESPACE::Rect2D rect_ = {},
10882 : rect( rect_ )
10902 ClearRect & setRect( VULKAN_HPP_NAMESPACE::Rect2D const & rect_ ) VULKAN_HPP_NOEXCEPT
10904 rect = rect_;
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp13909 VULKAN_HPP_CONSTEXPR ClearRect( VULKAN_HPP_NAMESPACE::Rect2D rect_ = {}, uint32_t baseArrayLayer_ = {}, uint32_t layerCount_ = {} ) VULKAN_HPP_NOEXCEPT
13910 : rect( rect_ )
13930 VULKAN_HPP_CONSTEXPR_14 ClearRect & setRect( VULKAN_HPP_NAMESPACE::Rect2D const & rect_ ) VULKAN_HPP_NOEXCEPT
13932 rect = rect_;
[all...]

Completed in 101 milliseconds