Lines Matching refs:I8
39 { PixelFormat::I8, 8, 1, ColorOrder::RGB },
128 case PixelFormat::I8: {
183 case PixelFormat::I8: {
249 case PixelFormat::I8:
284 case PixelFormat::I8:
325 case PixelFormat::I8:
353 case PixelFormat::I8:
418 template Pixel get_pixel_from_row<PixelFormat::I8>(const std::uint8_t* data, std::size_t x);
427 template RawPixel get_raw_pixel_from_row<PixelFormat::I8>(const std::uint8_t* data, std::size_t x);
438 template std::uint16_t get_raw_channel_from_row<PixelFormat::I8>(
453 template void set_pixel_to_row<PixelFormat::I8>(std::uint8_t* data, std::size_t x, Pixel pixel);
462 template void set_raw_pixel_to_row<PixelFormat::I8>(std::uint8_t* data, std::size_t x, RawPixel pixel);
473 template void set_raw_channel_to_row<PixelFormat::I8>(