Searched refs:cmap (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libvcodex/
H A Dvclzparse.c136 Vcchar_t *cmap = ((vcpa->type&type&VCLZ_MAP) && vcpa->cmap) ? vcpa->cmap : 0; local
166 if(ms[type ? -m : m] == (cmap ? cmap[ts[m]] : ts[m]))
173 if(ms[type ? -m : m] != (cmap ? cmap[ts[m]] : ts[m]))
214 Vcchar_t *cmap = ((vcpa->type&VCLZ_MAP) && vcpa->cmap) ? vcpa->cmap local
[all...]
H A Dvcodex.h540 Vcchar_t* cmap; /* character map for matching */ member in struct:_vclzparse_s
/ast/src/lib/libtk/generic/
H A DtkImgGIF.c85 unsigned char cmap[3][MAXCOLORMAPSIZE],
434 ReadImage(interp, imagePtr, fd, len, height, cmap, interlace, transparent)
439 unsigned char cmap[3][MAXCOLORMAPSIZE];
470 cmap[CM_RED][transparent] = colorPtr->red >> 8;
471 cmap[CM_GREEN][transparent] = colorPtr->green >> 8;
472 cmap[CM_BLUE][transparent] = colorPtr->blue >> 8;
480 imagePtr[ (xpos*3) + (ypos *len*3)] = cmap[CM_RED][v];
481 imagePtr[ (xpos*3) + (ypos *len*3) +1] = cmap[CM_GREEN][v];
482 imagePtr[ (xpos*3) + (ypos *len*3) +2] = cmap[CM_BLUE][v];
/ast/src/lib/libvcodex/Vcdelta/
H A Dvcdelta.c273 vcd->vcpa.cmap = NIL(Vcchar_t*);

Completed in 32 milliseconds