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

/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_engine.cpp426 int dest_r_y = 0, dest_g_m = 0, dest_b_c = 0, dest_k = 0; local
433 dest_b_c += pixel_weight * (FX_BYTE)argb_cmyk;
435 dest_b_c += pixel_weight * (FX_BYTE)(argb_cmyk >> 24);
443 dest_b_c = dest_b_c < 0 ? 0 : dest_b_c > 16711680 ? 16711680 : dest_b_c;
445 *dest_scan++ = (FX_BYTE)(dest_b_c >> 16);
454 int dest_a = 0, dest_r_y = 0, dest_g_m = 0, dest_b_c = 0, dest_k = 0; local
462 dest_b_c
487 int dest_r_y = 0, dest_g_m = 0, dest_b_c = 0, dest_k = 0; local
510 int dest_a = 0, dest_r_y = 0, dest_g_m = 0, dest_b_c = 0, dest_k = 0; local
606 int dest_r_y = 0, dest_g_m = 0, dest_b_c = 0, dest_k = 0; local
634 int dest_a = 0, dest_k = 0, dest_r_y = 0, dest_g_m = 0, dest_b_c = 0; local
[all...]

Completed in 115 milliseconds