OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PALETTE
(Results
1 - 4
of
4
) sorted by null
/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
106
# define COLOR_MASK_ALL (
PALETTE
+COLOR+ALPHA) /* absent = gray, no alpha */
237
/* expands grayscale images to RGB, also causes the
palette
part of
240
*
palette
image. While this transform is partially reversible
244
/* The '
palette
' side effect mentioned above; a bit bogus but this is the
251
*
palette
images to RGB and expands the tRNS chunk if present, so it can
[
all
...]
Completed in 2735 milliseconds