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

  /external/skia/src/images/
SkMovie_gif.cpp 130 SkASSERT(!"bad colortable setup");
143 SkColorTable* colorTable = SkNEW_ARGS(SkColorTable, (cmap->ColorCount));
144 SkAutoUnref aur(colorTable);
147 if (!bm->allocPixels(colorTable)) {
163 SkPMColor* colorPtr = colorTable->lockColors();
168 colorTable->setFlags(colorTable->getFlags() | SkColorTable::kColorsAreOpaque_Flag);
176 colorTable->unlockColors(true);
SkImageDecoder_libpng.cpp 306 SkColorTable* colorTable = NULL;
310 &reallyHasAlpha, &colorTable);
313 SkAutoUnref aur(colorTable);
317 colorTable : NULL)) {
352 if (colorTable != NULL) {
361 /* We have to pass the colortable explicitly, since we may have one
365 SkAutoLockColors ctLock(colorTable);
578 SkColorTable* colorTable = NULL;
586 the colortable by 1 (if its < 256) and duplicate the last color into that slot.
590 colorTable = SkNEW_ARGS(SkColorTable, (colorCount))
    [all...]
  /external/skia/include/core/
SkPixelRef.h 45 /** Return the current colorTable (if any) if pixels are locked, or null.
47 SkColorTable* colorTable() const { return fColorTable; }
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 803 attrib.colorTable = 0;
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 267 SkRefCnt_SafeAssign(fColorTable, fPixelRef->colorTable());
656 // don't call readyToDraw(), since we can operate w/o a colortable
744 // we lock this now, since we may need its colortable
753 // allocate colortable if srcConfig == kIndex8_Config
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 4418 milliseconds