Home
last modified time | relevance | path

Searched refs:PNG_LSL (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngrutil.c3106 # define PNG_LSL(x,s) ((x)<<((s) & 0x1f)) in png_combine_row() macro
3109 # define PNG_LSL(x,s) ((x)<<(s)) in png_combine_row()
3123 (PNG_LSL(((PNG_LSL(1U,(d)))-1),(((x)*(d))^((s)?8-(d):0)))) in png_combine_row()
/external/libpng/
Dpngrutil.c3202 # define PNG_LSL(x,s) ((x)<<((s) & 0x1f)) in png_combine_row() macro
3205 # define PNG_LSL(x,s) ((x)<<(s)) in png_combine_row()
3219 (PNG_LSL(((PNG_LSL(1U,(d)))-1),(((x)*(d))^((s)?8-(d):0)))) in png_combine_row()
DCHANGES3672 Renamed the LSR() macro to PNG_LSR() and added PNG_LSL() macro.