Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/arkui/ui_lite/frameworks/render/
H A Drender_base.cpp60 for (uint32_t y = 0; y < GetHeight(); y++) { in Clear() local
66 void RenderBase::BlendHLine(int32_t x1, int32_t y, int32_t x2, const Rgba8T& color, uint8_t cover) in BlendHLine()
86 void RenderBase::BlendSolidHSpan(int32_t x, int32_t y, int32_t len, const Rgba8T& color, const uint… in BlendSolidHSpan()
108 void RenderBase::CopyColorHSpan(int32_t x, int32_t y, int32_t len, const Rgba8T* colors) in CopyColorHSpan()
117 void RenderBase::BlendColorHSpan(int32_t x, int32_t y, int32_t len, const Rgba8T* colors, const uin… in BlendColorHSpan()
126 bool RenderBase::ColorHSpanHandler(int32_t& x, const int32_t& y, int32_t& len, const Rgba8T*& color… in ColorHSpanHandler()
133 int32_t d = GetXMin() - x; in ColorHSpanHandler() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmatrix.h49 Vec3 x, y, z; in BASE_BEGIN_NAMESPACE() member
134 Vec4 x, y, z, w; in BASE_BEGIN_NAMESPACE() member
191 #define d data in BASE_BEGIN_NAMESPACE() macro
256 Vec3 x, y, z, w; in BASE_BEGIN_NAMESPACE() member
H A Dquaternion_util.h123 float y = Math::sqrt(discardEpsilon(1.f - m00 + m11 - m22)) * 0.5f; in BASE_BEGIN_NAMESPACE() local
255 const float d = 1 - a; in BASE_BEGIN_NAMESPACE() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector3.h79 Vector3<T>::Vector3(T x, T y, T z) in Vector3()
120 T y = data_[1]; in Cross() local
135 T y = data_[1]; in GetSqrLength() local
153 void Vector3<T>::SetValues(T x, T y, T z) in SetValues()
168 const T d = 1.0f / l; in Normalize() local
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()
232 const T d = 1.0f / l; in Normalize() local
302 void Vector4<T>::SetValues(T x, T y, T z, T w) in SetValues()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dmmi_vector3.h78 Vector3<T>::Vector3(T x, T y, T z) in Vector3()
119 T y = data_[1]; in Cross() local
134 T y = data_[1]; in GetSqrLength() local
152 void Vector3<T>::SetValues(T x, T y, T z) in SetValues()
167 const T d = 1.0f / l; in Normalize() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dtransform_component.cpp33 void TransformComponent::Translate(const Dimension& x, const Dimension& y, const AnimationOption& a… in Translate()
39 …const Dimension& x, const Dimension& y, const Dimension& z, const AnimationOption& animationOption) in Translate()
52 void TransformComponent::TranslateY(const Dimension& y, const AnimationOption& animationOption) in TranslateY()
68 void TransformComponent::Scale(float x, float y, const AnimationOption& animationOption) in Scale()
73 void TransformComponent::Scale(float x, float y, float z, const AnimationOption& animationOption) in Scale()
86 void TransformComponent::ScaleY(float y, const AnimationOption& animationOption) in ScaleY()
148 float a, float b, float c, float d, float dx, float dy, const AnimationOption& animationOption) in Matrix()
171 void TransformComponent::SetRotateTransition(TransitionType type, double x, double y, double z, dou… in SetRotateTransition()
194 TransitionType type, const Dimension& x, const Dimension& y, const Dimension& z) in SetTranslateTransition()
216 void TransformComponent::SetScaleTransition(TransitionType type, float x, float y, float z) in SetScaleTransition()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dmatrix.h26 float y = 0.0f; member
71 static inline double MulAddMul(const float a, const float b, const float c, const float d) in MulAddMul()
76 static inline double MulSubMul(const float a, const float b, const float c, const float d) in MulSubMul()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js119 this.containerGlobalPosition = { x: 0, y: 0 }; property in FoldSplitContainer.constructor.containerGlobalPosition
682 let d = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.cpp345 void CanvasPath2D::SetTransform(double a, double b, double c, double d, double e, double f) in SetTransform()
357 void CanvasPath2D::MoveTo(double x, double y) in MoveTo()
365 void CanvasPath2D::LineTo(double x, double y) in LineTo()
373 void CanvasPath2D::Arc(double x, double y, double radius, double startAngle, double endAngle, doubl… in Arc()
396 void CanvasPath2D::QuadraticCurveTo(double cpx, double cpy, double x, double y) in QuadraticCurveTo()
406 …CanvasPath2D::BezierCurveTo(double cp1x, double cp1y, double cp2x, double cp2y, double x, double y) in BezierCurveTo()
419 …double x, double y, double radiusX, double radiusY, double rotation, double startAngle, double end… in Ellipse()
433 void CanvasPath2D::Rect(double x, double y, double width, double height) in Rect()
/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)…
126 for (auto &d : dirSet) { local
237 FILE* d = fopen(fname.c_str(), "wb"); local
638 for (auto& d : g_directory) { local
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_arc.cpp21 #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/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_compressor.cpp402 static uint8_t SelectPartition(int32_t seed, int32_t x, int32_t y, int32_t z, int32_t partitionCoun…
470 uint32_t d = static_cast<uint32_t>(seed7 * x + seed8 * y + seed10 * z + (num >> 2)); local
509 for (int32_t y = 0; y < DIM; y++) { local
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_chart.cpp516 for (int16_t y = 0; y < height; y++) { in ReMeasure() local
724 int64_t d = p3.y - p4.y; in GetLineCrossPoint() local
808 int16_t y = enableReverse_ ? (linePoints.start.y + startY) : (startY - linePoints.start.y); in DrawGradientColor() local
869 int16_t& y, in CalcVerticalInfo()
904 int16_t y = 0; in GradientColor() local
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c313 BIGNUM *y, BN_CTX *ctx) in OpensslEcPointGetAffineCoordinatesGfp()
386 const BIGNUM *y, BN_CTX *ctx) in OpensslEcPointSetAffineCoordinatesGfp()
1110 int OpensslRsaSet0Key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in OpensslRsaSet0Key()
1115 void OpensslRsaGet0Key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in OpensslRsaGet0Key()
1120 const BIGNUM *OpensslRsaGet0N(const RSA *d) in OpensslRsaGet0N()
1125 const BIGNUM *OpensslRsaGet0E(const RSA *d) in OpensslRsaGet0E()
1130 const BIGNUM *OpensslRsaGet0D(const RSA *d) in OpensslRsaGet0D()
1952 const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) in OpensslEcPointSetAffineCoordinates()
1961 BIGNUM *x, BIGNUM *y, BN_CTX *ctx) in OpensslEcPointGetAffineCoordinates()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c221 const BIGNUM *y, BN_CTX *ctx) in OpensslEcPointSetAffineCoordinatesGfp()
258 BIGNUM *y, BN_CTX *ctx) in OpensslEcPointGetAffineCoordinatesGfp()
707 int OpensslRsaSet0Key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in OpensslRsaSet0Key()
712 void OpensslRsaGet0Key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in OpensslRsaGet0Key()
717 const BIGNUM *OpensslRsaGet0N(const RSA *d) in OpensslRsaGet0N()
722 const BIGNUM *OpensslRsaGet0E(const RSA *d) in OpensslRsaGet0E()
727 const BIGNUM *OpensslRsaGet0D(const RSA *d) in OpensslRsaGet0D()
1331 int OpensslAsn1OctetStringSet(ASN1_OCTET_STRING *x, const unsigned char *d, int len) in OpensslAsn1OctetStringSet()
1412 const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) in OpensslEcPointSetAffineCoordinates()
1418 BIGNUM *x, BIGNUM *y, BN_CTX *ctx) in OpensslEcPointGetAffineCoordinates()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16 …require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=require("crypto"),n="… variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_modifier.cpp271 float d = std::sqrt( in GetPaintPath() local
713 …RSPath& path, double x, double y, double r, double startAngle, double endAngle, bool counterclockw… in Path2DArc()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle.cpp760 float y = position.y_ + dy / 2; in CalculateParticlePosition() local
763 float d = std::min(emitSize.x_, emitSize.y_); in CalculateParticlePosition() 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
387 auto d = Math::Cross(st1, st2); in CalculateTangentImpl() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js18 …r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; variable
1790 this.panGestureStartPoint = { x: 0, y: 0 }; property in SegmentButton.constructor.panGestureStartPoint
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp118 float d = 0.0f; member
187 const float d = 0.59f; in ACESToneMapping() local
782 int y = static_cast<int>(ybase[i * bufferStride + j]); in ConvertYUV420SPToRGBA() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1272 constructor(x, y) { argument
1338 constructor(a, b, c, d, e, f, g, h, i, j) { argument
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15d_process"),u=require("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("co… function
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15d_process"),u=require("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("co… argument

12