/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | quaternion.h | 26 Quaternion(double x, double y, double z, double w) : x_(x), y_(y), z_(z), w_(w) {} in Quaternion() 57 void SetW(double w) in SetW() 67 auto w = this->w_ + q.w_; variable 76 auto w = w_ * q.w_ - x_ * q.x_ - y_ * q.y_ - z_ * q.z_; variable
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/ |
H A D | XDefine.js | 19 static ReSize(w, h) { argument 28 static setLogicScreenSize(w, h) { argument
|
/ohos5.0/base/update/updater/test/unittest/test_data/ui/layout/ |
H A D | menu.json | 21 "w" : 800, number 32 "w" : 800, number 42 "w" : 800, number 52 "w" : 800, number 62 "w" : 800, number 72 "w" : 800, number 82 "w" : 800, number 92 "w" : 800, number
|
H A D | all.json | 11 "w" : 100, number 24 "w" : 100, number 38 "w" : 100, number
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | size.h | 56 inline SizeF::SizeF(scalar w, scalar h) noexcept : width_(w), height_(h) {} in SizeF() 80 inline void SizeF::SetWidth(scalar w) in SetWidth() 128 inline SizeI::SizeI(int w, int h) noexcept : width_(w), height_(h) {} in SizeI() 152 inline void SizeI::SetWidth(int w) in SetWidth()
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
H A D | XTexture.js | 73 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property in XTexture.loadTextureFromImage.ximages 107 TmpCut(rid, x = 0, y = 0, w = -1, h = -1, ww = 1024, hh = 1024) { argument 122 callAllCuts(param, rid, x, y, w, h, ww, hh) { argument 124 rid: rid, x: x, y: y, w: w, h: h, u0: x / ww, v0: y / hh, u1: (x + w) / ww, v1: y / hh, property in XTexture.callAllCuts.allCuts 128 makeCut(rid, x = 0, y = 0, w = -1, h = -1, ww = -1, hh = -1) { argument 150 PutTexture(tex, w, h) { argument 152 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property in XTexture.PutTexture.ximages 177 w: width, property in XTexture.loadTexture.ximages
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/ |
H A D | mem.rs | 29 let w = GetUniqueSptr(); in test() localVariable 37 let w = GetUniqueSptr(); in test() localVariable
|
/ohos5.0/base/update/updater/resources/rk3568/pages/ |
H A D | menu.json | 46 "w": 480, number 56 "w": 624, number 66 "w": 624, number 76 "w": 624, number 86 "w": 624, number 96 "w": 624, number 106 "w": 624, number 116 "w": 596, number
|
H A D | upd.json | 117 "w": 480, number 126 "w": 480, number 136 "w": 265, number 146 "w": 480, number 158 "w": 480, number 169 "w": 192, number 178 "w": 192, number 188 "w": 624, number 198 "w": 624, number 305 "w": 45, number [all …]
|
H A D | confirm.json | 32 "w": 480, number 42 "w": 596, number 52 "w": 596, number 63 "w": 624, number 73 "w": 624, number
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | CanvasInput.js | 20 static SetSafeArea(x, y, w, h) { argument 23 static Reset(x, y, w, h, value, cb, cb2) { argument
|
/ohos5.0/base/powermgr/battery_manager/charger/sa_profile/ |
H A D | animation.json | 9 "w": 400, number 22 "w": 88, number 39 "w": 250, number 56 "w": 500, number
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_rect.cpp | 36 TexgineRect TexgineRect::MakeXYWH(float x, float y, float w, float h) in MakeXYWH() 43 TexgineRect TexgineRect::MakeWH(float w, float h) in MakeWH() 50 TexgineRect TexgineRect::MakeRRect(float x, float y, float w, float h, const SkVector skRadii[4]) in MakeRRect()
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/control/ |
H A D | XButton.js | 19 constructor(x, y, w, h, name) { argument 31 move(x, y, w, h) { argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/size_fuzzer/ |
H A D | size_fuzzer.cpp | 35 scalar w = GetObject<scalar>(); in SizeFuzzTest000() local 58 int w = GetObject<int>(); in SizeFuzzTest001() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_image.h | 48 void SetCompressData(std::shared_ptr<RSData> data, int32_t w, int32_t h) in SetCompressData() 56 void SetRawCompressData(void* dataPtr, int32_t w, int32_t h) override in SetRawCompressData()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/matrix44_fuzzer/ |
H A D | matrix44_fuzzer.cpp | 43 scalar w = GetObject<scalar>(); in Martix44FuzzTest000() local 64 scalar w = GetObject<scalar>(); in Martix44FuzzTest001() local
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/ |
H A D | quaternion.h | 26 Quaternion(float x, float y, float z, float w) : x_(x), y_(y), z_(z), w_(w) {} in Quaternion() 55 void SetW(float w) in SetW()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
H A D | rs_obj_abs_geometry_test.cpp | 57 float w = 0.5f; variable 129 float w = 3.5f; variable 159 float w = 0.5f; variable
|
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | inherit_test.cpp | 50 ffrt_executor_task_t w; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | skia_image.h | 49 void SetCompressData(sk_sp<SkData> data, int32_t w, int32_t h) in SetCompressData() 57 void SetRawCompressData(void* dataPtr, int32_t w, int32_t h) override in SetRawCompressData()
|
/ohos5.0/drivers/peripheral/display/composer/test/common/ |
H A D | display_test_utils.h | 42 float w = 0; // ratio member 47 float w; member 52 uint32_t w; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | arcofzorro.h | 31 float w = 200; variable
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _rect.md | 48 ## w section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _rect.md | 48 ## w section
|