HomeSort by relevance Sort by last modified time
    Searched full:colortable (Results 1 - 16 of 16) 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...]
SkImageDecoder_libgif.cpp 155 SkDebugf("libgif error <%s> bitmap [%d %d] pixels %p colortable %p\n",
216 // now we decode the colortable
SkImageDecoder_libico.cpp 205 //this array represents the colortable
  /external/skia/include/core/
SkBitmap.h 177 any pixel/colortable ownership, just like reset().
184 If the bitmap retains a reference to the colortable (assuming it is
188 @param ctable ColorTable (or null) that matches the specified pixels
197 If the bitmap retains a reference to the colortable (assuming it is
200 @param ctable ColorTable (or null) to use with the pixels that will
214 If the bitmap retains a reference to the colortable (assuming it is
221 @param ctable ColorTable (or null) to use with the pixels that will
257 non-null colortable. Returns true if all of the above are met.
265 /** Return the bitmap's colortable (if any). Does not affect the colortable'
    [all...]
SkPixelRef.h 45 /** Return the current colorTable (if any) if pixels are locked, or null.
47 SkColorTable* colorTable() const { return fColorTable; }
  /external/skia/src/core/
SkBitmap_scroll.cpp 67 // don't call readyToDraw(), since we don't require a colortable per se
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/skia/src/ports/
SkImageRef_ashmem.cpp 135 // remember the colortable (if any)
163 // let go of our colortable if we lost the pixels. Well get it back
  /external/skia/tests/
BitmapCopyTest.cpp 33 // we need the lock so that we get a valid colorTable (when available)
167 // they should both have, or both not-have, a colortable
  /external/skia/src/gl/
SkGL.cpp 187 // account for the colortable
201 /* Fill out buffer with the compressed format GL expects from a colortable
202 based bitmap. [palette (colortable) + indices].
205 is. I could detect that the colortable.count is <= 16, and then repack the
210 as the colortable.count says it is. I presume it is OK to leave any
  /external/skia/include/images/
SkImageRef.h 53 not set its pixels or colortable. Use SkPixelRef::lockPixels() for that.
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 676 /* Get the colortable from the either the display or window */
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 803 attrib.colorTable = 0;
    [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...]

Completed in 1373 milliseconds