Searched refs:valueLeft (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | color.cpp | 274 float Color::CalculateBlend(float alphaLeft, float alphaRight, float valueLeft, float valueRight) c… in CalculateBlend() argument 276 return (valueLeft * alphaLeft * (1.0 - alphaRight) + valueRight * alphaRight) / in CalculateBlend()
|
H A D | color.h | 177 … float CalculateBlend(float alphaLeft, float alphaRight, float valueLeft, float valueRight) const;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_batch_crud_test.cpp | 1732 void ConsistencyChange(Key keyLeft, Value valueLeft, Key keyRight, Value valueRight) in ConsistencyChange() argument 1746 MST_LOG("ConsistencyChange put %d,%d.", GetIntValue(valueLeft), GetIntValue(valueRight)); in ConsistencyChange() 1750 DBStatus statusPutLeft = delegate->Put(keyLeft, valueLeft); in ConsistencyChange()
|