HomeSort by relevance Sort by last modified time
    Searched refs:PALETTE (Results 1 - 6 of 6) sorted by null

  /external/libvncserver/x11vnc/misc/turbovnc/
convert 48 if (/^static\s+(Bool|int|CARD32|PALETTE|char|unsigned|tjhandle)\s+[^()]*;\s*$/) {
tight.c 98 } PALETTE;
102 static PALETTE palette; variable
725 /* Prepare palette, convert image. */
790 /* Prepare palette, convert image. */
798 palette.entry[i].listNode->rgb;
816 (CARD16)palette.entry[i].listNode->rgb;
    [all...]
  /external/mesa3d/src/mesa/program/
program_lexer.l 290 {dot}palette { return PALETTE; }
program_parse.y 181 %token PALETTE PARAMS PLANE POINT_TOK POINTSIZE POSITION PRIMARY PROGRAM PROJECTION
    [all...]
  /external/libvncserver/libvncserver/
tight.c 135 } PALETTE;
142 static TLS PALETTE palette; variable
839 /* TODO: setup palette maybe */
841 /* TODO: destroy palette maybe */
864 /* Prepare palette, convert image. */
940 /* Prepare palette, convert image. */
948 palette.entry[i].listNode->rgb;
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 85 # define COLOR_MASK_ALL (PALETTE+COLOR+ALPHA) /* absent = gray, no alpha */
216 /* expands grayscale images to RGB, also causes the palette part of
219 * palette image. While this transform is partially reversible
223 /* The 'palette' side effect mentioned above; a bit bogus but this is the
230 * palette images to RGB and expands the tRNS chunk if present, so it can
    [all...]

Completed in 614 milliseconds