Home
last modified time | relevance | path

Searched refs:Height (Results 1 - 4 of 4) sorted by relevance

/test/testfwk/arkxtest/uitest/record/
H A Dsize.h53 double Height() const in Height() function in OHOS::uitest::Size
71 height_ = size.Height(); in SetSize()
125 return Size(width_ + size.Width(), height_ + size.Height()); in operator +()
130 return Size(width_ - size.Width(), height_ - size.Height()); in operator -()
159 height_ += size.Height(); in operator +=()
166 height_ -= size.Height(); in operator -=()
H A Doffset.h81 return Offset(deltaX_ + size.Width(), deltaY_ + size.Height()); in operator +()
91 return Offset(deltaX_ - size.Width(), deltaY_ - size.Height()); in operator -()
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/
H A Dpixel_map_module_test.cpp142 int32_t ImagePixelMapNative::GetPixelmapPixelHeight(napi_env env, OH_PixelmapNative *pixelmap, napi_value *Height) in GetPixelmapPixelHeight() argument
164 napi_create_uint32(env, PixelHeight, Height); in GetPixelmapPixelHeight()
H A Dpixel_map_module_test.h37 int32_t GetPixelmapPixelHeight(napi_env env, OH_PixelmapNative *PixelHeight, napi_value *Height);

Completed in 2 milliseconds