Home
last modified time | relevance | path

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

/external/pdfium/third_party/libpng16/
Dpngrutil.c3167 # define PNG_LSR(x,s) ((x)>>((s) & 0x1f)) in png_combine_row() macro
3170 # define PNG_LSR(x,s) ((x)>>(s)) in png_combine_row()
3173 # define S_COPY(p,x) (((p)<4 ? PNG_LSR(0x80088822,(3-(p))*8+(7-(x))) :\ in png_combine_row()
3174 PNG_LSR(0xaa55ff00,(7-(p))*8+(7-(x)))) & 1) in png_combine_row()
3175 # define B_COPY(p,x) (((p)<4 ? PNG_LSR(0xff0fff33,(3-(p))*8+(7-(x))) :\ in png_combine_row()
3176 PNG_LSR(0xff55ff00,(7-(p))*8+(7-(x)))) & 1) in png_combine_row()
/external/skia/third_party/libpng/
Dpngrutil.c3167 # define PNG_LSR(x,s) ((x)>>((s) & 0x1f)) in png_combine_row() macro
3170 # define PNG_LSR(x,s) ((x)>>(s)) in png_combine_row()
3173 # define S_COPY(p,x) (((p)<4 ? PNG_LSR(0x80088822,(3-(p))*8+(7-(x))) :\ in png_combine_row()
3174 PNG_LSR(0xaa55ff00,(7-(p))*8+(7-(x)))) & 1) in png_combine_row()
3175 # define B_COPY(p,x) (((p)<4 ? PNG_LSR(0xff0fff33,(3-(p))*8+(7-(x))) :\ in png_combine_row()
3176 PNG_LSR(0xff55ff00,(7-(p))*8+(7-(x)))) & 1) in png_combine_row()
/external/libpng/
Dpngrutil.c3169 # define PNG_LSR(x,s) ((x)>>((s) & 0x1f)) in png_combine_row() macro
3172 # define PNG_LSR(x,s) ((x)>>(s)) in png_combine_row()
3175 # define S_COPY(p,x) (((p)<4 ? PNG_LSR(0x80088822,(3-(p))*8+(7-(x))) :\ in png_combine_row()
3176 PNG_LSR(0xaa55ff00,(7-(p))*8+(7-(x)))) & 1) in png_combine_row()
3177 # define B_COPY(p,x) (((p)<4 ? PNG_LSR(0xff0fff33,(3-(p))*8+(7-(x))) :\ in png_combine_row()
3178 PNG_LSR(0xff55ff00,(7-(p))*8+(7-(x)))) & 1) in png_combine_row()
DCHANGES3672 Renamed the LSR() macro to PNG_LSR() and added PNG_LSL() macro.