Searched refs:S_MASKx (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/libpng/ |
D | pngrutil.c | 3332 # define S_MASKx(p,x,d,s) (S_COPY(p,x)?PIXEL_MASK(p,x,d,s):0) in png_combine_row() macro 3341 # define S_MASK(p,d,s) MASK_EXPAND(S_MASKx(p,0,d,s) + S_MASKx(p,1,d,s) +\ in png_combine_row() 3342 S_MASKx(p,2,d,s) + S_MASKx(p,3,d,s) + S_MASKx(p,4,d,s) +\ in png_combine_row() 3343 S_MASKx(p,5,d,s) + S_MASKx(p,6,d,s) + S_MASKx(p,7,d,s), d) in png_combine_row()
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | pngrutil.c | 3332 # define S_MASKx(p,x,d,s) (S_COPY(p,x)?PIXEL_MASK(p,x,d,s):0) in png_combine_row() macro 3341 # define S_MASK(p,d,s) MASK_EXPAND(S_MASKx(p,0,d,s) + S_MASKx(p,1,d,s) +\ in png_combine_row() 3342 S_MASKx(p,2,d,s) + S_MASKx(p,3,d,s) + S_MASKx(p,4,d,s) +\ in png_combine_row() 3343 S_MASKx(p,5,d,s) + S_MASKx(p,6,d,s) + S_MASKx(p,7,d,s), d) in png_combine_row()
|
/third_party/libpng/ |
D | pngrutil.c | 3332 # define S_MASKx(p,x,d,s) (S_COPY(p,x)?PIXEL_MASK(p,x,d,s):0) in png_combine_row() macro 3341 # define S_MASK(p,d,s) MASK_EXPAND(S_MASKx(p,0,d,s) + S_MASKx(p,1,d,s) +\ in png_combine_row() 3342 S_MASKx(p,2,d,s) + S_MASKx(p,3,d,s) + S_MASKx(p,4,d,s) +\ in png_combine_row() 3343 S_MASKx(p,5,d,s) + S_MASKx(p,6,d,s) + S_MASKx(p,7,d,s), d) in png_combine_row()
|