/aoo4110/main/qadevOOo/runner/graphical/ |
H A D | PixelCounter.java | 48 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()
|
/aoo4110/main/qadevOOo/runner/convwatch/ |
H A D | PixelCounter.java | 50 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
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ |
H A D | ColourConverter.java | 257 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()
|
/aoo4110/main/basebmp/inc/basebmp/ |
H A D | rgbmaskpixelformats.hxx | 118 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 D | truecolormaskaccessor.hxx | 140 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 D | rgb24pixelformats.hxx | 44 return ColorType(c.red(),c.green(),c.blue()); in operator ()()
|
/aoo4110/main/svx/source/dialog/ |
H A D | sdstring.src | 239 Text [ en-US ] = "Sea blue"; 254 Text [ en-US ] = "Sky blue"; 460 Text = "Sea blue"; 481 Text = "Sky blue"; 517 Text = "Linear blue/white"; 552 Text = "Ellipsoid blue grey/light blue"; 566 Text [ en-US ] = "Linear blue/white"; 594 Text [ en-US ] = "Ellipsoid blue gray/light blue";
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | xrender_peer.hxx | 366 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()
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
H A D | TextStyle.java | 175 int blue = 0; in parseColorString() local 179 blue = Integer.parseInt(b, 16); in parseColorString() 183 return new Color(red, green, blue); in parseColorString()
|
/aoo4110/main/x11_extensions/inc/ |
H A D | Xrender.h | 40 short blue; member 86 unsigned short blue; member 170 unsigned short red, green, blue, alpha; member
|
H A D | renderproto.h | 59 CARD16 blue B16; 105 CARD16 blue B16; 114 CARD16 blue B16;
|
/aoo4110/main/vcl/unx/gtk/a11y/ |
H A D | atktextattributes.cxx | 371 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()
|
/aoo4110/main/vcl/unx/generic/dtrans/ |
H A D | bmp.cxx | 217 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()
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | CellStyle.java | 134 int blue = 0; in parseColorString() local 138 blue = Integer.parseInt(b, 16); in parseColorString() 142 return new Color(red, green, blue, 0); in parseColorString()
|
/aoo4110/main/toolkit/test/accessibility/ |
H A D | CanvasShape.java | 42 public final Color maFocusColor = Color.blue; 55 maBgColor = Color.blue; in CanvasShape()
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/ |
H A D | CanvasShape.java | 46 public final Color maFocusColor = Color.blue; 57 maBgColor = Color.blue; in CanvasShape()
|
/aoo4110/main/scp2/source/ooo/ |
H A D | file_extra_ooo.scp | 126 Name = "glas-blue.zip"; 166 Name = "square-blue.zip";
|
/aoo4110/ext_libraries/ratscan/scan/ |
H A D | rat-output-to-html.xsl | 40 h2 {color:blue;} 47 caption {color:blue;text-align:left;}
|
/aoo4110/main/svtools/source/filter/ixpm/ |
H A D | rgbtable.hxx | 29 sal_uInt8 blue; member
|
/aoo4110/main/offapi/com/sun/star/util/ |
H A D | Color.idl | 38 <li>blue</li>
|
/aoo4110/main/oox/source/drawingml/ |
H A D | colorchoicecontext.cxx | 95 case A_TOKEN( blue ): in createFastChildContext()
|
/aoo4110/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ |
H A D | PlainSourceView.java | 211 g.setColor(Color.blue); in paintComponent()
|
/aoo4110/main/vcl/unx/generic/app/ |
H A D | saldisp.cxx | 3225 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()
|
/aoo4110/main/offapi/com/sun/star/drawing/ |
H A D | GraphicObjectShape.idl | 117 /** If this property is set, the blue channel of this graphic shape is
|
/aoo4110/main/offapi/com/sun/star/text/ |
H A D | TextGraphicObject.idl | 142 /** changes the display of the blue color channel.
|