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

  /external/skia/src/core/
SkBitmap.cpp 55 SkSafeRef(src.fPixelRef);
60 if (fPixelRef) {
87 SkTSwap(fPixelRef, other.fPixelRef);
157 if (fPixelRef) {
158 fPixelRef->changeAlphaType(newAlphaType);
165 if (fPixelRef) {
167 SkASSERT(fPixelRef->isLocked());
169 void* p = fPixelRef->pixels();
176 fColorTable = fPixelRef->colorTable()
    [all...]
  /external/skia/include/core/
SkBitmap.h 121 bool isNull() const { return NULL == fPixelRef; }
408 SkPixelRef* pixelRef() const { return fPixelRef; }
746 mutable SkPixelRef* fPixelRef;
    [all...]

Completed in 222 milliseconds