Home
last modified time | relevance | path

Searched +defs:w +defs:s (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dsize.h54 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 Dsize_fuzzer.cpp35 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 DXTexture.js73 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 DX2DFast.js95 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 Dparcel_remote.rs60 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 Dfullscreenlaunchcomponent.js24 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 Dffrt_trace_process.py577 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 Dhls_tags.cpp109 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 Dhls_tags.cpp109 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 Dhcodec_dfx.cpp79 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 Dlru_cache_disk_handler.cpp206 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 DMainEditor.js619 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 Dthumbnail_manager.cpp652 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 Drbtree.c257 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 Di18n_timezone.cpp806 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 Dtransform_util.cpp103 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 Dcloud_sync_napi.cpp724 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 Dsubheader.js2126 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 Dhvigor-wrapper.js16se 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 Dgraphic_math.h298 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 Dmesh_util.cpp161 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 Dhvigor-wrapper.js15s=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 Dhvigor-wrapper.js15s=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 Dhvigor-wrapper.js16s=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 Datomicserviceweb.js1288 constructor(t, u, v, w) { argument
1300 constructor(s) { argument

12