/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | size.h | 54 inline SizeF::SizeF(const SizeF& s) noexcept : width_(s.Width()), height_(s.Height()) {} in SizeF() 56 inline SizeF::SizeF(scalar w, scalar h) noexcept : width_(w), height_(h) {} in SizeF() 80 inline void SizeF::SetWidth(scalar w) in SetWidth() 126 inline SizeI::SizeI(const SizeI& s) noexcept : width_(s.Width()), height_(s.Height()) {} in SizeI() 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/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 61 SizeI s; in SizeFuzzTest001() local
|
/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 182 initTextImageData(s, size) { argument 213 getText(s, size) { argument
|
H A D | X2DFast.js | 95 fillRect(x, y, w, h, c = 0xffffffff) { argument 113 drawRect(x, y, w, h, c = 0xffffffff, lw = 1) { argument 215 …drawText(s, size = DRAWTEXT_SIZE, x = 0, y = 0, sw = 1, sh = 1, ra = 0, ox = 0, oy = 0, c = COLOR)… argument 226 getTextWidth(s, size) { argument
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/tests/ |
H A D | parcel_remote.rs | 60 let w = data.read_buffer(TEST_LEN).unwrap(); in parcel_remote_primitive() localVariable 184 let s = String::from("hello ipc"); in read_and_write_vec() localVariable 198 let s = String::from("ipc hello"); in parcel_read_and_write() localVariable 218 let s = String::from_utf8(res).unwrap(); in parcel_read_and_write() localVariable
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/ |
H A D | fullscreenlaunchcomponent.js | 24 constructor(v, w, x, y = -1, z = undefined, a1) { argument 63 purgeVariableDependenciesOnElmtId(s) { argument
|
/ohos5.0/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/ |
H A D | ffrt_trace_process.py | 577 def print_hist(s): argument 589 def print_switch(w): argument
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/ |
H A D | hls_tags.cpp | 109 int w = 0; in GetResolution() local 319 static std::vector<std::string> Split(const std::string& s, const char* delim) in Split() 377 std::list<std::shared_ptr<Tag>> ParseEntries(std::string& s) in ParseEntries()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | hls_tags.cpp | 109 int w = 0; in GetResolution() local 315 static std::vector<std::string> Split(const std::string& s, const char* delim) in Split() 384 std::list<std::shared_ptr<Tag>> ParseEntries(const std::string& s) in ParseEntries()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_dfx.cpp | 79 std::stringstream s; in PrintAllBufferInfo() local 91 std::stringstream s; in OnGetHidumperInfo() local 363 int w = surfaceBuffer->GetWidth(); in DumpSurfaceBuffer() local
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | lru_cache_disk_handler.cpp | 206 std::ofstream w(fileName_); in Write() local 271 std::string s = jsonStr; in WriteJsonValueToFile() local
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/ |
H A D | MainEditor.js | 619 drawNode(pm2f, s, size, x, y, type, data) { argument 706 arrayNodeProc(w, pm2f, data, offx, offy) { argument 731 configNodeProc(w, pm2f, data, offx, offy, path) { argument 981 drawNodeNameText(pm2f, node, x, y, w, h) { argument 996 setNodeButton(pm2f, x, y, w, h, path, node) { argument 1091 setNodeMoreButton(pm2f, x, y, w, h, node) { argument
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | thumbnail_manager.cpp | 652 int ret = uv_queue_work(loop, work, [](uv_work_t *w) {}, [](uv_work_t *w, int s) { in NotifyImage()
|
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | rbtree.c | 257 struct RbTreeNode *w = NULL; in DeleteFixUpBlack() local 288 struct RbTreeNode *w = NULL; in DeleteFixUpRed() local 528 uint8_t *s = buf + off; in RbTreeDecode() local
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | i18n_timezone.cpp | 806 struct stat s; in GetTimezoneIDFromZoneInfo() local 833 struct stat s; in GetAvailableZoneCityIDs() local 956 struct stat s; in GetSupportedLocales() local 1201 unsigned int w, h; in GetTzDataWidth() local 1346 struct stat s; in GetDeviceCityDisplayNamePath() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | transform_util.cpp | 103 double w = decomp.quaternion.GetW(); in BuildRotationMatrix() local 597 double r, s, t, x, y, z, w; in DecomposeTransform() local
|
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/ |
H A D | cloud_sync_napi.cpp | 724 loop, work, [](uv_work_t *w) {}, in UvQueueWork() 725 [](uv_work_t *w, int s) { in UvQueueWork()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 2126 constructor(v, w, x, y = -1, z = undefined, a1) { argument 2145 purgeVariableDependenciesOnElmtId(s) { argument
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 …se strict";var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=requ… variable
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_math.h | 298 Vector4(T x, T y, T z, T w) in Vector4() 567 T s = static_cast<T>(Sin(angle)); in Rotate() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_util.cpp | 161 const float s = 1.0f / static_cast<float>(sectors - 1); in GenerateSphereGeometry() local 242 const float s = (sectors > 0U) ? (1.0f / static_cast<float>(sectors)) : 1.0f; in GenerateConeGeometry() local 420 const float w = (Math::Dot(Math::Cross(n, t), bitan[i]) < 0.0F) ? 1.0F : -1.0F; in CalculateTangentImpl() local
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …s=require("url"),c=require("constants"),a=require("stream"),l=require("assert"),f=require("zlib"),… variable
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-wrapper.js | 15 …s=require("url"),c=require("constants"),a=require("stream"),l=require("assert"),f=require("zlib"),… variable
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
H A D | hvigor-wrapper.js | 16 …s=require("url"),c=require("constants"),a=require("stream"),l=require("assert"),f=require("zlib"),… constant
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1288 constructor(t, u, v, w) { argument 1300 constructor(s) { argument
|