Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/record/
H A Dsize.h48 double Width() const in Width() function in OHOS::uitest::Size
70 width_ = size.Width(); in SetSize()
125 return Size(width_ + size.Width(), height_ + size.Height()); in operator +()
130 return Size(width_ - size.Width(), height_ - size.Height()); in operator -()
158 width_ += size.Width(); in operator +=()
165 width_ -= size.Width(); 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.cpp115 int32_t ImagePixelMapNative::GetPixelmapPixelWidth(napi_env env, OH_PixelmapNative *pixelmap, napi_value *Width) in GetPixelmapPixelWidth() argument
137 napi_create_uint32(env, PixelWidth, Width); in GetPixelmapPixelWidth()
H A Dpixel_map_module_test.h36 int32_t GetPixelmapPixelWidth(napi_env env, OH_PixelmapNative *PixelWidth, napi_value *Width);

Completed in 2 milliseconds