Searched refs:calc_type (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/agg23/ |
D | agg_pixfmt_gray.h | 34 typedef typename color_type::calc_type calc_type; typedef 39 … *p = (value_type)((((cv - calc_type(*p)) * alpha) + (calc_type(*p) << base_shift)) >> base_shift); 50 typedef typename color_type::calc_type calc_type; typedef 62 calc_type alpha = (calc_type(c.a) * (cover + 1)) >> 8; in copy_or_blend_pix() 138 calc_type alpha = (calc_type(c.a) * (cover + 1)) >> 8; in blend_hline() 160 calc_type alpha = (calc_type(c.a) * (calc_type(*covers) + 1)) >> 8; in blend_solid_hspan()
|
D | agg_color_gray.h | 35 typedef int32u calc_type; typedef
|
/external/python/cpython2/Lib/test/ |
D | test__locale.py | 61 def numeric_tester(self, calc_type, calc_value, data_type, used_locale): argument 73 calc_type, data_type, set_locale,
|
/external/python/cpython3/Lib/test/ |
D | test__locale.py | 88 def numeric_tester(self, calc_type, calc_value, data_type, used_locale): argument 100 calc_type, data_type, set_locale,
|