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

  /external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp 104 SkSafeRef(src.fPixelRef);
115 if (NULL == fPixelRef) {
137 SkTSwap(fPixelRef, other.fPixelRef);
299 if (NULL != fPixelRef) {
301 SkASSERT(fPixelRef->isLocked());
303 void* p = fPixelRef->pixels();
308 SkRefCnt_SafeAssign(fColorTable, fPixelRef->colorTable());
326 if (fPixelRef != pr || fPixelRefOffset != offset) {
327 if (fPixelRef != pr)
    [all...]
SkCanvas.cpp 80 AutoCheckLockCountBalance(const SkBitmap& bm) : fPixelRef(bm.pixelRef()) {
81 fLockCount = fPixelRef ? fPixelRef->getLockCount() : 0;
84 const int count = fPixelRef ? fPixelRef->getLockCount() : 0;
89 const SkPixelRef* fPixelRef;
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 104 SkSafeRef(src.fPixelRef);
115 if (NULL == fPixelRef) {
137 SkTSwap(fPixelRef, other.fPixelRef);
299 if (NULL != fPixelRef) {
301 SkASSERT(fPixelRef->isLocked());
303 void* p = fPixelRef->pixels();
308 SkRefCnt_SafeAssign(fColorTable, fPixelRef->colorTable());
326 if (fPixelRef != pr || fPixelRefOffset != offset) {
327 if (fPixelRef != pr)
    [all...]
SkCanvas.cpp 80 AutoCheckLockCountBalance(const SkBitmap& bm) : fPixelRef(bm.pixelRef()) {
81 fLockCount = fPixelRef ? fPixelRef->getLockCount() : 0;
84 const int count = fPixelRef ? fPixelRef->getLockCount() : 0;
89 const SkPixelRef* fPixelRef;
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 96 bool isNull() const { return NULL == fPixelRef; }
325 SkPixelRef* pixelRef() const { return fPixelRef; }
650 mutable SkPixelRef* fPixelRef;
654 // or a cache of the returned value from fPixelRef->lockPixels()
  /external/skia/include/core/
SkBitmap.h 96 bool isNull() const { return NULL == fPixelRef; }
325 SkPixelRef* pixelRef() const { return fPixelRef; }
650 mutable SkPixelRef* fPixelRef;
654 // or a cache of the returned value from fPixelRef->lockPixels()

Completed in 43 milliseconds