Home
last modified time | relevance | path

Searched refs:fPixelRef (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/core/
DSkBitmap.cpp43 : fPixelRef (src.fPixelRef) in SkBitmap()
52 : fPixelRef (std::move(other.fPixelRef)) in SkBitmap()
56 SkASSERT(!other.fPixelRef); in SkBitmap()
64 fPixelRef = src.fPixelRef; in operator =()
74 fPixelRef = std::move(other.fPixelRef); in operator =()
77 SkASSERT(!other.fPixelRef); in operator =()
90 fPixelRef = nullptr; // Free pixels. in reset()
135 fPixelRef = nullptr; // Free pixels. in setInfo()
157 const char* pix = (const char*)(fPixelRef ? fPixelRef->pixels() : nullptr); in pixelRefOrigin()
178 fPixelRef = kUnknown_SkColorType != this->colorType() ? std::move(pr) : nullptr; in setPixelRef()
[all …]
/third_party/flutter/skia/src/core/
DSkBitmap.cpp43 : fPixelRef (src.fPixelRef) in SkBitmap()
52 : fPixelRef (std::move(other.fPixelRef)) in SkBitmap()
56 SkASSERT(!other.fPixelRef); in SkBitmap()
65 fPixelRef = src.fPixelRef; in operator =()
75 fPixelRef = std::move(other.fPixelRef); in operator =()
78 SkASSERT(!other.fPixelRef); in operator =()
92 fPixelRef = nullptr; // Free pixels. in reset()
137 fPixelRef = nullptr; // Free pixels. in setInfo()
159 const char* pix = (const char*)(fPixelRef ? fPixelRef->pixels() : nullptr); in pixelRefOrigin()
180 fPixelRef = kUnknown_SkColorType != this->colorType() ? std::move(pr) : nullptr; in setPixelRef()
[all …]
/third_party/flutter/skia/include/core/
DSkBitmap.h209 bool isNull() const { return nullptr == fPixelRef; } in isNull()
693 SkPixelRef* pixelRef() const { return fPixelRef.get(); } in pixelRef()
1142 sk_sp<SkPixelRef> fPixelRef; variable
/third_party/skia/include/core/
DSkBitmap.h210 bool isNull() const { return nullptr == fPixelRef; } in isNull()
701 SkPixelRef* pixelRef() const { return fPixelRef.get(); } in pixelRef()
1187 sk_sp<SkPixelRef> fPixelRef;