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

  /external/skia/src/core/
SkPixelRef.cpp 62 fColorTable = NULL; // we do not track ownership of this
72 fColorTable = NULL; // we do not track ownership of this
83 fColorTable = ctable;
99 fPixels = this->onLockPixels(&fColorTable);
114 fColorTable = NULL;
SkBitmap.cpp 115 SkSafeRef(fColorTable); // ref the user's ctable if present
119 fColorTable = NULL;
134 SkTSwap(fColorTable, other.fColorTable);
294 SkRefCnt_SafeAssign(fColorTable, fPixelRef->colorTable());
298 if (fColorTable) {
299 fColorTable->unref();
300 fColorTable = NULL;
357 SkRefCnt_SafeAssign(fColorTable, ctable);
375 if (fColorTable) {
    [all...]
  /external/skia/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 158 milliseconds