Home
last modified time | relevance | path

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

/haiku/headers/libs/agg/
H A Dagg_blur.h1205 typedef typename ColorT::value_type cv_type; in to_pix() typedef
1206 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() typedef
1248 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 …]