Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_component_manager/frameworks/common/src/
H A Dsec_comp_tool.cpp48 static inline double MinValue(double a, double b, double c) in MinValue() function
66 double min = MinValue(red, green, blue); in RgbToHsv()