Lines Matching refs:di
1193 void write(uint32_t s, uint16_t* dst, ditherer& di) { in write()
1195 di.step(); in write()
1201 *dst = di.abgr8888ToRgb565(s); in write()
1203 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); in write()
1302 void write(uint32_t s, uint16_t* dst, ditherer& di) { in write()
1305 di.step(); in write()
1323 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); in write()
1366 void write(uint32_t s, uint16_t* dst, ditherer& di) { in write()
1378 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); in write()
1447 dst_iterator16 di(c); in scanline_t32cb16_clamp() local
1452 while (di.count--) { in scanline_t32cb16_clamp()
1454 *di.dst++ = convertAbgr8888ToRgb565(s); in scanline_t32cb16_clamp()
1459 while (di.count--) { in scanline_t32cb16_clamp()
1461 *di.dst++ = convertAbgr8888ToRgb565(s); in scanline_t32cb16_clamp()
1469 dst_iterator16 di(c); in scanline_t32cb16_dither() local
1472 while (di.count--) { in scanline_t32cb16_dither()
1474 *di.dst++ = dither.abgr8888ToRgb565(s); in scanline_t32cb16_dither()
1480 dst_iterator16 di(c); in scanline_t32cb16_clamp_dither() local
1486 while (di.count--) { in scanline_t32cb16_clamp_dither()
1488 *di.dst++ = dither.abgr8888ToRgb565(s); in scanline_t32cb16_clamp_dither()
1493 while (di.count--) { in scanline_t32cb16_clamp_dither()
1495 *di.dst++ = dither.abgr8888ToRgb565(s); in scanline_t32cb16_clamp_dither()
1502 dst_iterator16 di(c); in scanline_t32cb16blend_dither() local
1506 while (di.count--) { in scanline_t32cb16blend_dither()
1508 bl.write(s, di.dst, dither); in scanline_t32cb16blend_dither()
1509 di.dst++; in scanline_t32cb16blend_dither()
1515 dst_iterator16 di(c); in scanline_t32cb16blend_clamp() local
1520 while (di.count--) { in scanline_t32cb16blend_clamp()
1522 bl.write(s, di.dst); in scanline_t32cb16blend_clamp()
1523 di.dst++; in scanline_t32cb16blend_clamp()
1527 while (di.count--) { in scanline_t32cb16blend_clamp()
1529 bl.write(s, di.dst); in scanline_t32cb16blend_clamp()
1530 di.dst++; in scanline_t32cb16blend_clamp()
1537 dst_iterator16 di(c); in scanline_t32cb16blend_clamp_dither() local
1542 while (di.count--) { in scanline_t32cb16blend_clamp_dither()
1544 bl.write(s, di.dst, dither); in scanline_t32cb16blend_clamp_dither()
1545 di.dst++; in scanline_t32cb16blend_clamp_dither()
1551 dst_iterator16 di(c); in scanline_t32cb16blend_clamp_mod() local
1555 while (di.count--) { in scanline_t32cb16blend_clamp_mod()
1557 bl.write(s, di.dst); in scanline_t32cb16blend_clamp_mod()
1558 di.dst++; in scanline_t32cb16blend_clamp_mod()
1564 dst_iterator16 di(c); in scanline_t32cb16blend_clamp_mod_dither() local
1569 while (di.count--) { in scanline_t32cb16blend_clamp_mod_dither()
1571 bl.write(s, di.dst, dither); in scanline_t32cb16blend_clamp_mod_dither()
1572 di.dst++; in scanline_t32cb16blend_clamp_mod_dither()
1579 dst_iterator16 di(c); in scanline_x32cb16blend_clamp_mod() local
1583 while (di.count--) { in scanline_x32cb16blend_clamp_mod()
1585 bl.write(s, di.dst); in scanline_x32cb16blend_clamp_mod()
1586 di.dst++; in scanline_x32cb16blend_clamp_mod()
1592 dst_iterator16 di(c); in scanline_x32cb16blend_clamp_mod_dither() local
1597 while (di.count--) { in scanline_x32cb16blend_clamp_mod_dither()
1599 bl.write(s, di.dst, dither); in scanline_x32cb16blend_clamp_mod_dither()
1600 di.dst++; in scanline_x32cb16blend_clamp_mod_dither()
1606 dst_iterator16 di(c); in scanline_t16cb16_clamp() local
1611 while (di.count--) { in scanline_t16cb16_clamp()
1612 *di.dst++ = ci.get_pixel16(); in scanline_t16cb16_clamp()
1616 while (di.count--) { in scanline_t16cb16_clamp()
1617 *di.dst++ = ci.get_pixel16(); in scanline_t16cb16_clamp()
2204 dst_iterator16 di(c); in scanline_t32cb16blend()
2207 while (di.count--) { in scanline_t32cb16blend()
2209 bl.write(s, di.dst); in scanline_t32cb16blend()
2210 di.dst++; in scanline_t32cb16blend()
2217 dst_iterator16 di(c); in scanline_t32cb16blend_srca() local
2221 while (di.count--) { in scanline_t32cb16blend_srca()
2223 blender.write(s,di.dst); in scanline_t32cb16blend_srca()
2224 di.dst++; in scanline_t32cb16blend_srca()
2240 dst_iterator16 di(c); in scanline_t16cb16blend_clamp_mod() local
2244 while (di.count--) { in scanline_t16cb16blend_clamp_mod()
2246 blender.write(s, di.dst); in scanline_t16cb16blend_clamp_mod()
2247 di.dst++; in scanline_t16cb16blend_clamp_mod()