Searched refs:depthBytes (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx_impl.c206 int depthBytes = format->depthBytes; local
209 INCPN(byte_t, pRect->pBits, y * stride + x * depthBytes);
213 pRect->depthBytes = depthBytes;
255 convertLine(pSrc, pSrcRect->depthBytes, pDst, pDstRect->depthBytes,
257 pSrc2, pSrcRect2 ? pSrcRect2->depthBytes : 0,
279 fillLine(color, pDst, pDstRect->depthBytes, numSamples,
296 format->depthBytes
[all...]
H A Dsplashscreen_gfx_impl.h154 switch (format->depthBytes) { /* lack of *break*'s is intentional */
172 switch (format->depthBytes) { /* lack of *break*'s is intentional */
187 switch (format->depthBytes) {
218 switch (format->depthBytes) {
236 switch (format->depthBytes) { /* lack of *break*'s is intentional */
251 switch (format->depthBytes) {
H A Dsplashscreen_gfx.h62 int depthBytes; // 1,2,3 or 4. 3 is not supported for XCVT_BYTE_ORDER_NATIVE. member in struct:ImageFormat
84 int depthBytes; // distance between n'th and n+1'th sample in a scanline, in bytes member in struct:ImageRect
H A Dsplashscreen_jpeg.c147 if (!SAFE_TO_ALLOC(splash->imageFormat.depthBytes, splash->width)) {
150 stride = splash->width * splash->imageFormat.depthBytes;
188 srcFormat.depthBytes = 3;
200 splash->imageFormat.depthBytes, cinfo->output_width, &srcFormat,
H A Dsplashscreen_gif.c94 if (!SAFE_TO_ALLOC(gif->SWidth, splash->imageFormat.depthBytes)) {
97 stride = gif->SWidth * splash->imageFormat.depthBytes;
228 srcFormat.depthBytes = 1;
295 int lineSize = cw * splash->imageFormat.depthBytes;
297 int lineOffset = cx * splash->imageFormat.depthBytes;
H A Dsplashscreen_png.c131 if (!SAFE_TO_ALLOC(splash->width, splash->imageFormat.depthBytes)) {
134 stride = splash->width * splash->imageFormat.depthBytes;
H A Dsplashscreen_impl.c130 splash->screenStride = splash->width * splash->screenFormat.depthBytes;
183 pSrc += pSrcRect->depthBytes;
191 pSrc += pSrcRect->depthBytes;
/openjdk7/jdk/src/windows/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c115 splash->width * splash->imageFormat.depthBytes,
164 pBmi->bV4BitCount = (WORD) (splash->screenFormat.depthBytes * 8);
470 splash->screenFormat.depthBytes = 1;
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c119 splash->width * splash->imageFormat.depthBytes,
335 splash->screenFormat.depthBytes * 8, ZPixmap, 0, (char *) NULL,
447 splash->screenFormat.depthBytes = (depth + 7) / 8;
496 splash->screenFormat.depthBytes = (depth + 7) / 8; // or always 8?
/openjdk7/jdk/src/macosx/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.m143 splash->screenFormat.depthBytes = 4;

Completed in 41 milliseconds