Home | History | Annotate | Download | only in core

Lines Matching defs:fColorTable

484                (this->colorType() != kIndex_8_SkColorType || NULL != fColorTable);
496 SkColorTable* getColorTable() const { return fColorTable; }
753 mutable SkColorTable* fColorTable; // only meaningful for kIndex8
896 SkASSERT(fColorTable);
897 return (*fColorTable)[*((const uint8_t*)fPixels + y * fRowBytes + x)];