Searched refs:colorMap (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotcontour.tcl345 variable colorMap
414 variable colorMap
478 variable colorMap
565 C_polygon $canv $pxylist [lindex $colorMap $ic] $doTrans
576 C_polygon $canv $pxylist [lindex $colorMap $ictmp] $doTrans
588 C_polygon $canv $pxylist [lindex $colorMap $ic] $doTrans
599 C_polygon $canv $pxylist [lindex $colorMap $ic] $doTrans
610 C_polygon $canv $pxylist [lindex $colorMap $ictmp] $doTrans
622 C_polygon $canv $pxylist [lindex $colorMap $ic] $doTrans
633 C_polygon $canv $pxylist [lindex $colorMap
[all...]
H A Dplotchart.tcl32 createGanttChart createHistogram colorMap \
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/bmp/
H A Dbmp.c41 int *heightPtr, unsigned char **colorMap, int *numBits,
225 CommonMatch(handle, widthPtr, heightPtr, colorMap, numBits, numCols, comp, mask)
228 unsigned char **colorMap;
266 if (colorMap) {
284 *colorMap = ptr = (unsigned char *) ckalloc(3*clrUsed);
322 unsigned char *colorMap = NULL; local
329 CommonMatch(handle, &fileWidth, &fileHeight, &colorMap, &numBits,
425 memcpy(expline, colorMap+(3*line[x]),3);
446 memcpy(expline, colorMap+(3*c),3);
463 memcpy(expline, colorMap
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/ico/
H A Dico.c388 static Boln readColorMap (tkimg_MFile *handle, int mapSize, ICOCOLOR *colorMap) argument
400 colorMap[i] = color;
405 static Boln writeColorMap (tkimg_MFile *handle, int mapSize, ICOCOLOR *colorMap) argument
410 if (!writeUByte (handle, colorMap[i].blue) ||
411 !writeUByte (handle, colorMap[i].green) ||
412 !writeUByte (handle, colorMap[i].red) ||
413 !writeUByte (handle, colorMap[i].matte)) {
619 ICOCOLOR colorMap[256]; local
666 colorMap)) {
764 expline[0] = colorMap[lin
916 ICOCOLOR colorMap[256]; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/log/
H A Dlog.tcl125 variable colorMap
126 array set colorMap {
249 variable colorMap
251 return $colorMap($level)
571 variable colorMap
573 set colorMap($level) $color
593 variable colorMap
597 set colorMap($l) $color
H A DloggerAppender.tcl231 upvar 0 ::logger::appender::levelToColor colorMap
271 set colorCode $colorMap($level)
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp199 const unsigned char* colorMap; local
202 colorMap = m_reader->localColormap(frameContext);
205 colorMap = m_reader->globalColormap();
208 if (!colorMap)
222 buffer.setRGBA(currentAddress, colorMap[colorIndex], colorMap[colorIndex + 1], colorMap[colorIndex + 2], 255);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/gif/
H A Dgif.c254 unsigned char colorMap[MAXCOLORMAPSIZE][4];
294 if (!ReadColorMap(gifConfPtr, bitPixel, colorMap)) {
384 if (!ReadColorMap(gifConfPtr, bitPixel, colorMap)) {
413 imageHeight, colorMap, 0, 0, 0, 0, 0, -1) != TCL_OK) {
425 if (!ReadColorMap(gifConfPtr, bitPixel, colorMap)) {
467 colorMap, fileWidth, fileHeight, srcX, srcY,
253 unsigned char colorMap[MAXCOLORMAPSIZE][4]; local
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkImgGIF.c267 unsigned char colorMap[MAXCOLORMAPSIZE][4];
333 if (!ReadColorMap(gifConfPtr, chan, bitPixel, colorMap)) {
429 if (!ReadColorMap(gifConfPtr, chan, bitPixel, colorMap)) {
462 imageHeight, colorMap, 0, 0, 0, -1) != TCL_OK) {
476 if (!ReadColorMap(gifConfPtr, chan, bitPixel, colorMap)) {
528 imageHeight, colorMap, srcX, srcY, BitSet(buf[8],INTERLACE),
265 unsigned char colorMap[MAXCOLORMAPSIZE][4]; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkImgGIF.c255 unsigned char colorMap[MAXCOLORMAPSIZE][4];
297 if (!ReadColorMap(chan, bitPixel, colorMap)) {
391 if (!ReadColorMap(chan, bitPixel, colorMap)) {
425 imageHeight, colorMap, 0, 0, 0, 0, 0, -1) != TCL_OK) {
432 if (!ReadColorMap(chan, bitPixel, colorMap)) {
474 imageHeight, colorMap, fileWidth, fileHeight, srcX, srcY,
253 unsigned char colorMap[MAXCOLORMAPSIZE][4]; local
/macosx-10.10/IOGraphics-485/tools/
H A Dfbshared.c95 uint8_t colorMap[5]; member in struct:__anon1917
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h951 UInt32 numColors; // number of colors in the colorMap. ie.
972 * @field colorMap Pointer to array of IOColorEntry structures, with the number of elements set by the numColors field of the IOHardwareCursorDescriptor. Zero should be passed for direct pixel formats.
985 IOColorEntry * colorMap; member in struct:IOHardwareCursorInfo
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp967 if (hwCursorInfo->colorMap)
968 hwCursorInfo->colorMap += 1;
971 if (hwCursorInfo->colorMap)
972 hwCursorInfo->colorMap -= 1;
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c2894 uint8_t colorMap[5]; member in struct:__anon2212
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp3539 IOColorEntry * clut = hwCursorInfo->colorMap;

Completed in 322 milliseconds