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 106 SkSafeRef(src.fPixelRef);
117 if (NULL == fPixelRef) {
133 SkTSwap<SkPixelRef*>(fPixelRef, other.fPixelRef);
258 if (NULL != fPixelRef) {
260 SkASSERT(fPixelRef->getLockCount() > 0);
262 void* p = fPixelRef->pixels();
267 SkRefCnt_SafeAssign(fColorTable, fPixelRef->colorTable());
285 if (fPixelRef != pr || fPixelRefOffset != offset) {
286 if (fPixelRef != pr)
    [all...]
  /external/skia/include/core/
SkBitmap.h 85 bool isNull() const { return NULL == fPixels && NULL == fPixelRef; }
232 SkPixelRef* pixelRef() const { return fPixelRef; }
456 mutable SkPixelRef* fPixelRef;
460 // or a cache of the returned value from fPixelRef->lockPixels()

Completed in 779 milliseconds