Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_pixfmt_gray.h35 enum base_scale_e { base_shift = color_type::base_shift }; enumerator
39 … *p = (value_type)((((cv - calc_type(*p)) * alpha) + (calc_type(*p) << base_shift)) >> base_shift);
52 base_shift = color_type::base_shift, enumerator
Dagg_color_gray.h38 base_shift = 8, enumerator
39 base_size = 1 << base_shift,