Home | History | Annotate | Download | only in libtests

Lines Matching defs:set_value

329 set_value(png_bytep row, size_t rowbytes, png_uint_32 x, unsigned int bit_depth,
548 set_value(row, rowbytes, x, bit_depth, luma, gamma_table, conv);
563 set_value(row, rowbytes, 2*x, bit_depth,
566 set_value(row, rowbytes, 2*x+1, bit_depth, alpha, gamma_table,
594 set_value(row, rowbytes, 3*x+0, bit_depth, /* red */ Y,
596 set_value(row, rowbytes, 3*x+1, bit_depth, /* green */
599 set_value(row, rowbytes, 3*x+2, bit_depth, /* blue */
630 set_value(row, rowbytes, 4*x+0, bit_depth, /* red */
633 set_value(row, rowbytes, 4*x+1, bit_depth, /* green */
636 set_value(row, rowbytes, 4*x+2, bit_depth, /* blue */
639 set_value(row, rowbytes, 4*x+3, bit_depth, /* alpha */
668 set_value(row, rowbytes, x, bit_depth, luma, gamma_table,
681 set_value(row, rowbytes, 2*x, bit_depth, luma, gamma_table,
683 set_value(row, rowbytes, 2*x+1, bit_depth, alpha, gamma_table,
698 set_value(row, rowbytes, 3*x+0, bit_depth, red, gamma_table,
700 set_value(row, rowbytes, 3*x+1, bit_depth, green, gamma_table,
702 set_value(row, rowbytes, 3*x+2, bit_depth, blue, gamma_table,
718 set_value(row, rowbytes, 4*x+0, bit_depth, red, gamma_table,
720 set_value(row, rowbytes, 4*x+1, bit_depth, green, gamma_table,
722 set_value(row, rowbytes, 4*x+2, bit_depth, blue, gamma_table,
724 set_value(row, rowbytes, 4*x+3, bit_depth, alpha, gamma_table,