| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ | 
| gdipluscolormatrix.h | 56 typedef struct ColorMap { 59 } ColorMap;
 
 | 
| gdiplusimageattributes.h | 138 	Status SetBrushRemapTable(UINT mapSize, ColorMap *map) 193 	Status SetRemapTable(UINT mapSize, const ColorMap *map,
 
 | 
| gdiplusflat.h | 434 GpStatus WINGDIPAPI GdipSetImageAttributesRemapTable(GpImageAttributes*,ColorAdjustType,BOOL,UINT,GDIPCONST ColorMap*); [all...]
 | 
| /external/giflib/ | 
| gifalloc.c | 37  * ColorMap if that pointer is non-NULL. 40 GifMakeMapObject(int ColorCount, const GifColorType *ColorMap)
 65     if (ColorMap != NULL) {
 67                (char *)ColorMap, ColorCount * sizeof(GifColorType));
 298     /* Deallocate its Colormap */
 299     if (sp->ImageDesc.ColorMap != NULL) {
 300         GifFreeMapObject(sp->ImageDesc.ColorMap);
 301         sp->ImageDesc.ColorMap = NULL;
 347             if (sp->ImageDesc.ColorMap != NULL) {
 348                 sp->ImageDesc.ColorMap = GifMakeMapObject
 [all...]
 | 
| egif_lib.c | 270                   const ColorMapObject *ColorMap) 300     if (ColorMap) {
 301         GifFile->SColorMap = GifMakeMapObject(ColorMap->ColorCount,
 302                                            ColorMap->Colors);
 322     Buf[0] = (ColorMap ? 0x80 : 0x00) | /* Yes/no global colormap */
 324         (ColorMap ? ColorMap->BitsPerPixel - 1 : 0x07 ); /* Actual size of the
 326     if (ColorMap != NULL && ColorMap->SortFlag
 [all...]
 | 
| dgif_lib.c | 360 	GifFreeMapObject(GifFile->Image.ColorMap); 361 	GifFile->Image.ColorMap = NULL;
 367     /* Setup the colormap */
 368     if (GifFile->Image.ColorMap) {
 369         GifFreeMapObject(GifFile->Image.ColorMap);
 370         GifFile->Image.ColorMap = NULL;
 376         GifFile->Image.ColorMap = GifMakeMapObject(1 << BitsPerPixel, NULL);
 377         if (GifFile->Image.ColorMap == NULL) {
 383         for (i = 0; i < GifFile->Image.ColorMap->ColorCount; i++) {
 386                 GifFreeMapObject(GifFile->Image.ColorMap);
 [all...]
 | 
| gif_lib.h | 50     ColorMapObject *ColorMap;           /* The local color map */ 76     ColorMapObject *SColorMap;       /* Global colormap, NULL if nonexistent. */
 240                                      const GifColorType *ColorMap);
 
 | 
| /external/trappy/trappy/plotter/ | 
| ColorMap.py | 16 """Defines a generic indexable ColorMap Class""" 34 class ColorMap(object):
 68         """Constructor for a ColorMap from an rgb_list
 
 | 
| StaticPlot.py | 23 from trappy.plotter.ColorMap import ColorMap 248         # Initialise legend data and colormap
 253             self._cmap = ColorMap.rgb_cmap(self._attr["colors"])
 255             self._cmap = ColorMap(legend_len)
 
 | 
| ILinePlot.py | 29 from trappy.plotter.ColorMap import ColorMap 
 | 
| ILinePlotGen.py | 29 from trappy.plotter.ColorMap import to_dygraph_colors 
 | 
| /external/tensorflow/tensorflow/core/lib/gif/ | 
| gif_io.cc | 129     ColorMapObject* color_map = this_image->ImageDesc.ColorMap 130                                     ? this_image->ImageDesc.ColorMap
 
 | 
| /packages/apps/Messaging/jni/ | 
| GifTranscoder.cpp | 192                                      gifIn->Image.ColorMap) == GIF_ERROR) { 249                 if (gifOut->Image.ColorMap) {
 250                     GifFreeMapObject(gifOut->Image.ColorMap);
 251                     gifOut->Image.ColorMap = NULL;
 366     ColorMapObject* colorMap = getColorMap(gifIn);
 367     if (colorMap == NULL) {
 387             if (colorIndex >= colorMap->ColorCount) {
 389                     colorMap->ColorCount);
 404             *renderPixel = getColorARGB(colorMap, transparentColorIndex, colorIndex);
 434     ColorMapObject* colorMap = getColorMap(gifIn)
 [all...]
 | 
| /frameworks/ex/framesequence/jni/ | 
| FrameSequence_gif.cpp | 308             if (frame.ImageDesc.ColorMap) { 309                 cmap = frame.ImageDesc.ColorMap;
 
 | 
| /frameworks/base/core/jni/android/graphics/ | 
| GIFMovie.cpp | 241     if (frame->ImageDesc.ColorMap != nullptr) { 243         cmap = frame->ImageDesc.ColorMap;
 
 | 
| /external/ImageMagick/MagickCore/ | 
| color.c | 107   ColorMap[] = [all...]
 | 
| /external/trappy/tests/ | 
| test_plotter.py | 355         from trappy.plotter.ColorMap import to_dygraph_colors 
 | 
| /external/llvm/unittests/Support/ | 
| YAMLIOTest.cpp | 637 struct ColorMap { 658   struct MappingTraits<ColorMap> {
 659     static void mapping(IO &io, ColorMap& c) {
 676   ColorMap map;
 [all...]
 | 
| /external/pdfium/third_party/lcms/src/ | 
| cmsopt.c | 352                                const cmsInterpParams* ColorMap, 377     p16 ->CLUTparams = ColorMap;
 378     p16 ->EvalCLUT   = ColorMap ->Interpolation.Lerp16;
 [all...]
 |