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

  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 74 SkColorTable* colorTable() const { return fColorTable; }
308 SkColorTable* fColorTable; // we do not track ownership, subclass does
SkBitmap.h 370 (this->config() != kIndex8_Config || NULL != fColorTable);
382 SkColorTable* getColorTable() const { return fColorTable; }
654 mutable SkColorTable* fColorTable; // only meaningful for kIndex8
810 SkASSERT(fColorTable);
811 return (*fColorTable)[*((const uint8_t*)fPixels + y * fRowBytes + x)];
  /external/skia/include/core/
SkPixelRef.h 74 SkColorTable* colorTable() const { return fColorTable; }
308 SkColorTable* fColorTable; // we do not track ownership, subclass does
SkBitmap.h 370 (this->config() != kIndex8_Config || NULL != fColorTable);
382 SkColorTable* getColorTable() const { return fColorTable; }
654 mutable SkColorTable* fColorTable; // only meaningful for kIndex8
810 SkASSERT(fColorTable);
811 return (*fColorTable)[*((const uint8_t*)fPixels + y * fRowBytes + x)];

Completed in 26 milliseconds