Home
last modified time | relevance | path

Searched refs:algorithm_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_image_view.h211 algorithm_ = algorithm; in SetTransformAlgorithm()
223 return static_cast<TransformAlgorithm>(algorithm_); in GetTransformAlgorithm()
318 uint8_t algorithm_ : 1; variable
/ohos5.0/base/security/code_signature/services/local_code_sign/include/
H A Dlocal_sign_key.h61 std::string algorithm_ = "ECDSA256"; variable
/ohos5.0/base/security/code_signature/services/local_code_sign/src/
H A Dlocal_sign_key.cpp193 if (algorithm_.compare(SUPPORTED_SIGN_ALGORITHM) == 0) { in GetKeyParamSet()
239 if (algorithm_.compare(SUPPORTED_SIGN_ALGORITHM) == 0) { in GetSignParamSet()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_image_view.cpp229 algorithm_(TransformAlgorithm::BILINEAR), in UIImageView()
461 static_cast<TransformAlgorithm>(algorithm_)}; in OnDraw()