/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
|
/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/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/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/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() 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/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_matrix3.h | 406 T y = data_[1] * ((data_[3] * data_[8]) - (data_[5] * data_[6])); in Determinant() local 445 T s = sin(a); in Rotate() local 464 T s = sin(a); in Rotate() local 522 Matrix3<T> Matrix3<T>::ShearX(T y) const in ShearX()
|
H A D | rs_occlusion_region.h | 170 Event(int y, Type type, int l, int r) : y_(y), type_(type), left_(l), right_(r) {} in Event() 178 Range(int s, int e) : start_(s), end_(e) {} in Range() 195 Node(int s, int e) : start_(s), end_(e), mid_((s + e) >> 1) {} in Node()
|
/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | mmi_matrix3.h | 420 T y = data_[1] * ((data_[3] * data_[8]) - (data_[5] * data_[6])); in Determinant() local 459 T s = sin(a); in Rotate() local 478 T s = sin(a); in Rotate() local 536 Matrix3<T> Matrix3<T>::ShearX(T y) const in ShearX()
|
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | rbtree.c | 94 struct RbTreeNode *y = x->right; in LeftRotate() local 113 struct RbTreeNode *y = x->left; in RightRotate() local 132 struct RbTreeNode *y = NULL; in InsertFixUpRed() local 155 struct RbTreeNode *y = NULL; in InsertFixUpBlack() local 203 struct RbTreeNode *y = t->nil; in RbTreeInsert() local 337 struct RbTreeNode *y = z; in RbTreeDelete() local 528 uint8_t *s = buf + off; in RbTreeDecode() local
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/ |
H A D | MainEditor.js | 138 y: 0, property in MainEditor.constructor.mousePos_ 544 calcPostionY(data, y) { argument 619 drawNode(pm2f, s, size, x, y, type, data) { argument 981 drawNodeNameText(pm2f, node, x, y, w, h) { argument 1091 setNodeMoreButton(pm2f, x, y, w, h, node) { argument 1189 subFuncFirstDraw(pm2f, x, y, data) { argument 1271 drawErrorText(pm2f, a, y) { argument 1294 drawCuts(pm2f, x, y) { argument 1436 dropAllLocked(msg, x, y) { argument 1448 procTouch(msg, x, y) { argument [all …]
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | wm_occlusion_region.h | 68 Event(int y, Type type, int l, int r) : y_(y), type_(type), left_(l), right_(r) {} in Event() 94 Node(int s, int e) : start_(s), end_(e), mid_((s + e) >> 1) {} in Node()
|
/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() 243 int16_t y, in DrawLineWithDegree() 289 int16_t y, in DrawLineWithDegreeInner()
|
/ohos5.0/base/update/updater/services/diffpatch/diff/ |
H A D | blocks_diff.cpp | 29 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument 30 #define SET_BUFFER(y, buffer, index) \ argument 41 auto y = static_cast<uint64_t>((value < 0) ? -value : value); in WriteLE64() local 303 int64_t s = 0; in ComputeLength() local 645 int64_t y = 0; in Search() local
|
/ohos5.0/base/sensors/sensor/frameworks/native/src/ |
H A D | sensor_algorithm.cpp | 64 int32_t y = (axisY & 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… 509 for (int32_t y = 0; y < DIM; y++) { local
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_math.h | 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() 525 T y = data_[1] * ((data_[3] * data_[8]) - (data_[5] * data_[6])); in Determinant() local 567 T s = static_cast<T>(Sin(angle)); in Rotate() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | transform_util.cpp | 48 float y = a[2] * b[0] - a[0] * b[2]; in Cross3() local 101 double y = decomp.quaternion.GetY(); 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 | 260 const int32_t y = item.GetDisplayY(); 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 | 122 int y = 0; in GetMainColor() local 465 double y = basicS + basicV; 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 170 const float y = Math::sin(-halfPi + pi * ringF * r); in GenerateSphereGeometry() local 242 const float s = (sectors > 0U) ? (1.0f / static_cast<float>(sectors)) : 1.0f; in GenerateConeGeometry() local 264 const float y = Math::sin(idxF * s * TWO_PI); in GenerateConeGeometry() local 299 const float y = Math::cos(minorRadians) * minorRadius; in GenerateTorusSlices() local
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 "use strict";var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=req… constant
|
/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/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"),… function
|