Searched refs:PNG_LSL (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/libpng16/ |
D | pngrutil.c | 3168 # define PNG_LSL(x,s) ((x)<<((s) & 0x1f)) in png_combine_row() macro 3171 # define PNG_LSL(x,s) ((x)<<(s)) in png_combine_row() 3185 (PNG_LSL(((PNG_LSL(1U,(d)))-1),(((x)*(d))^((s)?8-(d):0)))) in png_combine_row()
|
/external/skia/third_party/libpng/ |
D | pngrutil.c | 3168 # define PNG_LSL(x,s) ((x)<<((s) & 0x1f)) in png_combine_row() macro 3171 # define PNG_LSL(x,s) ((x)<<(s)) in png_combine_row() 3185 (PNG_LSL(((PNG_LSL(1U,(d)))-1),(((x)*(d))^((s)?8-(d):0)))) in png_combine_row()
|
/external/libpng/ |
D | pngrutil.c | 3170 # define PNG_LSL(x,s) ((x)<<((s) & 0x1f)) in png_combine_row() macro 3173 # define PNG_LSL(x,s) ((x)<<(s)) in png_combine_row() 3187 (PNG_LSL(((PNG_LSL(1U,(d)))-1),(((x)*(d))^((s)?8-(d):0)))) in png_combine_row()
|
D | CHANGES | 3672 Renamed the LSR() macro to PNG_LSR() and added PNG_LSL() macro.
|