Lines Matching refs:pixels

245  * via the specified intermediate format while testing for transparent pixels.
264 * bgcolor for transparent pixels.
342 * - straight conversion with a bgcolor for the transparent pixels
833 * for copying pixels of a common type from one buffer to another.
852 * for scaling pixels of a common type from one buffer to another.
874 * for XORing pixels of a common type from one buffer into another.
899 * for converting pixels from a buffer of one type into a buffer of
900 * another type. No blending is done of the pixels.
924 * for converting pixels from a buffer of byte pixels with a lookup
925 * table into a buffer of another type. No blending is done of the pixels.
953 * loop for scaling and converting pixels from a buffer of one type into
954 * a buffer of another type. No blending is done of the pixels.
981 * loop for scaling and converting pixels from a buffer of byte pixels
983 * done of the pixels.
1012 * for drawing opaque pixels from a buffer of one type onto a buffer of
1013 * another type, ignoring the transparent pixels in the source buffer.
1014 * No blending is done of the pixels - the converted pixel value is
1039 * for converting pixels from a buffer of byte pixels with a lookup
1040 * table containing transparent pixels into a buffer of another type.
1041 * No blending is done of the pixels - the converted pixel value is
1068 * loop for scaling and converting pixels from a buffer of byte pixels
1069 * with a lookup table containing transparent pixels into a buffer of
1071 * No blending is done of the pixels - the converted pixel value is
1102 * loop for scaling and converting pixels from a buffer of one type
1103 * containing transparent pixels into a buffer of another type.
1105 * No blending is done of the pixels - the converted pixel value is
1133 * for converting pixels from a buffer of one type containing transparent
1134 * pixels into a buffer of another type with a specified bgcolor for the
1135 * transparent pixels.
1136 * No blending is done of the pixels other than to substitute the
1137 * bgcolor for any transparent pixels.
1163 * for converting pixels from a buffer of byte pixels with a lookup
1164 * table containing transparent pixels into a buffer of another type
1165 * with a specified bgcolor for the transparent pixels.
1166 * No blending is done of the pixels other than to substitute the
1167 * bgcolor for any transparent pixels.
1196 * for converting pixels from a buffer of one type into a buffer of
1231 * for setting a rectangular region of pixels to a specific pixel value.
1232 * No blending of the fill color is done with the pixels.
1261 * for iterating through a list of spans and setting those regions of pixels
1263 * the pixels.
1298 * those regions of pixels between them to a specific pixel value.
1299 * No blending of the fill color is done with the pixels.
1374 * for iterating along a horizontal or vertical line and setting the pixels
1376 * is done with the pixels.
1418 * for setting a rectangular region of pixels to a specific pixel value.
1457 * for iterating through a list of spans and setting those regions of pixels
1502 * for iterating along a horizontal or vertical line and setting the pixels
1578 PIXELS = (const jubyte *)GLYPHS[GLYPHCOUNTER].pixels; \
1629 DeclareDrawGlyphListClipVars(pixels, rowBytes, width, height, \
1631 ClipDrawGlyphList(DST, pixels, 1, rowBytes, width, height, \
1640 if (pixels[x]) { \
1645 pixels += rowBytes; \
1770 DeclareDrawGlyphListClipVars(pixels, rowBytes, width, height, \
1772 ClipDrawGlyphList(DST, pixels, 1, rowBytes, width, height, \
1783 GlyphListAABlend ## STRATEGY(DST, pixels, x, pPix, \
1788 pixels += rowBytes; \
1919 DeclareDrawGlyphListClipVars(pixels, rowBytes, width, height, \
1923 ClipDrawGlyphList(DST, pixels, bpp, rowBytes, width, height, \
1932 pixels += glyphs[glyphCounter].rowBytesOffset; \
1939 if (pixels[x]) { \
1945 GlyphListLCDBlend ## STRATEGY(DST, pixels, x, pPix, \
1951 pixels += rowBytes; \
1980 DeclareDrawGlyphListClipVars(pixels, rowBytes, width, height, \
1982 ClipDrawGlyphList(DST, pixels, 1, rowBytes, width, height, \
1991 if (pixels[x]) { \
1997 pixels += rowBytes; \
2167 * for the various surface types to manipulate pixels and pixel data.