Home
last modified time | relevance | path

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

/third_party/skia/third_party/skcms/
Dskcms.cc252 uint16_t le_h = ((be_h << 8) | (be_h >> 8)) & 0xffff; in eval_curve() local
254 h = le_h * (1/65535.0f); in eval_curve()