Searched defs:fColorTable (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPixelRef.h69 SkColorTable* colorTable() const { return fRec.fColorTable; }
79 SkColorTable* fColorTable; member in struct:SkPixelRef::LockRec
85 return NULL == fPixels && NULL == fColorTable && 0 == fRowBytes;
H A DSkBitmap.h447 (this->colorType() != kIndex_8_SkColorType || fColorTable);
459 SkColorTable* getColorTable() const { return fColorTable; }
738 mutable SkColorTable* fColorTable; // only meaningful for kIndex8 member in class:SkBitmap
879 SkASSERT(fColorTable);
880 return (*fColorTable)[*((const uint8_t*)fPixels + y * fRowBytes + x)];
/external/skia/include/core/
H A DSkPixelRef.h68 SkColorTable* colorTable() const { return fRec.fColorTable; }
78 SkColorTable* fColorTable; member in struct:SkPixelRef::LockRec
84 return NULL == fPixels && NULL == fColorTable && 0 == fRowBytes;
H A DSkBitmap.h484 (this->colorType() != kIndex_8_SkColorType || NULL != fColorTable);
496 SkColorTable* getColorTable() const { return fColorTable; }
753 mutable SkColorTable* fColorTable; // only meaningful for kIndex8 member in class:SkBitmap
896 SkASSERT(fColorTable);
897 return (*fColorTable)[*((const uint8_t*)fPixels + y * fRowBytes + x)];

Completed in 238 milliseconds