Home
last modified time | relevance | path

Searched defs:calc_type (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_color_gray.h35 typedef int32u calc_type; typedef
Dagg_pixfmt_gray.h34 typedef typename color_type::calc_type calc_type; typedef
50 typedef typename color_type::calc_type calc_type; typedef
/external/python/cpython2/Lib/test/
Dtest__locale.py61 def numeric_tester(self, calc_type, calc_value, data_type, used_locale): argument