Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dfx_dib_transform.cpp681 uint32_t r_bgra_cmyk = argb[bilinear_interpol( in Continue() local
685 dest_pos[0] = (uint8_t)(r_bgra_cmyk >> 24); in Continue()
686 dest_pos[1] = (uint8_t)(r_bgra_cmyk >> 16); in Continue()
687 dest_pos[2] = (uint8_t)(r_bgra_cmyk >> 8); in Continue()
689 *(uint32_t*)dest_pos = r_bgra_cmyk; in Continue()
716 uint32_t r_bgra_cmyk = in Continue() local
720 dest_pos[0] = (uint8_t)(r_bgra_cmyk >> 24); in Continue()
721 dest_pos[1] = (uint8_t)(r_bgra_cmyk >> 16); in Continue()
722 dest_pos[2] = (uint8_t)(r_bgra_cmyk >> 8); in Continue()
724 *(uint32_t*)dest_pos = r_bgra_cmyk; in Continue()
[all …]