Lines Matching refs:GCOMP
460 RGB(rgba[i][RCOMP], rgba[i][GCOMP], rgba[i][BCOMP])); in write_rgba_span_front()
465 RGB(rgba[i][RCOMP], rgba[i][GCOMP], rgba[i][BCOMP])); in write_rgba_span_front()
483 c.g=rgba[i][GCOMP]; in write_rgba_span_front()
495 c.g=rgba[i][GCOMP]; in write_rgba_span_front()
529 RGB(rgba[i][RCOMP], rgba[i][GCOMP], in write_rgba_pixels_front()
549 rgba[i][GCOMP] = GetGValue(Color); in read_rgba_span_front()
570 rgba[i][GCOMP] = GetGValue(Color); in read_rgba_pixels_front()
605 lpdw[i] = BGR32(rgba[i][RCOMP], rgba[i][GCOMP], in write_rgba_span_32()
610 *lpdw++ = BGR32(rgba[i][RCOMP], rgba[i][GCOMP], in write_rgba_span_32()
629 rgba[i][RCOMP], rgba[i][GCOMP], rgba[i][BCOMP]); in write_rgba_pixels_32()
650 rgba[i][GCOMP] = (GLubyte)((pixel & 0x0000ff00) >> 8); in read_rgba_span_32()
674 rgba[i][GCOMP] = (GLubyte)((pixel & 0x0000ff00) >> 8); in read_rgba_pixels_32()
711 lpb[3*i+1] = rgba[i][GCOMP]; in write_rgba_span_24()
718 *lpb++ = rgba[i][GCOMP]; in write_rgba_span_24()
738 rgba[i][RCOMP], rgba[i][GCOMP], rgba[i][BCOMP]); in write_rgba_pixels_24()
757 rgba[i][GCOMP] = lpb[3*i+1]; in read_rgba_span_24()
779 rgba[i][GCOMP] = lpb[3*i+1]; in read_rgba_pixels_24()
815 lpw[i] = BGR16(rgba[i][RCOMP], rgba[i][GCOMP], in write_rgba_span_16()
820 *lpw++ = BGR16(rgba[i][RCOMP], rgba[i][GCOMP], in write_rgba_span_16()
841 rgba[i][RCOMP], rgba[i][GCOMP], rgba[i][BCOMP]); in write_rgba_pixels_16()
862 rgba[i][GCOMP] = (pixel & 0x03e0) >> 2; in read_rgba_span_16()
886 rgba[i][GCOMP] = (pixel & 0x03e0) >> 2; in read_rgba_pixels_16()