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

/external/chromium_org/third_party/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; }
775 mutable SkColorTable* fColorTable; // only meaningful for kIndex8 member in class:SkBitmap
918 SkASSERT(fColorTable);
919 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 119 milliseconds