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 68 SkColorTable* colorTable() const { return fRec.fColorTable; }
78 SkColorTable* fColorTable;
84 return NULL == fPixels && NULL == fColorTable && 0 == fRowBytes;
SkBitmap.h 484 (this->colorType() != kIndex_8_SkColorType || NULL != fColorTable);
496 SkColorTable* getColorTable() const { return fColorTable; }
775 mutable SkColorTable* fColorTable; // only meaningful for kIndex8
    [all...]
  /external/skia/include/core/
SkPixelRef.h 68 SkColorTable* colorTable() const { return fRec.fColorTable; }
78 SkColorTable* fColorTable;
84 return NULL == fPixels && NULL == fColorTable && 0 == fRowBytes;
SkBitmap.h 484 (this->colorType() != kIndex_8_SkColorType || NULL != fColorTable);
496 SkColorTable* getColorTable() const { return fColorTable; }
753 mutable SkColorTable* fColorTable; // only meaningful for kIndex8
    [all...]

Completed in 92 milliseconds