Lines Matching refs:GetBlue
60 PIXBYTE GetBlue() const;
79 PIXBYTE GetBlue() const { return mpPixel[2]; } in GetBlue() function in TrueColorPixelPtr
99 PIXBYTE GetBlue() const { return mpPixel[0]; } in GetBlue() function in TrueColorPixelPtr
119 PIXBYTE GetBlue() const { return mpPixel[3]; } in GetBlue() function in TrueColorPixelPtr
139 PIXBYTE GetBlue() const { return mpPixel[1]; } in GetBlue() function in TrueColorPixelPtr
159 PIXBYTE GetBlue() const { return mpPixel[2]; } in GetBlue() function in TrueColorPixelPtr
179 PIXBYTE GetBlue() const { return mpPixel[0]; } in GetBlue() function in TrueColorPixelPtr
200 PIXBYTE GetBlue() const { return (mpPixel[1]<<3U); } in GetBlue() function in TrueColorPixelPtr
220 PIXBYTE GetBlue() const { return (mpPixel[0]<<3U); } in GetBlue() function in TrueColorPixelPtr
314 rDst.SetColor( rSrc.GetRed(), rSrc.GetGreen(), rSrc.GetBlue() ); in ImplConvertPixel()
371 int nB = rDst.GetBlue(); in ImplBlendPixels()
372 nS = rSrc.GetBlue(); in ImplBlendPixels()
973 || (nFillByte != rColor.GetBlue()) ) in ImplFastEraseBitmap()