Home | History | Annotate | Download | only in jumper

Lines Matching refs:gather

721     r = gather(c->r, (px      ) & 0xff);
722 g = gather(c->g, (px >> 8) & 0xff);
723 b = gather(c->b, (px >> 16) & 0xff);
734 r = gather(c->r, expand(R) & 0xff);
735 g = gather(c->g, expand(G) & 0xff);
736 b = gather(c->b, expand(B) & 0xff);
747 r = gather(c->r, expand(R) & 0xff);
748 g = gather(c->g, expand(G) & 0xff);
749 b = gather(c->b, expand(B) & 0xff);
757 r = from_byte(gather(tables->r, round(r, 255.0f)));
758 g = from_byte(gather(tables->g, round(g, 255.0f)));
759 b = from_byte(gather(tables->b, round(b, 255.0f)));
760 a = from_byte(gather(tables->a, round(a, 255.0f)));
768 r = from_byte(gather(tables->r, round(r, scale)));
769 g = from_byte(gather(tables->g, round(g, scale)));
770 b = from_byte(gather(tables->b, round(b, scale)));
774 return gather(ctx->table, round(v, ctx->size - 1));
826 a = from_byte(gather(ptr, ix));
850 r = g = b = from_byte(gather(ptr, ix));
869 from_565(gather(ptr, ix), &r,&g,&b);
892 from_4444(gather(ptr, ix), &r,&g,&b,&a);
914 from_8888(gather(ptr, ix), &r,&g,&b,&a);
948 from_8888(gather(ptr, ix), &b,&g,&r,&a);
983 auto px = gather(ptr, ix);
1162 fr = gather(c->fs[0], idx);
1163 br = gather(c->bs[0], idx);
1164 fg = gather(c->fs[1], idx);
1165 bg = gather(c->bs[1], idx);
1166 fb = gather(c->fs[2], idx);
1167 bb = gather(c->bs[2], idx);
1168 fa = gather(c->fs[3], idx);
1169 ba = gather(c->bs[3], idx);