Lines Matching refs:BCOMP
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()
484 c.b=rgba[i][BCOMP]; in write_rgba_span_front()
496 c.b=rgba[i][BCOMP]; in write_rgba_span_front()
530 rgba[i][BCOMP])); in write_rgba_pixels_front()
550 rgba[i][BCOMP] = GetBValue(Color); in read_rgba_span_front()
571 rgba[i][BCOMP] = GetBValue(Color); in read_rgba_pixels_front()
606 rgba[i][BCOMP]); in write_rgba_span_32()
611 rgba[i][BCOMP]); in write_rgba_span_32()
629 rgba[i][RCOMP], rgba[i][GCOMP], rgba[i][BCOMP]); in write_rgba_pixels_32()
651 rgba[i][BCOMP] = (GLubyte)(pixel & 0x000000ff); in read_rgba_span_32()
675 rgba[i][BCOMP] = (GLubyte)(pixel & 0x000000ff); in read_rgba_pixels_32()
710 lpb[3*i] = rgba[i][BCOMP]; in write_rgba_span_24()
717 *lpb++ = rgba[i][BCOMP]; in write_rgba_span_24()
738 rgba[i][RCOMP], rgba[i][GCOMP], rgba[i][BCOMP]); in write_rgba_pixels_24()
758 rgba[i][BCOMP] = lpb[3*i]; in read_rgba_span_24()
780 rgba[i][BCOMP] = lpb[3*i]; in read_rgba_pixels_24()
816 rgba[i][BCOMP]); in write_rgba_span_16()
821 rgba[i][BCOMP]); in write_rgba_span_16()
841 rgba[i][RCOMP], rgba[i][GCOMP], rgba[i][BCOMP]); in write_rgba_pixels_16()
863 rgba[i][BCOMP] = (pixel & 0x001f) << 3; in read_rgba_span_16()
887 rgba[i][BCOMP] = (pixel & 0x001f) << 3; in read_rgba_pixels_16()