/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/ |
H A D | Matrix.js | 40 setTranslate(x, y, z) { argument 47 setScale(x, y, z) { argument 54 rotateX(e, s, c) { argument 73 rotateY(e, s, c) { argument 92 rotateZ(e, s, c) { argument 111 setRotate(angle, x, y, z) { argument 336 translate(x, y, z) { argument 345 scale(x, y, z) { argument 361 rotate(angle, x, y, z) { argument
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | pubdef.h | 40 #define SECOND_TO_HOUR(s) ((s) / 3600) argument 51 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) argument 53 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument 57 #define EQUAL_TO_ZERO(x) (fabs(x) <= (EPS)) argument
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
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 120 static testTransform(x, y, sw, sh, ra, ox, oy, realw, realh) { argument 195 drawCut(cid, x = 0, y = 0, sw = 1, sh = 1, ra = 0, ox = 0, oy = 0, c = COLOR) { 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
|
H A D | XTexture.js | 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 182 initTextImageData(s, size) { argument 213 getText(s, size) { argument
|
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/ |
H A D | cf_mock.cpp | 180 …ON_CALL(*this, ASN1_TIME_normalize).WillByDefault([this](ASN1_TIME *s) { return __real_ASN1_TIME_n… in SetMockFunDefaultBehaviorPartTwo() 257 ON_CALL(*this, BN_bin2bn).WillByDefault([this](const unsigned char *s, int len, BIGNUM *ret) { in SetMockFunDefaultBehaviorPartThree() 311 …ON_CALL(*this, OBJ_txt2nid).WillByDefault([this](const char *s) { return __real_OBJ_txt2nid(s); }); in SetMockFunDefaultBehaviorPartFour() 388 ASN1_TIME *__wrap_X509_getm_notBefore(const X509 *x) in __wrap_X509_getm_notBefore() 398 ASN1_TIME *__wrap_X509_getm_notAfter(const X509 *x) in __wrap_X509_getm_notAfter() 598 EVP_PKEY *__wrap_X509_get_pubkey(X509 *x) in __wrap_X509_get_pubkey() 628 BIGNUM *__wrap_BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret) in __wrap_BN_bin2bn() 638 int __wrap_ASN1_TIME_normalize(ASN1_TIME *s) in __wrap_ASN1_TIME_normalize() 900 int __wrap_ASN1_STRING_length(const ASN1_STRING *x) in __wrap_ASN1_STRING_length() 940 int __wrap_OBJ_txt2nid(const char *s) in __wrap_OBJ_txt2nid() [all …]
|
/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/base/msdp/device_status/tools/vdev/src/ |
H A D | virtual_touchscreen.cpp | 86 for (int32_t s = 0; s < N_SLOTS_AVAILABLE; ++s) { in SendTouchEvent() local 98 int32_t VirtualTouchScreen::DownButton(int32_t slot, int32_t x, int32_t y) in DownButton() 198 int32_t VirtualTouchScreen::MoveTo(int32_t slot, int32_t x, int32_t y) in MoveTo()
|
/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 1069 std::vector<std::string> I18nTimeZone::GetTimezoneIdByLocation(const double x, const double y) in GetTimezoneIdByLocation() 1111 std::map<int, std::string> I18nTimeZone::GetTimeZoneCategoryMap(const double x, const double y) in GetTimeZoneCategoryMap() 1124 bool I18nTimeZone::CheckLatitudeAndLongitude(const double x, const double y) in CheckLatitudeAndLongitude() 1141 std::vector<int> I18nTimeZone::GetColorData(const uint16_t x, const uint16_t y, in GetColorData() 1244 std::string I18nTimeZone::GetPreferredPath(const double x, in GetPreferredPath() 1333 bool I18nTimeZone::ParamExceedScope(const int x, const int y, int fixedX, int fixedY) in ParamExceedScope() 1346 struct stat s; in GetDeviceCityDisplayNamePath() local
|
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | rbtree.c | 92 static void LeftRotate(struct RbTree *t, struct RbTreeNode *x) in LeftRotate() 111 static void RightRotate(struct RbTree *t, struct RbTreeNode *x) in RightRotate() 204 struct RbTreeNode *x = t->root; in RbTreeInsert() local 247 static struct RbTreeNode *Minimum(const struct RbTree *t, struct RbTreeNode *x) in Minimum() 258 struct RbTreeNode *x = *treeNode; in DeleteFixUpBlack() local 289 struct RbTreeNode *x = *treeNode; in DeleteFixUpRed() local 318 static void DeleteFixUp(struct RbTree *t, struct RbTreeNode *x) in DeleteFixUp() 336 struct RbTreeNode *x = NULL; in RbTreeDelete() local 396 static void TraverseInOrder(const struct RbTree *t, const struct RbTreeNode *x, in TraverseInOrder() 528 uint8_t *s = buf + off; in RbTreeDecode() local [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_matrix3.h | 405 T x = data_[0] * ((data_[4] * data_[8]) - (data_[5] * data_[7])); in Determinant() local 445 T s = sin(a); in Rotate() local 464 T s = sin(a); in Rotate() local 530 Matrix3<T> Matrix3<T>::ShearY(T x) const in ShearY()
|
/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | mmi_matrix3.h | 419 T x = data_[0] * ((data_[4] * data_[8]) - (data_[5] * data_[7])); in Determinant() local 459 T s = sin(a); in Rotate() local 478 T s = sin(a); in Rotate() local 544 Matrix3<T> Matrix3<T>::ShearY(T x) const in ShearY()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/ |
H A D | sidx_box_parser.cpp | 178 uint32_t BemSource(char s, char i, char d, char x) in BemSource()
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/ |
H A D | MainEditor.js | 137 x: 0, property in MainEditor.constructor.mousePos_ 619 drawNode(pm2f, s, size, x, y, type, data) { argument 981 drawNodeNameText(pm2f, node, x, y, w, h) { argument 996 setNodeButton(pm2f, x, y, w, h, path, node) { argument 1035 drawNodeRectButton(pm2f, x, y, rectWidth, node) { argument 1091 setNodeMoreButton(pm2f, x, y, w, h, node) { argument 1189 subFuncFirstDraw(pm2f, x, y, data) { argument 1294 drawCuts(pm2f, x, y) { argument 1436 dropAllLocked(msg, x, y) { argument 1448 procTouch(msg, x, y) { argument [all …]
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_math.h | 54 #define MATH_ABS(x) ((x) > 0 ? (x) : (-(x))) argument 60 #define MATH_ROUND(x) ((x) > 0 ? (int16_t)((x) + 0.5f) : (int16_t)((x) - 0.5f)) argument 62 #define MATH_ROUND32(x) ((x) > 0 ? (int32_t)((x) + 0.5f) : (int32_t)((x) - 0.5f)) argument 119 Vector2(T x, T y) in Vector2() 242 Vector3(T x, T y, T z) in Vector3() 298 Vector4(T x, T y, T z, T w) in Vector4() 524 T x = data_[0] * ((data_[4] * data_[8]) - (data_[5] * data_[7])); in Determinant() local 567 T s = static_cast<T>(Sin(angle)); in Rotate() local
|
/ohos5.0/base/update/updater/services/diffpatch/diff/ |
H A D | blocks_diff.cpp | 29 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument 303 int64_t s = 0; in ComputeLength() local 554 DataType x = suffixArrayTemp[suffixArray_[k] + h]; in SplitForLess() local 582 DataType x = suffixArrayTemp[suffixArray_[start + len / MULTIPLE_TWO] + h]; in Split() local 644 int64_t x = 0; in Search() local
|
/ohos5.0/base/sensors/sensor/frameworks/native/src/ |
H A D | sensor_algorithm.cpp | 63 int32_t x = (axisX & 0x3) - 1; in TransformCoordinateSystemImpl() local 321 …float s = (geomagnetic[0] * gravity[0] + geomagnetic[1] * gravity[1] + geomagnetic[2] * gravity[2]… in CreateRotationAndInclination() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_compressor.cpp | 264 for (auto s : failedRecords_) { local 402 static uint8_t SelectPartition(int32_t seed, int32_t x, int32_t y, int32_t z, int32_t partitionCoun… 510 for (int32_t x = 0; x < DIM; x++) { local
|
/ohos5.0/base/startup/init/services/utils/ |
H A D | init_utils.c | 39 #define CONVERT_MICROSEC_TO_SEC(x) ((x) / 1000 / 1000.0) argument 47 float ConvertMicrosecondToSecond(int x) in ConvertMicrosecondToSecond() 663 const char *s = str; in StringToLL() local 686 const char *s = str; in StringToULL() local
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_arc.cpp | 21 #define IS_IN_DEGREERANE(d, s, e) ((s) <= (e)) ? (((d) >= (s)) && ((d) <= (e))) : (((d) >= (s)) || … argument 116 uint16_t DrawArc::CalculateTanDegree(uint16_t x, uint16_t y) in CalculateTanDegree() 368 void DrawArc::DrawPointAnti(BufferInfo& gfxDstBuffer, ArcInfo& arcInfo, int16_t x, const Rect& mask, in DrawPointAnti()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | transform_util.cpp | 47 float x = a[1] * b[2] - a[2] * b[1]; in Cross3() local 100 double x = decomp.quaternion.GetX(); in BuildRotationMatrix() local 597 double r, s, t, x, y, z, w; in DecomposeTransform() local
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_filter_manual_test.cpp | 259 const int32_t x = item.GetDisplayX(); in OnInputEvent() local 274 void Simulate(int32_t x, int32_t y) in Simulate() 595 void PrintFilter(const std::string title, const std::set<std::pair<std::string, std::string>> &s) in PrintFilter()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/ |
H A D | color_picker.cpp | 121 int x = 0; in GetMainColor() local 464 double x = hsv.s + hsv.v; in AdjustToBasicColor() local 667 double h, s, v; in RGB2HSV() 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 171 const float x = Math::cos(TWO_PI * sectorF * s) * Math::sin(pi * ringF * r); in GenerateSphereGeometry() local 242 const float s = (sectors > 0U) ? (1.0f / static_cast<float>(sectors)) : 1.0f; in GenerateConeGeometry() local 263 const float x = Math::cos(idxF * s * TWO_PI); in GenerateConeGeometry() local 298 const float x = 0.0f; in GenerateTorusSlices() local
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/ |
H A D | multinavigation.js | 1480 let x = []; variable 1507 let s = undefined; variable
|
/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… constant
|