Home
last modified time | relevance | path

Searched refs:pixel_size (Results 1 – 9 of 9) sorted by relevance

/external/qemu/distrib/jpeg-6b/
Drdtarga.c64 int pixel_size; /* Bytes per Targa pixel (1 to 4) */ member
129 for (i = 0; i < sinfo->pixel_size; i++) { in read_non_rle_pixel()
160 for (i = 0; i < sinfo->pixel_size; i++) { in read_rle_pixel()
357 source->pixel_size = UCH(targaheader[16]) >> 3; in start_input_tga()
364 source->pixel_size < 1 || source->pixel_size > 4 || in start_input_tga()
385 if (source->pixel_size == 1 && cmaptype == 1) in start_input_tga()
392 switch (source->pixel_size) { in start_input_tga()
411 if (source->pixel_size == 1) in start_input_tga()
/external/jpeg/
Drdtarga.c64 int pixel_size; /* Bytes per Targa pixel (1 to 4) */ member
129 for (i = 0; i < sinfo->pixel_size; i++) { in read_non_rle_pixel()
160 for (i = 0; i < sinfo->pixel_size; i++) { in read_rle_pixel()
357 source->pixel_size = UCH(targaheader[16]) >> 3; in start_input_tga()
364 source->pixel_size < 1 || source->pixel_size > 4 || in start_input_tga()
385 if (source->pixel_size == 1 && cmaptype == 1) in start_input_tga()
392 switch (source->pixel_size) { in start_input_tga()
411 if (source->pixel_size == 1) in start_input_tga()
/external/quake/quake/src/QW/client/
Dgl_warp.c456 unsigned char pixel_size, attributes; member
508 targa_header.pixel_size = fgetc(fin); in LoadTGA()
516 || (targa_header.pixel_size!=32 && targa_header.pixel_size!=24)) in LoadTGA()
533 switch (targa_header.pixel_size) { in LoadTGA()
566 switch (targa_header.pixel_size) { in LoadTGA()
599 switch (targa_header.pixel_size) { in LoadTGA()
Dgl_screen.c616 unsigned char pixel_size, attributes; member
/external/quake/quake/src/WinQuake/
Dgl_warp.cpp505 unsigned char pixel_size, attributes; member
557 targa_header.pixel_size = fgetc(fin); in LoadTGA()
565 || (targa_header.pixel_size!=32 && targa_header.pixel_size!=24)) in LoadTGA()
582 switch (targa_header.pixel_size) { in LoadTGA()
615 switch (targa_header.pixel_size) { in LoadTGA()
648 switch (targa_header.pixel_size) { in LoadTGA()
Dgl_screen.cpp583 unsigned char pixel_size, attributes; member
/external/chromium/chrome/browser/ui/cocoa/
Dtabpose_window.mm179 gfx::Size pixel_size(size_); // Physical pixel size the image is rendered at.
189 pixel_size);
/external/libpng/
Dlibpng-1.2.44.txt487 if (width > PNG_UINT_32_MAX/pixel_size)
496 width*pixel_size);
Dlibpng-1.2.46.txt487 if (width > PNG_UINT_32_MAX/pixel_size)
496 width*pixel_size);