Searched refs:extract_low_bits_clamp (Results 1 – 1 of 1) sorted by relevance
128 static unsigned extract_low_bits_clamp(SkFixed fx, int /*max*/) { in extract_low_bits_clamp() function136 return extract_low_bits_clamp((fx & 0xffff) * (max+1), max); in extract_low_bits_repeat_mirror()565 extract_low_bits_clamp,582 filter_scale<clamp, extract_low_bits_clamp, true>,