/test/ostest/wukong/component_event/src/ |
H A D | component_tree.cpp | 71 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 D | ui_action.cpp | 133 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 D | ui_action.h | 208 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 D | component_tree.h | 50 return rect_; in GetPosition() 86 OHOS::Accessibility::Rect rect_ {};
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrRenderState.hpp | 341 explicit ViewportState (const WindowRectangle& rect_) in ViewportState() 342 : rect (rect_) in ViewportState()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglBufferAgeTests.cpp | 145 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 D | teglPartialUpdateTests.cpp | 133 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 D | teglSwapBuffersWithDamageTests.cpp | 101 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 D | anim_encode.c | 779 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 D | es2fDepthStencilTests.cpp | 174 ClearCommand (const rr::WindowRectangle& rect_, in ClearCommand() 178 : rect (rect_) in ClearCommand()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDepthStencilTests.cpp | 174 ClearCommand (const rr::WindowRectangle& rect_, in ClearCommand() 178 : rect (rect_) in ClearCommand()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 10879 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 D | vulkan_structs.hpp | 13909 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...] |