HomeSort by relevance Sort by last modified time
    Searched defs:colorTable (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoder.cpp 156 const GIFColorMap::Table& colorTable = frameContext->localColorMap().isDefined() ? frameContext->localColorMap().table() : m_reader->globalColorMap().table();
158 if (colorTable.isEmpty())
161 GIFColorMap::Table::const_iterator colorTableIter = colorTable.begin();
187 if ((sourceValue != transparentPixel) && (sourceValue < colorTable.size())) {
197 if ((sourceValue != transparentPixel) && (sourceValue < colorTable.size()))
  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 72 /** Return the current colorTable (if any) if pixels are locked, or null.
74 SkColorTable* colorTable() const { return fColorTable; }
  /external/skia/include/core/
SkPixelRef.h 72 /** Return the current colorTable (if any) if pixels are locked, or null.
74 SkColorTable* colorTable() const { return fColorTable; }
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp 346 SkColorTable* colorTable = NULL;
349 decodePalette(png_ptr, info_ptr, &hasAlpha, &reallyHasAlpha, &colorTable);
352 SkAutoUnref aur(colorTable);
355 SkBitmap::kIndex8_Config == config ? colorTable : NULL)) {
394 if (colorTable != NULL) {
408 /* We have to pass the colortable explicitly, since we may have one
412 SkAutoLockColors ctLock(colorTable);
676 the colortable by 1 (if its < 256) and duplicate the last color into that slot.
814 SkColorTable* colorTable = NULL;
817 decodePalette(png_ptr, info_ptr, &hasAlpha, &reallyHasAlpha, &colorTable);
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 351 SkColorTable* colorTable = NULL;
354 decodePalette(png_ptr, info_ptr, &hasAlpha, &reallyHasAlpha, &colorTable);
357 SkAutoUnref aur(colorTable);
360 SkBitmap::kIndex8_Config == config ? colorTable : NULL)) {
399 if (colorTable != NULL) {
413 /* We have to pass the colortable explicitly, since we may have one
417 SkAutoLockColors ctLock(colorTable);
675 the colortable by 1 (if its < 256) and duplicate the last color into that slot.
813 SkColorTable* colorTable = NULL;
816 decodePalette(png_ptr, info_ptr, &hasAlpha, &reallyHasAlpha, &colorTable);
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /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 1131 milliseconds