Home
last modified time | relevance | path

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

/third_party/skia/experimental/lowp-basic/
Dlerp-study.cpp36 static float golden_lerp(float t, int16_t a, int16_t b) { in golden_lerp() function
90 float l = golden_lerp(t, a, b); in check_lerp()