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

  /external/skia/include/core/
SkPixelRef.h 61 SkColorTable* colorTable() const { return fColorTable; }
223 SkColorTable* fColorTable; // we do not track ownership, subclass does
SkBitmap.h 368 fColorTable != NULL);
378 SkColorTable* getColorTable() const { return fColorTable; }
651 mutable SkColorTable* fColorTable; // only meaningful for kIndex8
788 SkASSERT(fColorTable);
789 return (*fColorTable)[*((const uint8_t*)fPixels + y * fRowBytes + x)];
  /external/skia/legacy/include/core/
SkPixelRef.h 64 SkColorTable* colorTable() const { return fColorTable; }
228 SkColorTable* fColorTable; // we do not track ownership, subclass does
SkBitmap.h 339 fColorTable != NULL);
349 SkColorTable* getColorTable() const { return fColorTable; }
608 mutable SkColorTable* fColorTable; // only meaningful for kIndex8
    [all...]

Completed in 73 milliseconds