Home
last modified time | relevance | path

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

/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngrutil.c3136 # define S_MASK(p,d,s) MASK_EXPAND(S_MASKx(p,0,d,s) + S_MASKx(p,1,d,s) +\ in png_combine_row() macro
3150 # define S_MASKS(d,s) { S_MASK(0,d,s), S_MASK(1,d,s), S_MASK(2,d,s),\ in png_combine_row()
3151 S_MASK(3,d,s), S_MASK(4,d,s), S_MASK(5,d,s) } in png_combine_row()
3153 # define B_MASKS(d,s) { B_MASK(1,d,s), S_MASK(3,d,s), S_MASK(5,d,s) } in png_combine_row()
3188 ((display)?B_MASK(pass,depth,png):S_MASK(pass,depth,png)) in png_combine_row()
/external/libpng/
Dpngrutil.c3232 # define S_MASK(p,d,s) MASK_EXPAND(S_MASKx(p,0,d,s) + S_MASKx(p,1,d,s) +\ in png_combine_row() macro
3246 # define S_MASKS(d,s) { S_MASK(0,d,s), S_MASK(1,d,s), S_MASK(2,d,s),\ in png_combine_row()
3247 S_MASK(3,d,s), S_MASK(4,d,s), S_MASK(5,d,s) } in png_combine_row()
3284 ((display)?B_MASK(pass,depth,png):S_MASK(pass,depth,png)) in png_combine_row()