Searched defs:GetRed (Results 1 – 6 of 6) sorted by relevance
77 PIXBYTE GetRed() const { return mpPixel[0]; } in GetRed() function in TrueColorPixelPtr97 PIXBYTE GetRed() const { return mpPixel[2]; } in GetRed() function in TrueColorPixelPtr117 PIXBYTE GetRed() const { return mpPixel[1]; } in GetRed() function in TrueColorPixelPtr137 PIXBYTE GetRed() const { return mpPixel[3]; } in GetRed() function in TrueColorPixelPtr157 PIXBYTE GetRed() const { return mpPixel[0]; } in GetRed() function in TrueColorPixelPtr177 PIXBYTE GetRed() const { return mpPixel[2]; } in GetRed() function in TrueColorPixelPtr198 PIXBYTE GetRed() const { return (mpPixel[0] & 0xF8U); } in GetRed() function in TrueColorPixelPtr218 PIXBYTE GetRed() const { return (mpPixel[1] & 0xF8U); } in GetRed() function in TrueColorPixelPtr
124 inline sal_uInt8 DXFPalette::GetRed(sal_uInt8 nIndex) const { return pRed[nIndex]; } in GetRed() function in DXFPalette
95 CGFloat GetRed() const { return mfRGBA[0]; } in GetRed() function in RGBAColor
138 sal_uInt8 GetRed() const { return COLORDATA_RED( mnColor ); } in GetRed() function in Color
83 sal_uInt16 GetRed () const in GetRed() function in psp::PrinterColor
374 inline sal_uInt8 BitmapColor::GetRed() const in GetRed() function in BitmapColor
Completed in 39 milliseconds