/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_toggle_button.cpp | 127 …float coefficient = Interpolation::GetBezierY(x, BEZIER_CONTROL_POINT_X_1, 0, BEZIER_CONTROL_POINT… in Callback() local 131 …Center_.x = rightCenter_.x - static_cast<uint16_t>((rightCenter_.x - leftCenter_.x) * coefficient); in Callback() 133 …currentCenter_.x = static_cast<int16_t>((rightCenter_.x - leftCenter_.x) * coefficient) + leftCent… in Callback() 136 …_cast<uint8_t>(TOGGLE_BTN_UNSELECTED_OPA + (OPA_OPAQUE - TOGGLE_BTN_UNSELECTED_OPA) * coefficient); in Callback() 138 …::GetMixColor(selectedStateColor_, Color::White(), static_cast<uint8_t>(OPA_OPAQUE * coefficient)); in Callback() 142 …currentCenter_.x = static_cast<int16_t>((rightCenter_.x - leftCenter_.x) * coefficient) + leftCent… in Callback() 144 …Center_.x = rightCenter_.x - static_cast<uint16_t>((rightCenter_.x - leftCenter_.x) * coefficient); in Callback() 146 …acity_ = static_cast<uint8_t>(OPA_OPAQUE - (OPA_OPAQUE - TOGGLE_BTN_UNSELECTED_OPA) * coefficient); in Callback() 148 static_cast<uint8_t>(OPA_OPAQUE * (1 - coefficient))); in Callback()
|
H A D | ui_radio_button.cpp | 169 float coefficient = in Callback() local 171 backgroundOpacity_ = (state_ == SELECTED) ? (static_cast<uint8_t>(coefficient * OPA_OPAQUE)) : in Callback() 172 … (static_cast<uint8_t>((1 - coefficient) * OPA_OPAQUE)); in Callback() 173 …coefficient = Interpolation::GetBezierY(x, ALPHA_BEZIER_CONTROL_POINT_X_1, 0, ALPHA_BEZIER_CONTROL… in Callback() 174 currentRadius_ = (state_ == SELECTED) ? (static_cast<uint8_t>(coefficient * radiusSmall_)) : in Callback() 175 … (static_cast<uint8_t>((1 - coefficient) * radiusSmall_)); in Callback()
|
H A D | ui_checkbox.cpp | 207 …float coefficient = Interpolation::GetBezierY(x, BEZIER_CONTROL_POINT_X_1, 0, BEZIER_CONTROL_POINT… in Callback() local 208 backgroundOpacity_ = (state_ == SELECTED) ? (static_cast<uint8_t>(coefficient * OPA_OPAQUE)) : in Callback() 209 … (static_cast<uint8_t>((1 - coefficient) * OPA_OPAQUE)); in Callback()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/ |
H A D | dash_mpd_util.cpp | 158 int32_t coefficient = 0; in DashStrToDuration() local 168 coefficient = M_2_S; in DashStrToDuration() 174 coefficient = D_2_H * H_2_M * M_2_S; in DashStrToDuration() 180 coefficient = H_2_M * M_2_S; in DashStrToDuration() 183 coefficient = 1; in DashStrToDuration() 189 time += (int64_t)(num * S_2_MS) * coefficient; in DashStrToDuration()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/device_manager/ |
H A D | mpi_device_manager.cpp | 338 constexpr uint32_t coefficient = 2; in Connect() local 339 switch (static_cast<uint32_t>(controllerId) << (coefficient + connectControllerId)) { in Connect() 340 case DM_C_VI << (coefficient + DM_C_VPSS): in Connect() 343 case DM_C_VI << (coefficient + DM_C_VO): in Connect() 346 case DM_C_VI << (coefficient + DM_C_VENC): in Connect() 349 case DM_C_VPSS << (coefficient + DM_C_VO): in Connect() 352 case DM_C_VPSS << (coefficient + DM_C_VENC): in Connect()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-uiEffect-sys.md | 148 | distortionK | number | Yes | Distortion coefficient, indicating the degree of lens dist… 268 | cubicRate | number | No | No | Third-order coefficient for graysc… 269 | quadraticRate | number | No | No | Second-order coefficient for grays… 270 | linearRate | number | No | No | Linear coefficient for grayscale a… 286 | cubicRate | number | No | No | Third-order coefficient for graysc… 287 | quadraticRate | number | No | No | Second-order coefficient for grays… 288 | linearRate | number | No | No | Linear coefficient for grayscale a…
|
H A D | js-apis-graphics-drawing.md | 6547 …coefficient, a horizontal skew coefficient, a horizontal translation coefficient, a vertical skew … 6613 | sx | number | Yes | Scale coefficient along the X axis. If a negative… 6614 | sy | number | Yes | Scale coefficient along the Y axis. If a negative… 6679 …coefficient, a horizontal skew coefficient, a horizontal translation coefficient, a vertical skew … 6926 …t is derived from an identity matrix after it has been scaled with the coefficient (sx, sy) at the… 6934 | sx | number | Yes | Scale coefficient along the X axis. If a negative number is passed in, the m… 6935 | sy | number | Yes | Scale coefficient along the Y axis. If a negative number is passed in, the m… 7034 …t is derived from an identity matrix after it has been scaled with the coefficient (sx, sy) at the… 7042 | sx | number | Yes | Scale coefficient along the X axis. If a negative number is passed in, the m… 7043 | sy | number | Yes | Scale coefficient along the Y axis. If a negative number is passed in, the m… [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/ |
H A D | render_data_store_render_pods.h | 187 float coefficient { 0.5f }; 195 float coefficient { 1.0f };
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/shaders/shader/ |
H A D | fullscreen_motion_blur.shader | 38 … "displayName": "Configuration (sharpness, quality, alpha, velocity coefficient)",
|
H A D | fullscreen_motion_blur_tile_max.shader | 38 … "displayName": "Configuration (sharpness, quality, alpha, velocity coefficient)",
|
H A D | fullscreen_motion_blur_tile_neighborhood.shader | 38 … "displayName": "Configuration (sharpness, quality, alpha, velocity coefficient)",
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_post_process.h | 126 … return { input.vignetteConfiguration.coefficient, input.vignetteConfiguration.power, 0.0f, 0.0f }; in GetFactorVignette() 142 …return { input.colorFringeConfiguration.coefficient, input.colorFringeConfiguration.distanceCoeffi… in GetFactorFringe()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | render_data_configuration_loader.cpp | 139 … SafeGetJsonValue(*cIter, "coefficient", err, ppConfig.vignetteConfiguration.coefficient); in LoadPostProcess() 145 … SafeGetJsonValue(*cIter, "coefficient", err, ppConfig.colorFringeConfiguration.coefficient); in LoadPostProcess()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | post_process_component_manager.cpp | 171 DECL_PROPERTY2(VignetteConfiguration, coefficient, "", 0) 176 DECL_PROPERTY2(ColorFringeConfiguration, coefficient, "", 0)
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _native_display_manager___display_info.md | 31 …typixels) | Logical pixel density of the display, which is the scaling coefficient between physica… 97 Logical pixel density of the display, which is the scaling coefficient between physical pixels and …
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | visual-basis.md | 30 …the actual font size is the virtual pixel size multiplied by the scale coefficient. That is, 1 fp …
|
/ohos5.0/docs/en/application-dev/reference/apis-crypto-architecture-kit/ |
H A D | _crypto_asym_key_api.md | 136 | CRYPTO_ECC_A_DATABLOB | First coefficient **a** of the elliptic curve in the ECC algorithm. | 137 | CRYPTO_ECC_B_DATABLOB | Second coefficient **b** of the elliptic curve in the ECC algorithm. |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-refresh.md | 30 | friction | number | 42 | No| Pull-down friction coefficient. The value ranges from 0 to 100. A la…
|
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/ |
H A D | screen_capture_server.cpp | 3038 double coefficient = 1; in MixAudio() local 3048 int32_t output = static_cast<int32_t>(temp * coefficient); in MixAudio() 3050 coefficient = static_cast<double>(max) / static_cast<double>(output); in MixAudio() 3054 coefficient = static_cast<double>(min) / static_cast<double>(output); in MixAudio() 3057 if (coefficient < 1) { in MixAudio() 3058 coefficient += (static_cast<double>(1) - coefficient) / splitNum; in MixAudio()
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime_8h.md | 29 …ntParams, const double \*scales, size_t quantCount) | Sets the scaling coefficient for an [NN_Quan…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-components-canvas-matrix2d.md | 37 | [rotateX](#rotatex) | number | No | Yes | Horizontal tilt coefficient. | 38 | [rotateY](#rotatey) | number | No | Yes | Vertical tilt coefficient. |
|
H A D | ts-container-scrollable-common.md | 112 Sets the friction coefficient. It applies only to gestures in the scrolling area, and it affects on… 122 | value | number \| [Resource](ts-types.md#resource) | Yes | Friction coefficient.<br>Default val…
|
/ohos5.0/docs/en/application-dev/displaymanager/ |
H A D | native-display-manager.md | 17 - Density pixels: logical pixel density, which indicates the scaling coefficient of the physical pi…
|
/ohos5.0/drivers/interface/codec/image/v2_0/ |
H A D | CodecImageType.idl | 233 …unsigned short matrixCoefficients; /**< Specifies the matrix coefficient for YUV-RGB co…
|
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/ |
H A D | native__avcodec__base_8h.md | 125 …ix coefficient. The value type is int32_t. For details, see [OH_MatrixCoefficient](_codec_base.md#…
|