Searched refs:S_MASKS (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_pngrutil.c | 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() macro 3163 { S_MASKS(1,0), S_MASKS(2,0), S_MASKS(4,0) }, in png_combine_row() 3165 { S_MASKS(1,1), S_MASKS(2,1), S_MASKS(4,1) } in png_combine_row()
|
/external/libpng/ |
D | pngrutil.c | 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() macro 3259 { S_MASKS(1,0), S_MASKS(2,0), S_MASKS(4,0) }, in png_combine_row() 3261 { S_MASKS(1,1), S_MASKS(2,1), S_MASKS(4,1) } in png_combine_row()
|