Home
last modified time | relevance | path

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

/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngrutil.c3153 # define B_MASKS(d,s) { B_MASK(1,d,s), S_MASK(3,d,s), S_MASK(5,d,s) } in png_combine_row() macro
3174 { B_MASKS(1,0), B_MASKS(2,0), B_MASKS(4,0) }, in png_combine_row()
3176 { B_MASKS(1,1), B_MASKS(2,1), B_MASKS(4,1) } in png_combine_row()
/external/libpng/
Dpngrutil.c3249 # define B_MASKS(d,s) { B_MASK(1,d,s), B_MASK(3,d,s), B_MASK(5,d,s) } in png_combine_row() macro
3270 { B_MASKS(1,0), B_MASKS(2,0), B_MASKS(4,0) }, in png_combine_row()
3272 { B_MASKS(1,1), B_MASKS(2,1), B_MASKS(4,1) } in png_combine_row()