/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | PixelCounter.java | 43 public void countold(final int pixel) in countold() argument 46 final int red = (pixel >> 16) & 0xff; in countold() 47 final int green = (pixel >> 8) & 0xff; in countold() 48 final int blue = (pixel ) & 0xff; in countold() 57 public void count(final int pixel) in count() argument 60 final int blue = (pixel ) & 0xff; in count() 66 final int green = (pixel >> 8) & 0xff; in count() 72 final int red = (pixel >> 16) & 0xff; in count() 89 public void countold(final int pixel) in countold() argument 92 final int red = (pixel >> 16) & 0xff; in countold() [all …]
|
/aoo42x/main/qadevOOo/runner/convwatch/ |
H A D | PixelCounter.java | 45 public void count(int pixel) in count() argument 47 int alpha = (pixel >> 24) & 0xff; in count() 48 int red = (pixel >> 16) & 0xff; in count() 49 int green = (pixel >> 8) & 0xff; in count() 50 int blue = (pixel ) & 0xff; in count() 69 public void count(int pixel) in count() argument 71 int alpha = (pixel >> 24) & 0xff; in count() 72 int red = (pixel >> 16) & 0xff; in count() 73 int green = (pixel >> 8) & 0xff; in count() 74 int blue = (pixel ) & 0xff; in count() [all …]
|
/aoo42x/main/offapi/com/sun/star/ui/ |
H A D | XDockingAreaAcceptor.idl | 79 filled by the caller with pixel data. The members of 83 <li>X = requested area on left side (in pixel)</li> 84 <li>Y = requested area on top side (in pixel)</li> 85 <li>Width = requested area on right side (in pixel)</li> 86 <li>Height = requested area on bottom side (in pixel)</li> 97 parameter is filled by the caller with pixel data. The members of 101 <li>X = new area on left side (in pixel)</li> 102 <li>Y = new area on top side (in pixel)</li> 103 <li>Width = new area on right side (in pixel)</li> 104 <li>Height = new area on bottom side (in pixel)</li>
|
H A D | ModuleWindowStateConfiguration.idl | 66 … a pixel position for top/bottom docked windows. For left/right docked windows this is</li> 73 floating position in pixel of the window.</li> 75 floating size in pixel of the window.</li>
|
/aoo42x/main/offapi/com/sun/star/rendering/ |
H A D | IntegerBitmapLayout.idl | 71 single pixel lies consecutively in memory. For a planar 72 layout, the first channel of all pixel is stored consecutive, 79 Note that the actual pixel layout is specified at the color 95 palette, one of the pixel components as returned by the color 103 /** This member determines the bit order (only relevant if a pixel 106 When <TRUE/>, this member denotes that the leftmost pixel from 107 an 8 bit amount of pixel data consists of the bits starting 111 Example: for a 1bpp bitmap, each pixel is represented by 112 exactly one bit. If this member is <TRUE/>, the first pixel is 113 the MSB of the first byte, and the eighth pixel is the LSB of
|
H A D | XIntegerReadOnlyBitmap.idl | 77 pixel are not integer multiples of bytes (i.e. if one pixel 110 /** Get a single pixel of the bitmap, returning its color 113 If the internal data format's pixel are not integer multiples 114 of bytes (i.e. if one pixel occupies less than a byte - the 115 case of more than one byte per pixel is not specified), the 118 pixel data are to be retrieved from the passed bitmap layout.<p>
|
H A D | XIntegerBitmap.idl | 61 bitmap can be changed. If the internal data format's pixel are 62 not integer multiples of bytes (i.e. if one pixel occupies 102 /** Set a single pixel of the bitmap with the given color 105 If the internal data format's pixel are not integer multiples 106 of bytes (i.e. if one pixel occupies less than a byte), the
|
H A D | FloatingPointBitmapLayout.idl | 71 single pixel lies consecutively in memory. For a planar 72 layout, the first channel of all pixel is stored consecutive, 87 /** Number of color components per pixel. 93 /** Endianness of the pixel values.
|
H A D | XGraphicDevice.idl | 98 /** Query the physical resolution of the device in pixel per 147 Size of the requested bitmap in pixel. Both components of the 167 Size of the requested bitmap in pixel. Both components of the 179 Size of the requested bitmap in pixel. Both components of the 200 Size of the requested bitmap in pixel. Both components of the
|
/aoo42x/main/offapi/com/sun/star/graphic/ |
H A D | XGraphicRasterizer.idl | 35 rasterize a given data stream to a pixel graphic 45 pixel within the given output parameter.</p> 51 The horizontal resolution of the callers device in pixel per inch. This 57 The vertical resolution of the callers device in pixel per inch. This 63 The default rendering size in pixel of the underlying graphics 67 a default pixel size of 0,0 is returned. In this case, the caller 68 needs to assume a default pixel size, appropriate for the calling 86 <p>The <type>XGraphic</type> container will contain a pixel 94 The width in pixel of the graphic to be rasterized. 99 The height in pixel of the graphic to be rasterized. [all …]
|
H A D | GraphicDescriptor.idl | 92 /** The Size of the graphic in pixel. 95 vector graphics or if the pixel size can not be 104 pixel graphics or if the logical size can not be 110 /** The number of bits per pixel used for the pixel graphic 114 of pixel graphics</p> 127 /** Indicates that it is a pixel graphic with an alpha channel
|
H A D | XPrimitive2DRenderer.idl | 49 The horizontal resolution of the callers device in pixel per inch. This 55 The vertical resolution of the callers device in pixel per inch. This
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/styles/ |
H A D | LengthCalculator.java | 43 private double pixel; field in LengthCalculator 79 pixel += value.getValue(); in add() 86 if (pixel == 0 && point == 0) in getResult() 90 if (pixel == 0 && millimeter == 0) in getResult() 96 return CSSNumericValue.createValue(CSSNumericType.PX, pixel); in getResult() 102 result += pixel * 72 / 96; in getResult()
|
/aoo42x/main/sfx2/inc/sfx2/sidebar/ |
H A D | ResourceDefinitions.hrc | 62 //unit pixel 105 //for 16*16 pixel bmp 110 //for 24*16 pixel bmp 114 //for 24*24 pixel bmp 122 //for 42*42 pixel bmp
|
/aoo42x/main/offapi/com/sun/star/frame/ |
H A D | XLayoutManager.idl | 128 The <type scope="com::sun::star::awt">Rectangle</type> contains pixel values. The 131 <li>X = docking area on left side (in pixel)</li> 132 <li>Y = docking area on top side (in pixel)</li> 133 <li>Width = docking area on right side (in pixel)</li> 134 <li>Height = docking area on bottom side (in pixel)</li> 335 specifies the new size in pixel. 352 specifies the new position in pixel. 369 specifies the new position in pixel. 372 specifies the new position in pixel. 437 …the size in pixel of the user interface element. A non-window based user interface element provide… [all …]
|
H A D | XStatusbarController.idl | 159 the current mouse position in pixel. 199 the current mouse position in pixel. 207 the current mouse position in pixel.
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | RasterOperation.idl | 33 /** These values are used to specify the binary pixel-operation applied 40 /** sets all pixel as written in the output operation. 46 /** uses the pixel written as one and the current pixel as
|
H A D | DeviceInfo.idl | 75 /** contains the X-axis resolution of the device in pixel/meter. 81 /** contains the Y-axis resolution of the device in pixel/meter.
|
/aoo42x/main/vcl/unx/generic/dtrans/ |
H A D | bmp.cxx | 212 aColors[nPixel].pixel = nPixel; in X11_getPaletteBmpFromImage() 489 aPalette[i].pixel = getTCPixel( pData[42+i*4], pData[41+i*4], pData[40+i*4] ); in setBitmapDataPalette() 531 XPutPixel( pImage, x, y, aPalette[nCol].pixel ); in setBitmapDataPalette() 552 aPalette[i].pixel = 0; in setBitmapDataTCDither() 565 aRealPalette[i].pixel = (unsigned long)i; in setBitmapDataTCDither() 573 if( aPalette[nIndex].pixel == 0 ) in setBitmapDataTCDither() 600 XPutPixel( pImage, x, y, aPalette[ i ].pixel ); in setBitmapDataTCDither()
|
/aoo42x/main/offapi/com/sun/star/awt/grid/ |
H A D | XGridControl.idl | 47 the ordinate of the point, in pixel coordinates. 49 the abscissa of the point, in pixel coordinates. 58 the ordinate of the point, in pixel coordinates. 60 the abscissa of the point, in pixel coordinates.
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | saldisp.cxx | 2991 m_nBlackPixel = aColor.pixel; in SalColormap() 2994 m_nWhitePixel = aColor.pixel; in SalColormap() 3226 aColor[i].pixel = i; in GetPalette() 3310 aColor.pixel = nPixel; in GetColor() 3335 if( rColor.pixel & 1 ) in GetXPixels() 3376 if( !m_aPalette.empty() && !m_aPalette[aColor.pixel] ) in GetPixel() 3378 const_cast<SalColormap*>(this)->m_aPalette[aColor.pixel] = nSalColor; in GetPixel() 3380 if( !(aColor.pixel & 1) && !m_aPalette[aColor.pixel+1] ) in GetPixel() 3391 if( !m_aPalette[aInversColor.pixel] ) in GetPixel() 3396 static_cast< unsigned long >(nSalColor), aColor.pixel, in GetPixel() [all …]
|
/aoo42x/main/basebmp/source/ |
H A D | bitmapdevice.cxx | 377 const DestIterator pixel( maBegin + in setPixel_i() local 382 pixel ); in setPixel_i() 385 pixel ); in setPixel_i() 413 const DestIterator pixel( maBegin + in getPixel_i() local 416 return maAccessor(pixel); in getPixel_i() 421 const DestIterator pixel( maBegin + in getPixelData_i() local 424 return maToUInt32Converter(maRawAccessor(pixel)); in getPixelData_i()
|
/aoo42x/main/vcl/inc/unx/ |
H A D | salunx.h | 45 inline long DPI( long pixel, long mm ) in DPI() argument 46 { return Divide( pixel*254, mm*10 ); } in DPI()
|
/aoo42x/main/offapi/com/sun/star/deployment/ |
H A D | XPackageTypeInfo.idl | 78 return a small icon (e.g. 16x16 pixel), 79 else return a big one (e.g. 26x26 pixel)
|
/aoo42x/main/offapi/com/sun/star/datatransfer/dnd/ |
H A D | XAutoscroll.idl | 63 X location of the cursor in pixel. 66 Y location of the cursor in pixel.
|