HomeSort by relevance Sort by last modified time
    Searched full:colortable (Results 1 - 25 of 35) sorted by null

1 2

  /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...]
SkImageDecoder_libgif.cpp 147 SkDebugf("libgif error <%s> bitmap [%d %d] pixels %p colortable %p\n",
216 // now we decode the colortable
SkImageDecoder_libico.cpp 202 //this array represents the colortable
SkMovie_gif.cpp 240 SkDEBUGFAIL("bad colortable setup");
  /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...]
SkImageRef_ashmem.cpp 146 // remember the colortable (if any)
174 // let go of our colortable if we lost the pixels. Well get it back
SkImageDecoder_libgif.cpp 151 SkDebugf("libgif error <%s> bitmap [%d %d] pixels %p colortable %p\n",
227 // now we decode the colortable
SkImageDecoder_libico.cpp 202 //this array represents the colortable
SkMovie_gif.cpp 244 SkDEBUGFAIL("bad colortable setup");
  /external/skia/include/core/
SkColorTable.h 19 8-bit bitmaps, where the bitmap bytes are interpreted as indices into the colortable.
28 /** Preallocates the colortable to have 'count' colors, which
69 balanced by a call to unlockColors(changed?), telling the colortable if
SkBitmap.h 252 any pixel/colortable ownership, just like reset().
259 If the bitmap retains a reference to the colortable (assuming it is
263 @param ctable ColorTable (or null) that matches the specified pixels
294 If the bitmap retains a reference to the colortable (assuming it is
297 @param ctable ColorTable (or null) to use with the pixels that will
311 If the bitmap retains a reference to the colortable (assuming it is
318 @param ctable ColorTable (or null) to use with the pixels that will
362 non-null colortable. Returns true if all of the above are met.
375 /** Return the bitmap's colortable (if any). Does not affect the colortable'
    [all...]
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/
SkBitmap.h 223 any pixel/colortable ownership, just like reset().
230 If the bitmap retains a reference to the colortable (assuming it is
234 @param ctable ColorTable (or null) that matches the specified pixels
265 If the bitmap retains a reference to the colortable (assuming it is
268 @param ctable ColorTable (or null) to use with the pixels that will
282 If the bitmap retains a reference to the colortable (assuming it is
289 @param ctable ColorTable (or null) to use with the pixels that will
333 non-null colortable. Returns true if all of the above are met.
346 /** Return the bitmap's colortable (if any). Does not affect the colortable'
    [all...]
SkPixelRef.h 62 /** Return the current colorTable (if any) if pixels are locked, or null.
64 SkColorTable* colorTable() const { return fColorTable; }
  /external/skia/src/gpu/
SkGr.cpp 13 /* Fill out buffer with the compressed format Ganesh expects from a colortable
14 based bitmap. [palette (colortable) + indices].
17 we could detect that the colortable.count is <= 16, and then repack the
22 as the colortable.count says it is.
  /external/skia/legacy/src/core/
SkBitmap_scroll.cpp 74 // don't call readyToDraw(), since we don't require a colortable per se
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_scroll.cpp 78 // don't call readyToDraw(), since we don't require a colortable per se
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/skia/legacy/src/ports/
SkImageRef_ashmem.cpp 145 // remember the colortable (if any)
173 // let go of our colortable if we lost the pixels. Well get it back
  /external/skia/include/images/
SkImageRef.h 46 not set its pixels or colortable. Use SkPixelRef::lockPixels() for that.
  /external/skia/legacy/include/images/
SkImageRef.h 46 not set its pixels or colortable. Use SkPixelRef::lockPixels() for that.
  /external/skia/tests/
BitmapCopyTest.cpp 40 // we need the lock so that we get a valid colorTable (when available)
338 // they should both have, or both not-have, a colortable
  /external/skia/include/gpu/
GrTypes.h 423 * For Index8 pixel config, the colortable must be 256 entries
  /external/skia/src/effects/
SkTableColorFilter.cpp 236 static const char* Name() { return "ColorTable"; }

Completed in 2890 milliseconds

1 2