Searched refs:B_COPY (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_pngrutil.c | 3113 # define B_COPY(p,x) (((p)<4 ? PNG_LSR(0xff0fff33,(3-(p))*8+(7-(x))) :\ in png_combine_row() macro 3128 # define B_MASKx(p,x,d,s) (B_COPY(p,x)?PIXEL_MASK(p,x,d,s):0) in png_combine_row()
|
/external/libpng/ |
D | pngrutil.c | 3209 # define B_COPY(p,x) (((p)<4 ? PNG_LSR(0xff0fff33,(3-(p))*8+(7-(x))) :\ in png_combine_row() macro 3224 # define B_MASKx(p,x,d,s) (B_COPY(p,x)?PIXEL_MASK(p,x,d,s):0) in png_combine_row()
|