Home
last modified time | relevance | path

Searched refs:extract_low_bits_clamp_clamp (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp144 static unsigned extract_low_bits_clamp_clamp(SkFixed fx, int /*max*/) { in extract_low_bits_clamp_clamp() function
154 return extract_low_bits_clamp_clamp((fx & 0xffff) * (max+1), max); in extract_low_bits_general()
251 nofilter_scale <clamp, clamp, true>, filter_scale <clamp, clamp, extract_low_bits_clamp_clamp, true>,
252 nofilter_affine<clamp, clamp>, filter_affine<clamp, clamp, extract_low_bits_clamp_clamp>,

Completed in 2 milliseconds