Home | History | Annotate | Download | only in gdx2d

Lines Matching defs:gcount

4733       int rshift=0,gshift=0,bshift=0,ashift=0,rcount=0,gcount=0,bcount=0,acount=0;
4751 gshift = stbi__high_bit(mg)-7; gcount = stbi__bitcount(mg);
4772 out[z++] = STBI__BYTECAST(stbi__shiftsigned(v & mg, gshift, gcount));