Home
last modified time | relevance | path

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

/external/libpng/
Dpngrutil.c3136 # define PNG_LSL(x,s) ((x)<<((s) & 0x1f)) in png_combine_row() macro
3139 # define PNG_LSL(x,s) ((x)<<(s)) in png_combine_row()
3153 (PNG_LSL(((PNG_LSL(1U,(d)))-1),(((x)*(d))^((s)?8-(d):0)))) in png_combine_row()
DCHANGES3663 Renamed the LSR() macro to PNG_LSR() and added PNG_LSL() macro.