Home
last modified time | relevance | path

Searched defs:GetGreen (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dbmpfast.cxx78 PIXBYTE GetGreen() const { return mpPixel[1]; } in GetGreen() function in TrueColorPixelPtr
98 PIXBYTE GetGreen() const { return mpPixel[1]; } in GetGreen() function in TrueColorPixelPtr
118 PIXBYTE GetGreen() const { return mpPixel[2]; } in GetGreen() function in TrueColorPixelPtr
138 PIXBYTE GetGreen() const { return mpPixel[2]; } in GetGreen() function in TrueColorPixelPtr
158 PIXBYTE GetGreen() const { return mpPixel[1]; } in GetGreen() function in TrueColorPixelPtr
178 PIXBYTE GetGreen() const { return mpPixel[1]; } in GetGreen() function in TrueColorPixelPtr
199 PIXBYTE GetGreen() const { return (mpPixel[0]<<5U) | ((mpPixel[1]>>3U)&28U); } in GetGreen() function in TrueColorPixelPtr
219 PIXBYTE GetGreen() const { return (mpPixel[1]<<5U) | ((mpPixel[0]>>3U)&28U); } in GetGreen() function in TrueColorPixelPtr
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfreprd.hxx125 inline sal_uInt8 DXFPalette::GetGreen(sal_uInt8 nIndex) const { return pGreen[nIndex]; } in GetGreen() function in DXFPalette
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h96 CGFloat GetGreen() const { return mfRGBA[1]; } in GetGreen() function in RGBAColor
/trunk/main/vcl/inc/
H A Dprintergfx.hxx85 sal_uInt16 GetGreen () const in GetGreen() function in psp::PrinterColor
/trunk/main/tools/inc/tools/
H A Dcolor.hxx140 sal_uInt8 GetGreen() const { return COLORDATA_GREEN( mnColor ); } in GetGreen() function in Color
/trunk/main/vcl/inc/vcl/
H A Dsalbtype.hxx390 inline sal_uInt8 BitmapColor::GetGreen() const in GetGreen() function in BitmapColor

Completed in 52 milliseconds