Searched defs:dest_r_y (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/fxge/dib/
H A Dfx_dib_engine.cpp529 int dest_r_y = 0, dest_g_m = 0, dest_b_c = 0; local
540 dest_r_y += pixel_weight * (uint8_t)(argb_cmyk >> 16);
546 dest_r_y += pixel_weight * (uint8_t)(argb_cmyk >> 8);
550 dest_r_y =
551 dest_r_y < 0 ? 0 : dest_r_y > 16711680 ? 16711680 : dest_r_y;
559 *dest_scan++ = (uint8_t)(dest_r_y >> 16);
566 int dest_a = 0, dest_r_y = 0, dest_g_m = 0, dest_b_c = 0; local
578 dest_r_y
607 int dest_r_y = 0, dest_g_m = 0, dest_b_c = 0; local
639 int dest_a = 0, dest_r_y = 0, dest_g_m = 0, dest_b_c = 0; local
762 int dest_r_y = 0, dest_g_m = 0, dest_b_c = 0; local
800 int dest_a = 0, dest_r_y = 0, dest_g_m = 0, dest_b_c = 0; local
[all...]

Completed in 83 milliseconds