Searched refs:S_MASK (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/libpng16/ |
D | pngrutil.c | 3198 # 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 3212 # define S_MASKS(d,s) { S_MASK(0,d,s), S_MASK(1,d,s), S_MASK(2,d,s),\ in png_combine_row() 3213 S_MASK(3,d,s), S_MASK(4,d,s), S_MASK(5,d,s) } in png_combine_row() 3250 ((display)?B_MASK(pass,depth,png):S_MASK(pass,depth,png)) in png_combine_row()
|
/external/skia/third_party/libpng/ |
D | pngrutil.c | 3198 # 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 3212 # define S_MASKS(d,s) { S_MASK(0,d,s), S_MASK(1,d,s), S_MASK(2,d,s),\ in png_combine_row() 3213 S_MASK(3,d,s), S_MASK(4,d,s), S_MASK(5,d,s) } in png_combine_row() 3250 ((display)?B_MASK(pass,depth,png):S_MASK(pass,depth,png)) in png_combine_row()
|
/external/libpng/ |
D | pngrutil.c | 3200 # 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 3214 # define S_MASKS(d,s) { S_MASK(0,d,s), S_MASK(1,d,s), S_MASK(2,d,s),\ in png_combine_row() 3215 S_MASK(3,d,s), S_MASK(4,d,s), S_MASK(5,d,s) } in png_combine_row() 3252 ((display)?B_MASK(pass,depth,png):S_MASK(pass,depth,png)) in png_combine_row()
|