Searched refs:cv_type (Results 1 – 1 of 1) sorted by relevance
1205 typedef typename ColorT::value_type cv_type; in to_pix() typedef1206 c.r = (cv_type)uround(r); in to_pix()1207 c.g = (cv_type)uround(g); in to_pix()1208 c.b = (cv_type)uround(b); in to_pix()1209 c.a = (cv_type)uround(a); in to_pix()1247 typedef typename ColorT::value_type cv_type; in to_pix() typedef1248 c.r = (cv_type)uround(r); in to_pix()1249 c.g = (cv_type)uround(g); in to_pix()1250 c.b = (cv_type)uround(b); in to_pix()1284 typedef typename ColorT::value_type cv_type; in to_pix() typedef[all …]