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

  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageDecoder.cpp 209 // Get the colormap.
210 const unsigned char* colorMap;
213 colorMap = frameReader->local_colormap;
216 colorMap = m_reader->global_colormap;
219 if (!colorMap)
232 buffer.setRGBA(x, yBegin, colorMap[colorIndex], colorMap[colorIndex + 1], colorMap[colorIndex + 2], 255);
  /external/skia/src/utils/unix/
SkOSWindow_Unix.cpp 45 Colormap colorMap = XCreateColormap(dsp, RootWindow(dsp, fVi->screen),
48 swa.colormap = colorMap;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 730 milliseconds