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

  /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/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusColorMatrix.h 57 struct ColorMap
GdiPlusimageAttributes.h 288 IN const ColorMap *map,
313 IN const ColorMap *map)
GdiPlusFlat.h     [all...]
  /external/giflib/
gifalloc.c 37 * ColorMap if that pointer is non-NULL.
40 GifMakeMapObject(int ColorCount, const GifColorType *ColorMap)
64 if (ColorMap != NULL) {
66 (char *)ColorMap, ColorCount * sizeof(GifColorType));
287 /* Deallocate its Colormap */
288 if (sp->ImageDesc.ColorMap != NULL) {
289 GifFreeMapObject(sp->ImageDesc.ColorMap);
290 sp->ImageDesc.ColorMap = NULL;
338 if (sp->ImageDesc.ColorMap != NULL) {
339 sp->ImageDesc.ColorMap = GifMakeMapObject
    [all...]
dgif_lib.c 351 GifFreeMapObject(GifFile->Image.ColorMap);
352 GifFile->Image.ColorMap = NULL;
358 /* Setup the colormap */
359 if (GifFile->Image.ColorMap) {
360 GifFreeMapObject(GifFile->Image.ColorMap);
361 GifFile->Image.ColorMap = NULL;
367 GifFile->Image.ColorMap = GifMakeMapObject(1 << BitsPerPixel, NULL);
368 if (GifFile->Image.ColorMap == NULL) {
374 for (i = 0; i < GifFile->Image.ColorMap->ColorCount; i++) {
376 GifFreeMapObject(GifFile->Image.ColorMap);
    [all...]
gif_lib.h 49 ColorMapObject *ColorMap; /* The local color map */
75 ColorMapObject *SColorMap; /* Global colormap, NULL if nonexistent. */
237 const GifColorType *ColorMap);
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.h 123 typedef std::map<int, SkColor> ColorMap;
210 ColorMap colors_;
gtk2_ui.cc 464 ColorMap::const_iterator it = colors_.find(id);
1338 GdkColormap* colormap = gdk_drawable_get_colormap(pixmap); local
    [all...]
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 315 if (frame.ImageDesc.ColorMap) {
316 cmap = frame.ImageDesc.ColorMap;
  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 236 if (frame->ImageDesc.ColorMap != NULL) {
238 cmap = frame->ImageDesc.ColorMap;
SkImageDecoder_libgif.cpp 119 const ColorMapObject* cmap = gif->Image.ColorMap;
125 // no colormap found
351 gif_warning(*bm, "missing colormap");
  /external/skia/src/images/
SkMovie_gif.cpp 236 if (frame->ImageDesc.ColorMap != NULL) {
238 cmap = frame->ImageDesc.ColorMap;
SkImageDecoder_libgif.cpp 119 const ColorMapObject* cmap = gif->Image.ColorMap;
125 // no colormap found
352 gif_warning(*bm, "missing colormap");
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 439 struct ColorMap {
460 struct MappingTraits<ColorMap> {
461 static void mapping(IO &io, ColorMap& c) {
478 ColorMap map;
1221 ColorMap map;
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsopt.c 266 const cmsInterpParams* ColorMap,
291 p16 ->CLUTparams = ColorMap;
292 p16 ->EvalCLUT = ColorMap ->Interpolation.Lerp16;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 792 const color_map *cmap = BScreen().ColorMap();
794 /* Get the screen colormap */

Completed in 3117 milliseconds