Searched refs:srcFormat (Results 1 - 7 of 7) sorted by relevance
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/ |
H A D | splashscreen_png.c | 49 ImageFormat srcFormat; local 156 initFormat(&srcFormat, 0xFF000000, 0x00FF0000, 0x0000FF00, 0x000000FF); 157 srcFormat.byteOrder = BYTE_ORDER_MSBFIRST; 160 image_data, &srcFormat);
|
H A D | splashscreen_gif.c | 214 ImageFormat srcFormat; local 227 srcFormat.colorMap = colorMapBuf; 228 srcFormat.depthBytes = 1; 229 srcFormat.byteOrder = BYTE_ORDER_NATIVE; 230 srcFormat.transparentColor = transparentColor; 231 srcFormat.fixedBits = QUAD_ALPHA_MASK; // fixed 100% alpha 232 srcFormat.premultiplied = 0; 243 desc->Width, pSrc, &srcFormat);
|
H A D | splashscreen_jpeg.c | 133 ImageFormat srcFormat; local 186 initFormat(&srcFormat, 0x00FF0000, 0x0000FF00, 0x000000FF, 0x00000000); 187 srcFormat.byteOrder = BYTE_ORDER_LSBFIRST; 188 srcFormat.depthBytes = 3; 189 srcFormat.fixedBits = 0xFF000000; 200 splash->imageFormat.depthBytes, cinfo->output_width, &srcFormat,
|
H A D | splashscreen_gfx_impl.c | 159 ImageFormat * srcFormat, ImageFormat * dstFormat, int doAlpha, 168 putRGBADither(getRGBA(pSrc, srcFormat), pDst, dstFormat, 176 rgbquad_t color = getRGBA(pSrc, srcFormat); 187 rgbquad_t src = getRGBA(pSrc, srcFormat); 188 rgbquad_t src2 = getRGBA(pSrc2, srcFormat); 158 convertLine(void *pSrc, int incSrc, void *pDst, int incDst, int numSamples, ImageFormat * srcFormat, ImageFormat * dstFormat, int doAlpha, void *pSrc2, int incSrc2, ImageFormat * srcFormat2, int row, int col) argument
|
H A D | splashscreen_gfx.h | 132 ImageFormat * srcFormat, ImageFormat * dstFormat, int mode,
|
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/ |
H A D | D3DContext.h | 169 TileFormat srcFormat,
|
H A D | D3DContext.cpp | 1153 TileFormat srcFormat, 1192 if (srcFormat == TILEFMT_1BYTE_ALPHA) { 1218 } else if (srcFormat == TILEFMT_3BYTE_RGB) { 1263 } else if (srcFormat == TILEFMT_3BYTE_BGR) { 1304 } else if (srcFormat == TILEFMT_4BYTE_ARGB_PRE) { 1148 UploadTileToTexture(D3DResource *pTextureRes, void *pixels, jint dstx, jint dsty, jint srcx, jint srcy, jint srcWidth, jint srcHeight, jint srcStride, TileFormat srcFormat, jint *pPixelsTouchedL, jint* pPixelsTouchedR) argument
|
Completed in 480 milliseconds