Lines Matching refs:di

1154     void write(uint32_t s, uint16_t* dst, ditherer& di) {
1156 di.step();
1162 *dst = di.abgr8888ToRgb565(s);
1164 int threshold = di.get_value() << (8 - GGL_DITHER_BITS);
1263 void write(uint32_t s, uint16_t* dst, ditherer& di) {
1266 di.step();
1284 int threshold = di.get_value() << (8 - GGL_DITHER_BITS);
1327 void write(uint32_t s, uint16_t* dst, ditherer& di) {
1339 int threshold = di.get_value() << (8 - GGL_DITHER_BITS);
1386 * dst_iterator16 di(context);
1387 * while (di.count--) {
1388 * <do stuff with dest pixel at di.dst>
1389 * di.dst++;
1408 dst_iterator16 di(c);
1413 while (di.count--) {
1415 *di.dst++ = convertAbgr8888ToRgb565(s);
1420 while (di.count--) {
1422 *di.dst++ = convertAbgr8888ToRgb565(s);
1430 dst_iterator16 di(c);
1433 while (di.count--) {
1435 *di.dst++ = dither.abgr8888ToRgb565(s);
1441 dst_iterator16 di(c);
1447 while (di.count--) {
1449 *di.dst++ = dither.abgr8888ToRgb565(s);
1454 while (di.count--) {
1456 *di.dst++ = dither.abgr8888ToRgb565(s);
1463 dst_iterator16 di(c);
1467 while (di.count--) {
1469 bl.write(s, di.dst, dither);
1470 di.dst++;
1476 dst_iterator16 di(c);
1481 while (di.count--) {
1483 bl.write(s, di.dst);
1484 di.dst++;
1488 while (di.count--) {
1490 bl.write(s, di.dst);
1491 di.dst++;
1498 dst_iterator16 di(c);
1503 while (di.count--) {
1505 bl.write(s, di.dst, dither);
1506 di.dst++;
1512 dst_iterator16 di(c);
1516 while (di.count--) {
1518 bl.write(s, di.dst);
1519 di.dst++;
1525 dst_iterator16 di(c);
1530 while (di.count--) {
1532 bl.write(s, di.dst, dither);
1533 di.dst++;
1540 dst_iterator16 di(c);
1544 while (di.count--) {
1546 bl.write(s, di.dst);
1547 di.dst++;
1553 dst_iterator16 di(c);
1558 while (di.count--) {
1560 bl.write(s, di.dst, dither);
1561 di.dst++;
1567 dst_iterator16 di(c);
1572 while (di.count--) {
1573 *di.dst++ = ci.get_pixel16();
1577 while (di.count--) {
1578 *di.dst++ = ci.get_pixel16();
2153 dst_iterator16 di(c);
2156 while (di.count--) {
2158 bl.write(s, di.dst);
2159 di.dst++;
2166 dst_iterator16 di(c);
2170 while (di.count--) {
2172 blender.write(s,di.dst);
2173 di.dst++;
2189 dst_iterator16 di(c);
2193 while (di.count--) {
2195 blender.write(s, di.dst);
2196 di.dst++;