Searched defs:red (Results 1 – 13 of 13) sorted by relevance
46 final int red = (pixel >> 16) & 0xff; in countold() local72 final int red = (pixel >> 16) & 0xff; in count() local92 final int red = (pixel >> 16) & 0xff; in countold() local117 final int red = (pixel >> 16) & 0xff; in count() local
48 int red = (pixel >> 16) & 0xff; in count() local72 int red = (pixel >> 16) & 0xff; in count() local91 int red = (rgba >> 16) & 0xff; in stuff() local108 int red = (pixel >> 16) & 0xff; in handlesinglepixel() local
27 sal_uInt8 red; member
116 const typename base_type::unsigned_pixel_type red (v & RedMask); in operator ()() local176 const typename base_type::unsigned_pixel_type red (c.getRed()); in operator ()() local
138 const unsigned_data_type red (v & RedMask); in toValue() local161 const unsigned_data_type red (v.getRed()); in toPacked() local
136 int red = cRed.getRGB(); in actionPerformed() local
55 int red = 0xff; in ScreenComparer() local
255 int red = colour.getRed(); in convertFromRGB() local
132 int red = 0; in parseColorString() local
36 short red; member84 unsigned short red; member170 unsigned short red, green, blue, alpha; member
173 int red = 0; in parseColorString() local
373 sal_uInt8 red = (nColor >> 16) & 0xFF; in get_color_value() local384 int red, green, blue; in String2Color() local
321 void set_source_rgb(cairo_t *cr, double red, double green, double blue) in set_source_rgb()
Completed in 65 milliseconds