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

  /external/skia/src/images/
SkImageDecoder_libpng.cpp 311 SkColorTable* colorTable = NULL;
315 &reallyHasAlpha, &colorTable);
318 SkAutoUnref aur(colorTable);
323 colorTable : NULL)) {
359 if (colorTable != NULL) {
368 /* We have to pass the colortable explicitly, since we may have one
372 SkAutoLockColors ctLock(colorTable);
573 SkColorTable* colorTable = NULL;
581 the colortable by 1 (if its < 256) and duplicate the last color into that slot.
585 colorTable = SkNEW_ARGS(SkColorTable, (colorCount))
    [all...]
  /external/skia/legacy/src/images/
SkImageDecoder_libpng.cpp 310 SkColorTable* colorTable = NULL;
314 &reallyHasAlpha, &colorTable);
317 SkAutoUnref aur(colorTable);
322 colorTable : NULL)) {
358 if (colorTable != NULL) {
367 /* We have to pass the colortable explicitly, since we may have one
371 SkAutoLockColors ctLock(colorTable);
567 SkColorTable* colorTable = NULL;
575 the colortable by 1 (if its < 256) and duplicate the last color into that slot.
579 colorTable = SkNEW_ARGS(SkColorTable, (colorCount))
    [all...]
  /external/skia/include/core/
SkPixelRef.h 59 /** Return the current colorTable (if any) if pixels are locked, or null.
61 SkColorTable* colorTable() const { return fColorTable; }
  /external/skia/legacy/include/core/
SkPixelRef.h 62 /** Return the current colorTable (if any) if pixels are locked, or null.
64 SkColorTable* colorTable() const { return fColorTable; }
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c 803 attrib.colorTable = 0;
    [all...]
  /external/skia/legacy/src/core/
SkBitmap.cpp 294 SkRefCnt_SafeAssign(fColorTable, fPixelRef->colorTable());
791 // don't call readyToDraw(), since we can operate w/o a colortable
898 // we lock this now, since we may need its colortable
907 // allocate colortable if srcConfig == kIndex8_Config
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 308 SkRefCnt_SafeAssign(fColorTable, fPixelRef->colorTable());
939 // don't call readyToDraw(), since we can operate w/o a colortable
1059 // we lock this now, since we may need its colortable
1068 // allocate colortable if srcConfig == kIndex8_Config
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [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 341 milliseconds