/external/pdfium/core/src/fxge/agg/agg23/ |
agg_pixfmt_gray.h | 34 typedef typename color_type::calc_type calc_type; typedef in struct:agg::blender_gray 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 in class:agg::pixel_formats_gray 62 calc_type alpha = (calc_type(c.a) * (cover + 1)) >> 8; 138 calc_type alpha = (calc_type(c.a) * (cover + 1)) >> 8 [all...] |
agg_color_gray.h | 35 typedef int32u calc_type; typedef in struct:agg::gray8
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test__locale.py | 53 def numeric_tester(self, calc_type, calc_value, data_type, used_locale): 65 calc_type, data_type, set_locale,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test__locale.py | 53 def numeric_tester(self, calc_type, calc_value, data_type, used_locale): 65 calc_type, data_type, set_locale,
|