Searched refs:B_COPY (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/libpng16/ |
D | pngrutil.c | 3175 # define B_COPY(p,x) (((p)<4 ? PNG_LSR(0xff0fff33,(3-(p))*8+(7-(x))) :\ in png_combine_row() macro 3190 # define B_MASKx(p,x,d,s) (B_COPY(p,x)?PIXEL_MASK(p,x,d,s):0) in png_combine_row()
|
/external/skia/third_party/libpng/ |
D | pngrutil.c | 3175 # define B_COPY(p,x) (((p)<4 ? PNG_LSR(0xff0fff33,(3-(p))*8+(7-(x))) :\ in png_combine_row() macro 3190 # 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 | 3177 # define B_COPY(p,x) (((p)<4 ? PNG_LSR(0xff0fff33,(3-(p))*8+(7-(x))) :\ in png_combine_row() macro 3192 # define B_MASKx(p,x,d,s) (B_COPY(p,x)?PIXEL_MASK(p,x,d,s):0) in png_combine_row()
|