Home
last modified time | relevance | path

Searched refs:blue (Results 1 – 25 of 120) sorted by relevance

12345

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DPixelCounter.java48 final int blue = (pixel ) & 0xff; in countold() local
51 if (red == 0xff && green == 0xff && blue == 0xff) in countold()
60 final int blue = (pixel ) & 0xff; in count() local
61 if (blue != 0xff) in count()
94 final int blue = (pixel ) & 0xff; in countold() local
96 if (red == 0x00 && green == 0x00 && blue == 0x00) in countold()
105 final int blue = (pixel ) & 0xff; in count() local
106 if (blue != 0x00) in count()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DPixelCounter.java50 int blue = (pixel ) & 0xff; in count() local
53 if (red == 0xff && green == 0xff && blue == 0xff) in count()
74 int blue = (pixel ) & 0xff; in count() local
76 if (red == 0x00 && green == 0x00 && blue == 0x00) in count()
93 int blue = rgba & 0xff; in stuff() local
101 rgba = (alpha << 24) | (red << 16) | (green << 8) | blue; in stuff()
110 int blue = (pixel ) & 0xff; in handlesinglepixel() local
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DColourConverter.java257 int blue = colour.getBlue(); in convertFromRGB() local
262 if(red>0xC0 && green>0xC0 && blue>0xC0) { in convertFromRGB()
268 if(blue!=0xFF) in convertFromRGB()
269 blue = getClosest(blue, reducedMap); in convertFromRGB()
278 matchedRGB += getClosest(blue); in convertFromRGB()
/trunk/main/basebmp/inc/basebmp/
H A Drgbmaskpixelformats.hxx118 const typename base_type::unsigned_pixel_type blue (v & BlueMask); in operator ()() local
141 (shiftRight(blue, in operator ()()
145 (shiftRight(blue, in operator ()()
178 const typename base_type::unsigned_pixel_type blue (c.getBlue()); in operator ()() local
189 (shiftLeft(blue, in operator ()()
H A Dtruecolormaskaccessor.hxx140 const unsigned_data_type blue (v & BlueMask); in toValue() local
152 (shiftRight(blue, in toValue()
154 (shiftRight(blue, in toValue()
163 const unsigned_data_type blue (v.getBlue()); in toPacked() local
170 (shiftLeft(blue, in toPacked()
H A Drgb24pixelformats.hxx44 return ColorType(c.red(),c.green(),c.blue()); in operator ()()
/trunk/main/svx/source/dialog/
H A Dsdstring.src229 Text [ en-US ] = "Sea blue" ;
244 Text [ en-US ] = "Sky blue" ;
450 Text = "Sea blue" ;
471 Text = "Sky blue" ;
507 Text = "Linear blue/white" ;
542 Text = "Ellipsoid blue grey/light blue" ;
556 Text [ en-US ] = "Linear blue/white" ;
584 Text [ en-US ] = "Ellipsoid blue gray/light blue" ;
/trunk/main/sd/
H A DPackage_res.mk42 $(eval $(call gb_Package_add_file,sd_res,pck/glas-blue.zip,buttons/glas-blue.zip))
48 $(eval $(call gb_Package_add_file,sd_res,pck/square-blue.zip,buttons/square-blue.zip))
/trunk/main/vcl/unx/generic/gdi/
H A Dxrender_peer.hxx366 aRetVal.blue = SALCOLOR_BLUE( rSalColor ); aRetVal.blue |= (aRetVal.blue << 8); in GetXRenderColor()
377 aRetVal.blue = static_cast<sal_uInt16>(fAlpha * aRetVal.blue + 0.5); in GetXRenderColor()
/trunk/main/vcl/unx/gtk/a11y/
H A Datktextattributes.cxx371 sal_uInt8 blue = nColor & 0xFF; in get_color_value() local
375 return g_strdup_printf( "%u,%u,%u", red, green, blue ); in get_color_value()
384 int red, green, blue; in String2Color() local
386 if( 3 != sscanf( value, "%d,%d,%d", &red, &green, &blue ) ) in String2Color()
389 sal_Int32 nColor = (sal_Int32) blue | ( (sal_Int32) green << 8 ) | ( ( sal_Int32 ) red << 16 ); in String2Color()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java175 int blue = 0; in parseColorString() local
179 blue = Integer.parseInt(b, 16); in parseColorString()
183 return new Color(red, green, blue); in parseColorString()
/trunk/main/x11_extensions/inc/
H A DXrender.h40 short blue; member
86 unsigned short blue; member
170 unsigned short red, green, blue, alpha; member
H A Drenderproto.h59 CARD16 blue B16;
105 CARD16 blue B16;
114 CARD16 blue B16;
/trunk/main/vcl/unx/generic/dtrans/
H A Dbmp.cxx217 pBuffer[ 54 + i*4 ] = (sal_uInt8)(aColors[i].blue >> 8); in X11_getPaletteBmpFromImage()
485 … aPalette[i].blue = ((unsigned short)pData[40 + i*4]) << 8 | ((unsigned short)pData[40 + i*4]); in setBitmapDataPalette()
551 aPalette[i].blue = b == 5 ? 0xffff : b*10922; in setBitmapDataTCDither()
572 (sal_uInt8)(aRealPalette[i].blue/10923); in setBitmapDataTCDither()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java134 int blue = 0; in parseColorString() local
138 blue = Integer.parseInt(b, 16); in parseColorString()
142 return new Color(red, green, blue, 0); in parseColorString()
/trunk/main/toolkit/test/accessibility/
H A DCanvasShape.java42 public final Color maFocusColor = Color.blue;
55 maBgColor = Color.blue; in CanvasShape()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvasShape.java46 public final Color maFocusColor = Color.blue;
57 maBgColor = Color.blue; in CanvasShape()
/trunk/main/scp2/source/ooo/
H A Dfile_extra_ooo.scp126 Name = "glas-blue.zip";
166 Name = "square-blue.zip";
/trunk/ext_libraries/ratscan/scan/
H A Drat-output-to-html.xsl40 h2 {color:blue;}
47 caption {color:blue;text-align:left;}
/trunk/main/svtools/source/filter/ixpm/
H A Drgbtable.hxx29 sal_uInt8 blue; member
/trunk/main/offapi/com/sun/star/util/
H A DColor.idl38 <li>blue</li>
/trunk/main/oox/source/drawingml/
H A Dcolorchoicecontext.cxx95 case A_TOKEN( blue ): in createFastChildContext()
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx3225 aColor[i].red = aColor[i].green = aColor[i].blue = 0; in GetPalette()
3235 aColor[i].blue >> 8 ); in GetPalette()
3314 return MAKE_SALCOLOR( aColor.red>>8, aColor.green>>8, aColor.blue>>8 ); in GetColor()
3324 rColor.blue = b * 257; in GetXPixel()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java211 g.setColor(Color.blue); in paintComponent()
/trunk/main/offapi/com/sun/star/drawing/
H A DGraphicObjectShape.idl117 /** If this property is set, the blue channel of this graphic shape is

Completed in 87 milliseconds

12345