Lines Matching refs:RGB161616
43 { PixelFormat::RGB161616, 16, 3, ColorOrder::RGB },
151 case PixelFormat::RGB161616: {
214 case PixelFormat::RGB161616: {
260 case PixelFormat::RGB161616:
301 case PixelFormat::RGB161616:
334 case PixelFormat::RGB161616:
368 case PixelFormat::RGB161616:
422 template Pixel get_pixel_from_row<PixelFormat::RGB161616>(const std::uint8_t* data, std::size_t x);
431 template RawPixel get_raw_pixel_from_row<PixelFormat::RGB161616>(const std::uint8_t* data, std::size_t x);
446 template std::uint16_t get_raw_channel_from_row<PixelFormat::RGB161616>(
457 template void set_pixel_to_row<PixelFormat::RGB161616>(std::uint8_t* data, std::size_t x, Pixel pixel);
466 template void set_raw_pixel_to_row<PixelFormat::RGB161616>(std::uint8_t* data, std::size_t x, RawPixel pixel);
481 template void set_raw_channel_to_row<PixelFormat::RGB161616>(