Searched refs:swap_rgb (Results 1 – 4 of 4) sorted by relevance
50 bool Decode(uint8_t* dest_buf, uint32_t pitch, bool swap_rgb);
495 bool CJPX_Decoder::Decode(uint8_t* dest_buf, uint32_t pitch, bool swap_rgb) { in Decode() argument502 if (swap_rgb && m_Image->numcomps < 3) in Decode()519 if (swap_rgb) in Decode()
634 bool swap_rgb = false; in LoadJpxBitmap() local644 swap_rgb = true; in LoadJpxBitmap()680 swap_rgb)) { in LoadJpxBitmap()
6021 unsigned int swap_rgb :1; /* RGB swapped to BGR */ member6132 if (format != 0 && format->swap_rgb) /* BGR */ in image_pixel_init()6171 this->swap_rgb = 0; in image_pixel_init()8468 that->swap_rgb = 1; in image_transform_png_set_bgr_mod()