Searched refs:gray_alpha16_pixel_t (Results 1 – 4 of 4) sorted by relevance
57 using gray_alpha16_pixel_t = pixel<uint16_t, gray_alpha_layout_t>; typedef67 using gray_alpha16_image_t = image<gray_alpha16_pixel_t, false>;
37 using gray_alpha16_pixel_t = pixel<uint16_t, gray_alpha_layout_t>; typedef38 using gray_alpha16_image_t = image<gray_alpha16_pixel_t, false>;
192 case 16: read_rows< gray_alpha16_pixel_t >( view ); break; in apply()
32 using gray_alpha16_pixel_t = gil::pixel<std::uint16_t, gil::gray_alpha_layout_t>; typedef34 using gray_alpha16_image_t = gil::image<gray_alpha16_pixel_t, false>;