Lines Matching refs:GetRed
58 PIXBYTE GetRed() const;
77 PIXBYTE GetRed() const { return mpPixel[0]; } in GetRed() function in TrueColorPixelPtr
97 PIXBYTE GetRed() const { return mpPixel[2]; } in GetRed() function in TrueColorPixelPtr
117 PIXBYTE GetRed() const { return mpPixel[1]; } in GetRed() function in TrueColorPixelPtr
137 PIXBYTE GetRed() const { return mpPixel[3]; } in GetRed() function in TrueColorPixelPtr
157 PIXBYTE GetRed() const { return mpPixel[0]; } in GetRed() function in TrueColorPixelPtr
177 PIXBYTE GetRed() const { return mpPixel[2]; } in GetRed() function in TrueColorPixelPtr
198 PIXBYTE GetRed() const { return (mpPixel[0] & 0xF8U); } in GetRed() function in TrueColorPixelPtr
218 PIXBYTE GetRed() const { return (mpPixel[1] & 0xF8U); } in GetRed() function in TrueColorPixelPtr
314 rDst.SetColor( rSrc.GetRed(), rSrc.GetGreen(), rSrc.GetBlue() ); in ImplConvertPixel()
363 int nR = rDst.GetRed(); in ImplBlendPixels()
364 int nS = rSrc.GetRed(); in ImplBlendPixels()
971 nFillByte = rColor.GetRed(); in ImplFastEraseBitmap()