/external/libpng/contrib/pngsuite/ |
README | 27 basn2c08.png 8-bit truecolor 28 basn2c16.png 16-bit truecolor
|
/sdk/emulator/opengl/tests/ut_renderer/ |
X11RendererSurface.cpp | 47 XMatchVisualInfo(m_display, defaultScreen, , dpeth, TrueColor, visualInfo);
|
X11Windowing.cpp | 96 XMatchVisualInfo(dpy, defaultScreen, depth, TrueColor, visualInfo);
|
/external/jpeg/ |
rdrle.c | 45 * TRUECOLOR - 24 bits, 3 channel colormap 52 { GRAYSCALE, MAPPEDGRAY, PSEUDOCOLOR, TRUECOLOR, DIRECTCOLOR } rle_kind; 136 source->visual = TRUECOLOR; 183 * Used for GRAYSCALE, MAPPEDGRAY, TRUECOLOR, and DIRECTCOLOR images. 288 case TRUECOLOR:
|
wrrle.c | 95 * pseudocolor) or 3 (truecolor/directcolor).
|
/external/qemu/distrib/jpeg-6b/ |
rdrle.c | 45 * TRUECOLOR - 24 bits, 3 channel colormap 52 { GRAYSCALE, MAPPEDGRAY, PSEUDOCOLOR, TRUECOLOR, DIRECTCOLOR } rle_kind; 136 source->visual = TRUECOLOR; 183 * Used for GRAYSCALE, MAPPEDGRAY, TRUECOLOR, and DIRECTCOLOR images. 288 case TRUECOLOR:
|
wrrle.c | 95 * pseudocolor) or 3 (truecolor/directcolor).
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_ph_image.c | 658 Uint32 truecolor; local 667 truecolor=PgRGB(surface->format->palette->colors[color].r, 680 truecolor = ((color & 0x00007C00UL) << 9) | /* R */ 690 truecolor = ((color & 0x0000F800UL) << 8) | /* R */ 701 truecolor=color & 0x00FFFFFFUL; 706 truecolor=color; 716 return truecolor; 722 Uint32 truecolor; local 730 truecolor=ph_ExpandColor(this, surface, color); 731 if (truecolor==0xFFFFFFFFUL [all...] |
/external/libpng/ |
png.5 | 8 common uses of TIFF. Indexed-color, grayscale, and truecolor images are
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_PixelFormat.3 | 90 Pixel formats above 8-bit are an entirely different experience\&. They are considered to be "TrueColor" formats and the color information is stored in the pixels themselves, not in a palette\&. The mask, shift and loss fields tell us how the color information is encoded\&. The mask fields allow us to isolate each color component, the shift fields tell us the number of bits to the right of each component in the pixel value and the loss fields tell us the number of bits lost from each component when packing 8-bit color component in a pixel\&.
|
/external/libpng/contrib/gregbook/ |
rpng-x.c | 460 "screen depth %d not supported (only 16-, 24- or 32-bit TrueColor)\n", 466 (depth == 8)? PseudoColor : TrueColor, &visual_info); 481 /* GRR: add 15-, 16- and 32-bit TrueColor visuals (also DirectColor?) */ 498 XMatchVisualInfo(display, screen, depth, TrueColor, &visual_info);
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
gnuplot.php | 178 'notruecolor', 'truecolor', 'tiny', 'small', 'medium', 'large', 'giant',
|
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
SDL_dgavideo.c | 255 mode->visualClass == TrueColor ? "truecolor" : 418 (modes[i].visualClass == TrueColor)) && 487 (modes[i].visualClass == TrueColor)) &&
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlpixelformat.html | 390 considered to be "TrueColor" formats and the color information is stored in the
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/ |
NetscapePluginX11.cpp | 143 visualTemplate.c_class = TrueColor;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
X.h | 712 #define TrueColor 4
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
X.h | 712 #define TrueColor 4
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
X.h | 712 #define TrueColor 4
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11video.c | 965 printf("Choosing %s visual at %d bpp - %d colormap entries\n", vis->class == PseudoColor ? "PseudoColor" : (vis->class == TrueColor ? "TrueColor" : (vis->class == DirectColor ? "DirectColor" : "Unknown")), depth, vis->map_entries); [all...] |
SDL_x11modes.c | 816 add_visual(this, depth_list[i], TrueColor); [all...] |
/external/webkit/Source/WebCore/plugins/gtk/ |
PluginViewGtk.cpp | 742 templ.c_class = TrueColor;
|
/external/quake/quake/src/QW/client/ |
vid_x.c | 518 if (x_visinfo->class != TrueColor)
|
/external/quake/quake/src/WinQuake/ |
vid_sunx.cpp | 721 if (x_visinfo->class != TrueColor)
|
vid_sunxil.cpp | 568 if (x_visinfo->class != TrueColor)
|
vid_x.cpp | 595 if (x_visinfo->class != TrueColor)
|