/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/light/ |
H A D | _w_r_g_b_color_v10.md | 29 ### b subsection 59 ### w subsection
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
H A D | render_tonemap_common.h | 28 const float b = 0.03f; in TonemapAces() local 42 float b = 2.12f; in TonemapAcesFilmRec2020() local 56 const float b = 0.50f; in TonemapFilmic() local 66 const float b = 0.50f; in TonemapFilmic() local 71 const float w = 11.2f; in TonemapFilmic() local
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/ |
H A D | disk_handler.cpp | 29 std::ofstream w(fileName_); in Write() local 44 std::stringstream b; in Read() local
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/base/math/ |
H A D | render_roi.h | 45 int w; variable 49 double b; variable
|
/ohos5.0/base/sensors/miscdevice/interfaces/inner_api/light/ |
H A D | light_agent_type.h | 85 uint8_t b; /** Blue value range 0-255. */ member 97 uint8_t w; /** White value range 0-255. */ member 100 uint8_t b; /** Blue value range 0-255. */ member
|
/ohos5.0/base/request/request/frameworks/js/napi/src/ |
H A D | utf8_utils.cpp | 25 size_t Utf8CharWidth(uint8_t b) in Utf8CharWidth() 124 size_t w = Utf8CharWidth(first); in RunUtf8Validation() local
|
/ohos5.0/drivers/peripheral/light/interfaces/v1_0/ |
H A D | ilight_type_vdi.h | 65 uint8_t b; member 70 uint8_t w; member 73 uint8_t b; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_vector4.h | 96 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() 241 void Vector4<T>::Min(const Vector4<T>& a, const Vector4<T>& b, Vector4<T>& result) in Min() 253 void Vector4<T>::Max(const Vector4<T>& a, const Vector4<T>& b, Vector4<T>& result) in Max() 302 void Vector4<T>::SetValues(T x, T y, T z, T w) in SetValues()
|
/ohos5.0/drivers/peripheral/light/interfaces/include/ |
H A D | light_type.h | 133 uint8_t b; /** Blue value range 0-255. */ member 145 uint8_t w; /** White value range 0-255. */ member 148 uint8_t b; /** Blue value range 0-255. */ member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_matrix44.cpp | 56 void SkiaMatrix44::Multiply(const Matrix44& a, const Matrix44& b) in Multiply() 63 void SkiaMatrix44::SetCol(int column, scalar x, scalar y, scalar z, scalar w) in SetCol()
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | lru_cache_disk_handler.cpp | 183 std::sort(nodeVec.begin(), nodeVec.end(), [](Node &a, Node &b) { in ReadCacheFromJsonValue() 206 std::ofstream w(fileName_); in Write() local 221 std::stringstream b; in Read() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | rect.h | 127 inline RectI::RectI(const int l, const int t, const int r, const int b) noexcept in RectI() 138 int64_t w = (int64_t)right_ - (int64_t)left_; in IsEmpty() local 326 inline RectF::RectF(const scalar l, const scalar t, const scalar r, const scalar b) noexcept in RectF()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/ |
H A D | render_environment.cpp | 325 uint8_t b = FormatHelper::YuvToB(y, u, v); in ConvertFromYUVToRGB() local 351 uint8_t b = rgbData[rgb_index + B_POS]; in ConvertFromRGBToYUV() local 442 int w = static_cast<int>(source->Width()); in ConvertTextureToBuffer() local 494 int w = static_cast<int>(source->Width()); in Draw2D2OES() local
|
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/include/ |
H A D | light_driver.h | 106 uint8_t w; member 109 uint8_t b; member 115 uint8_t b; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | transform_util.cpp | 28 float Dot(const float* a, const float* b) in Dot() 38 void Combine(float* out, const float* a, const float* b, double scaleA, double scaleB) in Combine() 103 double w = decomp.quaternion.GetW(); in BuildRotationMatrix() local 597 double r, s, t, x, y, z, w; in DecomposeTransform() local
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_math.h | 46 #define MATH_MAX(a, b) ((a) > (b) ? (a) : (b)) argument 50 #define MATH_MIN(a, b) ((a) < (b) ? (a) : (b)) argument 58 #define MATH_MINUS(a, b) ((a) < (b) ? ((b) - (a)) : ((a) - (b))) argument 66 #define MATH_FLT_EQUAL(a, b) (MATH_ABS((a) - (b)) <= UI_FLT_EPSILON) argument 298 Vector4(T x, T y, T z, T w) in Vector4()
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | window_helper.h | 448 TransformHelper::Vector3 b = TransformHelper::TransformWithPerspDiv( in TransformRect() local 459 uint32_t w = static_cast<uint32_t>(xmax - xmin); in TransformRect() local 469 …TransformHelper::Vector3 b = TransformHelper::TransformWithPerspDiv(TransformHelper::Vector3(1, 0,… in CalculateHotZoneScale() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc_slr.cpp | 183 auto w = (*x)[key.y][c - cStart]; in SLRBox() local 197 …uint32_t r = SLRCast(rgba[0]), g = SLRCast(rgba[1]), b = SLRCast(rgba[2]), a = SLRCast(rgba[3]); /… in SLRBox() local
|
/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 2165 onMeasureSize(a, b, c) { argument
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 …_process"),r=require("crypto"),n="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof win… constant
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 423 float b = cornerPoint.y() - perpendicularSlope * cornerPoint.x(); in EndPointsFromAngle() local 472 float b = cornerPoint.GetY() - perpendicularSlope * cornerPoint.GetX(); in EndPointsFromAngle() local 2030 float w = paintSize_.Width(); in GetInnerRRect() local 2057 float w = paintSize_.Width(); in GetInnerRRect() local 2102 float w = paintSize_.Width() - (leftW + rightW) / 2.0f; in GetClipRRect() local 2129 float w = paintSize_.Width() - (leftW + rightW) / 2.0f; in GetClipRRect() local 2420 float w = std::max(0.0, paintSize_.Width() - (leftW + rightW) / 2.0f); in PaintBorder() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_utils.cpp | 229 float b = 200 * (Fy - Fz); in GetDarkColor() local 1156 uint32_t b = 255 - backgroundColor.GetBlue(); // 255 max blue channel value in CalculateInvertColor() local 1184 …yDrawableUtils::GetGravityMatrix(const Gravity& gravity, const Drawing::Rect& rect, const float& w, in GetGravityMatrix()
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | openssl_adapter_mock.c | 161 int OpensslBnSetWord(BIGNUM *a, unsigned int w) in OpensslBnSetWord() 193 int OpensslBnCmp(const BIGNUM *a, const BIGNUM *b) in OpensslBnCmp() 329 int OpensslEcGroupGetCurveGfp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in OpensslEcGroupGetCurveGfp() 361 EC_GROUP *OpensslEcGroupNewCurveGfp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in OpensslEcGroupNewCurveGfp() 1225 int OpensslBioRead(BIO *b, void *data, int dlen) in OpensslBioRead()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1288 constructor(t, u, v, w) { argument 1338 constructor(a, b, c, d, e, f, g, h, i, j) { argument
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
H A D | openssl_adapter.c | 90 int OpensslBnSetWord(BIGNUM *a, unsigned int w) in OpensslBnSetWord() 110 int OpensslBnCmp(const BIGNUM *a, const BIGNUM *b) in OpensslBnCmp() 200 EC_GROUP *OpensslEcGroupNewCurveGfp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in OpensslEcGroupNewCurveGfp() 247 int OpensslEcGroupGetCurveGfp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in OpensslEcGroupGetCurveGfp() 832 int OpensslBioRead(BIO *b, void *data, int dlen) in OpensslBioRead()
|