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

  /external/skia/src/core/
SkPixelRef.cpp 65 fColorTable = NULL; // we do not track ownership of this
76 fColorTable = NULL; // we do not track ownership of this
88 fColorTable = ctable;
116 fPixels = this->onLockPixels(&fColorTable);
131 fColorTable = NULL;
SkBitmap.cpp 117 SkSafeRef(fColorTable); // ref the user's ctable if present
121 fColorTable = NULL;
136 SkTSwap(fColorTable, other.fColorTable);
308 SkRefCnt_SafeAssign(fColorTable, fPixelRef->colorTable());
312 if (fColorTable) {
313 fColorTable->unref();
314 fColorTable = NULL;
392 if (fColorTable) {
393 fColorTable->unref()
    [all...]
  /external/skia/legacy/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 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 238 milliseconds