HomeSort by relevance Sort by last modified time
    Searched defs:fColorTable (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkPixelRef.h 47 SkColorTable* colorTable() const { return fColorTable; }
147 SkColorTable* fColorTable; // we do not track ownership, subclass does
SkBitmap.h 262 fColorTable != NULL);
268 SkColorTable* getColorTable() const { return fColorTable; }
462 mutable SkColorTable* fColorTable; // only meaningful for kIndex8
665 SkASSERT(fColorTable);
666 return (*fColorTable)[*((const uint8_t*)fPixels + y * fRowBytes + x)];

Completed in 18 milliseconds