Home
last modified time | relevance | path

Searched refs:red (Results 1 – 25 of 607) sorted by relevance

12345678910>>...25

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/ !
H A DPixelCounter.java46 final int red = (pixel >> 16) & 0xff; in countold() local
51 if (red == 0xff && green == 0xff && blue == 0xff) in countold()
72 final int red = (pixel >> 16) & 0xff; in count() local
73 if (red != 0xff) in count()
92 final int red = (pixel >> 16) & 0xff; in countold() local
96 if (red == 0x00 && green == 0x00 && blue == 0x00) in countold()
117 final int red = (pixel >> 16) & 0xff; in count() local
118 if (red != 0x00) in count()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/ !
H A DPixelCounter.java48 int red = (pixel >> 16) & 0xff; in count() local
53 if (red == 0xff && green == 0xff && blue == 0xff) in count()
72 int red = (pixel >> 16) & 0xff; in count() local
76 if (red == 0x00 && green == 0x00 && blue == 0x00) in count()
91 int red = (rgba >> 16) & 0xff; in stuff() local
101 rgba = (alpha << 24) | (red << 16) | (green << 8) | blue; in stuff()
108 int red = (pixel >> 16) & 0xff; in handlesinglepixel() local
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/ !
H A DColourConverter.java255 int red = colour.getRed(); in convertFromRGB() local
262 if(red>0xC0 && green>0xC0 && blue>0xC0) { in convertFromRGB()
264 if(red!=0xFF) in convertFromRGB()
265 red = getClosest(red, reducedMap); in convertFromRGB()
276 matchedRGB += getClosest(red) << 16; in convertFromRGB()
/trunk/main/basebmp/inc/basebmp/ !
H A Drgbmaskpixelformats.hxx116 const typename base_type::unsigned_pixel_type red (v & RedMask); in operator ()() local
123 ColorType res( (shiftRight(red, in operator ()()
127 (shiftRight(red, in operator ()()
176 const typename base_type::unsigned_pixel_type red (c.getRed()); in operator ()() local
181 (shiftLeft(red, in operator ()()
H A Dtruecolormaskaccessor.hxx138 const unsigned_data_type red (v & RedMask); in toValue() local
142 value_type res( (shiftRight(red, in toValue()
144 (shiftRight(red, in toValue()
161 const unsigned_data_type red (v.getRed()); in toPacked() local
166 (shiftLeft(red, in toPacked()
/trunk/main/sd/ !
H A DPackage_res.mk44 $(eval $(call gb_Package_add_file,sd_res,pck/glas-red.zip,buttons/glas-red.zip))
51 $(eval $(call gb_Package_add_file,sd_res,pck/square-red.zip,buttons/square-red.zip))
/trunk/main/vcl/unx/generic/gdi/ !
H A Dxrender_peer.hxx364 aRetVal.red = SALCOLOR_RED( rSalColor ); aRetVal.red |= (aRetVal.red << 8); in GetXRenderColor()
375 aRetVal.red = static_cast<sal_uInt16>(fAlpha * aRetVal.red + 0.5); in GetXRenderColor()
/trunk/main/scripting/examples/javascript/Highlight/ !
H A DButtonPressHandler.js81 red = java.awt.Color.red.getRGB();
99 new java.lang.Integer(red),
/trunk/main/helpcontent2/source/auxiliary/dz/ !
H A Dhighcontrast2.css85 { color: red; border: 1px solid red; }
109 { border: 1px solid red; padding: 3px; display: none; }
/trunk/main/helpcontent2/source/auxiliary/gl/ !
H A Dhighcontrastblack.css85 { color: red; border: 1px solid red; }
109 { border: 1px solid red; padding: 3px; display: none; }
/trunk/main/helpcontent2/source/auxiliary/sd/ !
H A Dhighcontrast1.css85 { color: red; border: 1px solid red; }
109 { border: 1px solid red; padding: 3px; display: none; }
/trunk/main/helpcontent2/source/auxiliary/lt/ !
H A Dhighcontrastblack.css85 { color: red; border: 1px solid red; }
109 { border: 1px solid red; padding: 3px; display: none; }
/trunk/main/helpcontent2/source/auxiliary/bs/ !
H A Dhighcontrastwhite.css85 { color: red; border: 1px solid red; }
109 { border: 1px solid red; padding: 3px; display: none; }
/trunk/main/helpcontent2/source/auxiliary/kab/ !
H A Dhighcontrastwhite.css85 { color: red; border: 1px solid red; }
109 { border: 1px solid red; padding: 3px; display: none; }
/trunk/main/helpcontent2/source/auxiliary/om/ !
H A Dhighcontrast1.css85 { color: red; border: 1px solid red; }
109 { border: 1px solid red; padding: 3px; display: none; }
/trunk/main/helpcontent2/source/auxiliary/gu/ !
H A Dhighcontrastblack.css85 { color: red; border: 1px solid red; }
109 { border: 1px solid red; padding: 3px; display: none; }
/trunk/main/helpcontent2/source/auxiliary/cs/ !
H A Dhighcontrast2.css85 { color: red; border: 1px solid red; }
109 { border: 1px solid red; padding: 3px; display: none; }
/trunk/main/helpcontent2/source/auxiliary/mai/ !
H A Dhighcontrast2.css85 { color: red; border: 1px solid red; }
109 { border: 1px solid red; padding: 3px; display: none; }
/trunk/main/helpcontent2/source/auxiliary/ast/ !
H A Dhighcontrast1.css85 { color: red; border: 1px solid red; }
109 { border: 1px solid red; padding: 3px; display: none; }
/trunk/main/helpcontent2/source/auxiliary/nr/ !
H A Dhighcontrastwhite.css85 { color: red; border: 1px solid red; }
109 { border: 1px solid red; padding: 3px; display: none; }
/trunk/main/helpcontent2/source/auxiliary/sat/ !
H A Dhighcontrast1.css85 { color: red; border: 1px solid red; }
109 { border: 1px solid red; padding: 3px; display: none; }
/trunk/main/helpcontent2/source/auxiliary/es/ !
H A Dhighcontrast1.css85 { color: red; border: 1px solid red; }
109 { border: 1px solid red; padding: 3px; display: none; }
/trunk/main/helpcontent2/source/auxiliary/ts/ !
H A Dhighcontrast2.css85 { color: red; border: 1px solid red; }
109 { border: 1px solid red; padding: 3px; display: none; }
/trunk/main/helpcontent2/source/auxiliary/tn/ !
H A Dhighcontrastblack.css85 { color: red; border: 1px solid red; }
109 { border: 1px solid red; padding: 3px; display: none; }
/trunk/main/helpcontent2/source/auxiliary/cy/ !
H A Dhighcontrastwhite.css85 { color: red; border: 1px solid red; }
109 { border: 1px solid red; padding: 3px; display: none; }

12345678910>>...25