Home
last modified time | relevance | path

Searched refs:swap_rgb (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcodec/jpx/
Dcjpx_decoder.h50 bool Decode(uint8_t* dest_buf, uint32_t pitch, bool swap_rgb);
Dcjpx_decoder.cpp495 bool CJPX_Decoder::Decode(uint8_t* dest_buf, uint32_t pitch, bool swap_rgb) { in Decode() argument
502 if (swap_rgb && m_Image->numcomps < 3) in Decode()
519 if (swap_rgb) in Decode()
/external/pdfium/core/fpdfapi/page/
Dcpdf_dib.cpp634 bool swap_rgb = false; in LoadJpxBitmap() local
644 swap_rgb = true; in LoadJpxBitmap()
680 swap_rgb)) { in LoadJpxBitmap()
/external/libpng/contrib/libtests/
Dpngvalid.c6021 unsigned int swap_rgb :1; /* RGB swapped to BGR */ member
6132 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()