/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/ |
H A D | Scene.js | 23 viewport(x, y, width, height) { argument 45 clear(r = 0, g = 0, b = 0, a = 1) { argument
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_pixel_convert.cpp | 37 uint8_t g; member 39 uint8_t x; member 44 uint8_t g; member
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
H A D | openssl_dsa_helper.c | 82 BIGNUM *x = NULL; in InitDsa() local 86 BIGNUM *g = NULL; in InitDsa() local 363 const BIGNUM *x = DSA_get0_priv_key(dsa); in SaveDsaKeyToHksBlob() local 367 const BIGNUM *g = DSA_get0_g(dsa); in SaveDsaKeyToHksBlob() local
|
/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/base/ |
H A D | base.cpp | 25 static inline uint64_t func(uint64_t x, uint64_t y) in func() 27 std::mt19937_64 g(x - y); in func() local
|
/ohos5.0/base/security/huks/utils/crypto_adapter/ |
H A D | hks_client_service_adapter.c | 146 …const uint32_t alg, uint32_t keySize, const struct HksBlob *x, const struct HksBlob *y, struct Hks… in EccToX509PublicKey() 200 …const uint32_t alg, uint32_t keySize, const struct HksBlob *x, const struct HksBlob *y, struct Hks… in Sm2ToX509PublicKey() 208 …uct HksBlob *publicKey, struct HksBlob *y, struct HksBlob *p, struct HksBlob *q, struct HksBlob *g) in GetDsaPubKeyParam() 238 const struct HksBlob *g, struct HksBlob *x509Key) in DsaToX509PublicKey() 294 struct HksBlob g = {0}; in DsaPublicKeyToX509() local 491 BIGNUM *x = BN_new(); in EcKeyToPublicKey() local 646 const BIGNUM *g = NULL; in X509PublicKeyToDsa() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | utils.h | 60 #define PRIMITIVE_CAT(x, y) x##y argument 61 #define CAT(x, y) PRIMITIVE_CAT(x, y) argument 63 #define COPY_SENTENCE(x) x = other.x; argument 64 #define LOOP_COPY(x) CAT(LOOP_COPY1 x, _END) argument 65 #define LOOP_COPY1(x) COPY_SENTENCE(x) LOOP_COPY2 argument 66 #define LOOP_COPY2(x) COPY_SENTENCE(x) LOOP_COPY1 argument 70 #define COMPARE_SENTENCE(x) (x == other.x) argument 71 #define LOOP_COMPARE(x) CAT(LOOP_COMPARE0 x, _END) argument 72 #define LOOP_COMPARE0(x) COMPARE_SENTENCE(x) LOOP_COMPARE1 argument 73 #define LOOP_COMPARE1(x) &&COMPARE_SENTENCE(x) LOOP_COMPARE2 argument [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | test_common.cpp | 95 unsigned g = ((color >> 10) & 0x3F) << 5; in color_to_565() local 126 uint8_t* DrawBitmapGetAddr8(OH_Drawing_Bitmap* bitmap, int x, int y) in DrawBitmapGetAddr8() 135 uint16_t* DrawBitmapGetAddr16(OH_Drawing_Bitmap* bitmap, int x, int y) in DrawBitmapGetAddr16() 144 uint32_t* DrawBitmapGetAddr32(OH_Drawing_Bitmap* bitmap, int x, int y) in DrawBitmapGetAddr32() 153 void DrawPathGetBound(DrawRect& r, float x, float y) in DrawPathGetBound()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsgpuoverdrawcanvaslistener_fuzzer/ |
H A D | rsgpuoverdrawcanvaslistener_fuzzer.cpp | 63 float x = GetData<float>(); in DoDrawPoint() local 76 float x = GetData<float>(); in DoDrawLine() local 213 float x = GetData<float>(); in DoDrawCircle() local 253 float x = GetData<float>(); in DoDrawShadow() local 266 uint32_t g = GetData<uint32_t>(); in DoDrawShadow() local 302 float x = GetData<float>(); in DoDrawBitmap() local 317 float x = GetData<float>(); in DoDrawImage() local 379 uint32_t g = GetData<uint32_t>(); in DoAttachPen() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc_slr.cpp | 37 float GetSLRFactor(float x, int a) in GetSLRFactor() 92 bool SLRCheck(const SLRMat &src, const SLRMat &dst, const SLRWeightMat &x, const SLRWeightMat &y) in SLRCheck() 115 int x; member 119 …ol SLRBoxCheck(const SLRSliceKey &key, const SLRMat &src, const SLRMat &dst, const SLRWeightMat &x, in SLRBoxCheck() 161 void SLRBox(const SLRSliceKey &key, const SLRMat &src, SLRMat &dst, const SLRWeightMat &x, const SL… in SLRBox() 197 …uint32_t r = SLRCast(rgba[0]), g = SLRCast(rgba[1]), b = SLRCast(rgba[2]), a = SLRCast(rgba[3]); /… in SLRBox() local 201 void SLRProc::Serial(const SLRMat &src, SLRMat &dst, const SLRWeightMat &x, const SLRWeightMat &y) in Serial() 218 const SLRWeightMat &x, const SLRWeightMat &y) in SLRSubtask() 231 void SLRProc::Parallel(const SLRMat &src, SLRMat &dst, const SLRWeightMat &x, const SLRWeightMat &y) in Parallel()
|
H A D | basic_transformer.cpp | 240 for (int32_t x = 0; x < size.width; ++x) { in DrawPixelmap() local 290 uint32_t g = (color & RGB16_G_MASK) >> RGB16_RGB32_G_SHIFT; in RGB565to32() local 298 uint16_t g = (c & RGB24_G_MASK) >> RGB32_RGB16_G_SHIFT; in Color32toRGB565() local
|
/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 208 uint32_t g = GetARGB32ColorG(color); in RGB2GRAY() local 237 uint32_t g = GetARGB32ColorG(color); in CalcRelaticeLuminance() local 464 double x = hsv.s + hsv.v; in AdjustToBasicColor() local 666 double r, g, b; in RGB2HSV() local 741 uint32_t r, g, b; in HSVtoRGB() local
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/ |
H A D | cpu_brightness_algo.cpp | 83 for (uint32_t x = 0; x < width; ++x) { in OnApplyRGBA8888() local 139 uint8_t g = FormatHelper::YuvToG(y, u, v); in OnApplyYUVNV21() local 198 uint8_t g = FormatHelper::YuvToG(y, u, v); in OnApplyYUVNV12() local
|
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/algorithm_parameter/ |
H A D | detailed_ecc_key_params.h | 36 HcfBigInteger x; member 45 HcfPoint g; member
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 119 this.containerGlobalPosition = { x: 0, y: 0 }; property in FoldSplitContainer.constructor.containerGlobalPosition 685 let g = 0; variable
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
H A D | hks_openssl_dsa.c | 117 BIGNUM *g = BN_bin2bn(buff, keyMaterial->gSize, NULL); in InitDsaStructParameter() local 204 const BIGNUM *x = DSA_get0_priv_key(dsa); in DsaKeyMaterialData() local 208 const BIGNUM *g = DSA_get0_g(dsa); in DsaKeyMaterialData() local
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/ |
H A D | cpu_contrast_algo.cpp | 73 for (uint32_t x = 0; x < width; ++x) { in OnApplyRGBA8888() local 128 uint8_t g = FormatHelper::YuvToG(y, u, v); in OnApplyYUVNV21() local 185 uint8_t g = FormatHelper::YuvToG(y, u, v); in OnApplyYUVNV12() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscpuoverdrawcanvaslistener_fuzzer/ |
H A D | rscpuoverdrawcanvaslistener_fuzzer.cpp | 62 float x = GetData<float>(); in DoDrawPoint() local 75 float x = GetData<float>(); in DoDrawLine() local 212 float x = GetData<float>(); in DoDrawCircle() local 252 float x = GetData<float>(); in DoDrawShadow() local 265 uint32_t g = GetData<uint32_t>(); in DoDrawShadow() local 301 float x = GetData<float>(); in DoDrawTextBlob() local 314 float x = GetData<float>(); in DoDrawBitmap() local 329 float x = GetData<float>(); in DoDrawImage() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | shadowutils.cpp | 54 float x; member 72 uint8_t g = (color >> 8) & 0xFF; // 8 颜色值 偏移量 in draw_shadow() local 203 void draw_rect_path_shadow(OH_Drawing_Canvas* canvas, DRAW_RECT_PARAM& param, float& dy, float& x) in draw_rect_path_shadow() 251 float x = 0; in draw_rect() local 268 float x = kPad; in draw_star() local 370 float x = 0; in draw_paths() local
|
/ohos5.0/base/sensors/sensor/frameworks/native/src/ |
H A D | geomagnetic_field.cpp | 157 float g = GAUSS_COEFFICIENT_G[row][column] + yearsSinceBase in CalculateGeomagneticComponent() local 188 uint32_t x = index >> 1; in GetLongitudeTrigonometric() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_util.cpp | 90 inline float SafePow(float x, float e) in SafePow() 101 return [gamma](float x) { return SafePow(x, 1.0f / gamma); }; in GenOETF() 110 return [gamma](float x) { return SafePow(x, gamma); }; in GenEOTF() 114 float g = 0.0f; member 123 inline float RcpResponsePq(float x, const TransferParameters& p) in RcpResponsePq() 129 inline float ResponsePq(float x, const TransferParameters& p) in ResponsePq() 163 return [params](float x) { return RcpResponse(x, params); }; in GenOETF() 166 return [params](float x) { return RcpFullResponse(x, params); }; in GenOETF() 172 return [params](float x) { return ResponsePq(x, params); }; in GenEOTF() 176 return [params](float x) { return Response(x, params); }; in GenEOTF() [all …]
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/main_test/ |
H A D | v4l2_main.cpp | 220 #define RANGE_LIMIT(x) ((x) > 255 ? 255 : ((x) < 0 ? 0 : (x))) argument 230 int x, y, j; in ProcessImage() local 231 int y0, u, v, r, g, b; in ProcessImage() 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 2169 let g = { class in TextArrowLayout.onMeasureSize
|
/ohos5.0/drivers/peripheral/camera/test/ut/usb_camera/ |
H A D | test_camera_base.cpp | 309 int x, y, j; in ProcessImage() local 310 int y0, u, v, r, g, b; in ProcessImage() local
|
/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | test_camera_base.cpp | 298 int x, y, j; in ProcessImage() local 299 int y0, u, v, r, g, b; in ProcessImage() local
|
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
H A D | napi_utils.cpp | 594 napi_value g = GetDetailAsyKeySpecValue(env, arg, "g"); in InitDsaCommonAsyKeySpec() local 797 napi_value g = GetDetailAsyKeySpecValue(env, arg, "g"); in InitEccDetailAsyKeySpec() local 1301 napi_value g = GetDetailAsyKeySpecValue(env, arg, "g"); in InitDhCommonAsyKeySpec() local 1911 napi_value x = ConvertBigIntToNapiValue(env, &(p->x)); in ConvertEccPointToNapiValue() local 1948 napi_value x = ConvertBigIntToNapiValue(env, &(blob->g.x)); in ConvertEccCommonParamPointToNapiValue() local
|