Searched refs:roundedInt (Results 1 – 1 of 1) sorted by relevance
2743 int32_t roundedInt = (int32_t)rounded; in PackColorComponent() local2746 uint8_t clamped = (uint8_t)CLAMP(roundedInt, 0, 255); in PackColorComponent()