Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dcolor.cpp274 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 Dcolor.h177 … 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 Ddistributeddb_nb_batch_crud_test.cpp1732 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()