Home
last modified time | relevance | path

Searched refs:pixel (Results 1 – 25 of 137) sorted by relevance

123456

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DPixelCounter.java43 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 …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DPixelCounter.java45 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 …]
/trunk/main/offapi/com/sun/star/ui/
H A DXDockingAreaAcceptor.idl79 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 DModuleWindowStateConfiguration.idl66 … 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>
/trunk/main/offapi/com/sun/star/rendering/
H A DIntegerBitmapLayout.idl71 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 DXIntegerReadOnlyBitmap.idl77 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 DXIntegerBitmap.idl61 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 DFloatingPointBitmapLayout.idl71 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 DXGraphicDevice.idl98 /** 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
/trunk/main/offapi/com/sun/star/graphic/
H A DXGraphicRasterizer.idl35 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 DGraphicDescriptor.idl92 /** 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 DXPrimitive2DRenderer.idl49 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
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/styles/
H A DLengthCalculator.java43 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()
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DResourceDefinitions.hrc62 //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
/trunk/main/offapi/com/sun/star/frame/
H A DXLayoutManager.idl128 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 DXStatusbarController.idl159 the current mouse position in pixel.
199 the current mouse position in pixel.
207 the current mouse position in pixel.
/trunk/main/offapi/com/sun/star/awt/
H A DRasterOperation.idl33 /** 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 DDeviceInfo.idl75 /** contains the X-axis resolution of the device in pixel/meter.
81 /** contains the Y-axis resolution of the device in pixel/meter.
/trunk/main/vcl/unx/generic/dtrans/
H A Dbmp.cxx212 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()
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridControl.idl47 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.
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx2991 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 …]
/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx377 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()
/trunk/main/vcl/inc/unx/
H A Dsalunx.h45 inline long DPI( long pixel, long mm ) in DPI() argument
46 { return Divide( pixel*254, mm*10 ); } in DPI()
/trunk/main/offapi/com/sun/star/deployment/
H A DXPackageTypeInfo.idl78 return a small icon (e.g. 16x16 pixel),
79 else return a big one (e.g. 26x26 pixel)
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DXAutoscroll.idl63 X location of the cursor in pixel.
66 Y location of the cursor in pixel.

Completed in 81 milliseconds

123456