Searched defs:bitsPerPixel (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c1457 int bitsPerPixel;
1503 bitsPerPixel = 1;
1505 bitsPerPixel = instancePtr->visualInfo.depth;
1509 || (instancePtr->imagePtr->bits_per_pixel != bitsPerPixel)) {
1514 instancePtr->visualInfo.visual, (unsigned) bitsPerPixel,
1515 (bitsPerPixel > 1? ZPixmap: XYBitmap), 0, (char *) NULL,
3646 int bitsPerPixel, bytesPerLine, lineLength;
3693 bitsPerPixel = imagePtr->bits_per_pixel;
3694 bytesPerLine = ((bitsPerPixel * width + 31) >> 3) & ~3;
3796 switch (bitsPerPixel) {
1451 int bitsPerPixel; local
3618 int bitsPerPixel, bytesPerLine, lineLength; local
[all...]

Completed in 22 milliseconds