Home
last modified time | relevance | path

Searched +defs:y +defs:t (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Drbtree.c74 int32_t RbTreeNew(struct RbTree *t) in RbTreeNew()
92 static void LeftRotate(struct RbTree *t, struct RbTreeNode *x) in LeftRotate()
94 struct RbTreeNode *y = x->right; in LeftRotate() local
111 static void RightRotate(struct RbTree *t, struct RbTreeNode *x) in RightRotate()
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
330 int32_t RbTreeDelete(struct RbTree *t, struct RbTreeNode *z) in RbTreeDelete()
337 struct RbTreeNode *y = z; in RbTreeDelete() local
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dimage_filter.cpp25 ImageFilter::ImageFilter(FilterType t, scalar x, scalar y, in ImageFilter()
32 ImageFilter::ImageFilter(FilterType t, scalar x, scalar y, TileMode mode, std::shared_ptr<ImageFilt… in ImageFilter()
40 ImageFilter::ImageFilter(FilterType t, const ColorFilter& cf, in ImageFilter()
48 ImageFilter::ImageFilter(FilterType t, const ColorFilter& cf, scalar x, scalar y, in ImageFilter()
56 void ImageFilter::InitWithColorBlur(const ColorFilter& cf, scalar x, scalar y, in InitWithColorBlur()
63 ImageFilter::ImageFilter(FilterType t, const std::vector<scalar>& coefficients, bool enforcePMColor, in ImageFilter()
71 ImageFilter::ImageFilter(FilterType t, std::shared_ptr<ImageFilter> f1, std::shared_ptr<ImageFilter… in ImageFilter()
78 ImageFilter::ImageFilter(FilterType t, float radius, const std::vector<std::pair<float, float>>& fr… in ImageFilter()
86 ImageFilter::ImageFilter(FilterType t) noexcept in ImageFilter()
164 ImageFilter::ImageFilter(FilterType t, BlendMode mode, std::shared_ptr<ImageFilter> background, in ImageFilter()
[all …]
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dgraphic_math.cpp60 float Fmod(float x, float y) in Fmod()
96 uint16_t FastAtan2(int16_t x, int16_t y) in FastAtan2()
104 float t; in FastAtan2() local
131 float FastAtan2F(float y, float x) in FastAtan2F()
138 float t; in FastAtan2F() local
170 float y = *reinterpret_cast<float*>(&i); in Sqrt() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicservicenavigation/interfaces/
H A Datomicservicenavigation.js20 constructor(w, x, y, z = -1, a1 = undefined, b1) { argument
69 purgeVariableDependenciesOnElmtId(t) { argument
/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/
H A Dcommon.h30 #define TIME_BEGIN(t) auto __##t##_start = CLOCK argument
31 #define TIME_END(t) \ argument
37 #define TIME_END_INFO(t, info) \ argument
66 static void FibFFRT(int x, int& y) in FibFFRT()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dpath_test.cpp58 float t = rand.nextULessThan(bitmapHeight_); in OnTestPerformance() local
74 float y; in OnTestPerformance() local
92 float y; in OnTestPerformance() local
110 float y; in OnTestPerformance() local
131 float y; in OnTestPerformance() local
166 float y = rand.nextUScalar1() * 300; // 300 用于生成随机坐标 in OnTestPerformance() local
219 float y = rand.nextUScalar1() * 300; // 300 用于生成随机坐标 in OnTestPerformance() local
289 int t = (i + 100) % bitmapHeight_; // 100 用于高度计算 in OnTestPerformance() local
315 int t = (i + 100) % bitmapHeight_; // 100 用于高度计算 in OnTestPerformance() local
447 float t; in OnTestPerformance() local
[all …]
/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
60 updateStateVars(t) { argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_particle_noise_field.cpp152 float PerlinNoise2D::Fade(float t) in Fade()
158 float PerlinNoise2D::Lerp(float t, float a, float b) in Lerp()
164 float PerlinNoise2D::Grad(int hash, float x, float y) in Grad()
196 float PerlinNoise2D::Noise(float x, float y) in Noise()
228 Vector2f PerlinNoise2D::Curl(float x, float y) in Curl()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i… argument
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i… function
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i… method in zo
/ohos5.0/base/startup/hvb/libhvb/src/crypto/
H A Dhvb_hash_sha256.c39 #define maj(x, y, z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
40 #define ch(x, y, z) (((x) & (y)) ^ ((~(x)) & (z))) argument
125 static inline uint32_t w_schedule(uint32_t w[64], uint32_t t) in w_schedule()
148 uint32_t t; in sha256_block_calc() local
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Drect.h218 void SetY(T y) in SetY()
232 void SetPosition(T x, T y) in SetPosition()
488 T t; in Normalize() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16 …";var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=require("cryp… argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector4.h96 Quaternion(float x, float y, float z, float w) : Vector4f(x, y, z, w) {} in Quaternion()
127 Vector4<T>::Vector4(T x, T y, T z, T w) in Vector4()
150 inline Quaternion Quaternion::Slerp(const Quaternion& to, float t) in Slerp()
302 void Vector4<T>::SetValues(T x, T y, T z, T w) in SetValues()
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dui_auto_test.cpp188 int16_t y = static_cast<int16_t>(step.eventValue[1]); in OnTestOneStep() local
271 time_t t = time(0); in OnGetSystemTime() local
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwm_occlusion_region.h35 Rect(int l, int t, int r, int b) : left_(l), top_(t), right_(r), bottom_(b) {} in Rect()
68 Event(int y, Type type, int l, int r) : y_(y), type_(type), left_(l), right_(r) {} in Event()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_attraction_effect_filter.cpp71 const Drawing::Point &p2, const Drawing::Point &p3, float t) in CubicBezier()
86 float RSAttractionEffectFilter::CalculateCubic(float p1, float p2, float t) in CalculateCubic()
347 float y = windowStatusPoints_[i].GetY(); in UpdateDirtyRegion() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dtransform_util.cpp48 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/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp118 …auto alphaSort = [](dirent* x, dirent* y) { return std::string(x->d_name) < std::string(y->d_name)…
200 std::string t = "_"; local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h316 GLint y; member
324 GLint y; member
355 GLint y; member
408 GLint y; member
458 int64_t t = static_cast<int64_t>(arg1) + static_cast<int64_t>(arg2); in CheckOverflow() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.cpp170 const float y = Math::sin(-halfPi + pi * ringF * r); in GenerateSphereGeometry() 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
414 const Math::Vec3& t = tan[i]; in CalculateTangentImpl() local
/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
2142 updateStateVars(t) { argument
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js39 const t = requireNapi('i18n'); constant
1790 this.panGestureStartPoint = { x: 0, y: 0 }; property in SegmentButton.constructor.panGestureStartPoint
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1272 constructor(x, y) { argument
1288 constructor(t, u, v, w) { argument