Lines Matching defs:SkPixelRef
8 #include "SkPixelRef.h"
75 void SkPixelRef::setMutex(SkBaseMutex* mutex) {
85 SkPixelRef::SkPixelRef(const SkImageInfo& info, SkBaseMutex* mutex) {
96 SkPixelRef::SkPixelRef(const SkImageInfo& info) {
109 SkPixelRef::SkPixelRef(SkBaseMutex* mutex) {
122 SkPixelRef::SkPixelRef(SkFlattenableReadBuffer& buffer, SkBaseMutex* mutex)
135 SkPixelRef::~SkPixelRef() {
139 void SkPixelRef::needsNewGenID() {
144 void SkPixelRef::cloneGenID(const SkPixelRef& that) {
151 void SkPixelRef::setPreLocked(void* pixels, SkColorTable* ctable) {
162 void SkPixelRef::flatten(SkFlattenableWriteBuffer& buffer) const {
179 void SkPixelRef::lockPixels() {
195 void SkPixelRef::unlockPixels() {
215 bool SkPixelRef::lockPixelsAreWritable() const {
219 bool SkPixelRef::onLockPixelsAreWritable() const {
223 bool SkPixelRef::onImplementsDecodeInto() {
227 bool SkPixelRef::onDecodeInto(int pow2, SkBitmap* bitmap) {
231 uint32_t SkPixelRef::getGenerationID() const {
239 void SkPixelRef::addGenIDChangeListener(GenIDChangeListener* listener) {
248 void SkPixelRef::callGenIDChangeListeners() {
249 // We don't invalidate ourselves if we think another SkPixelRef is sharing our genID.
259 void SkPixelRef::notifyPixelsChanged() {
269 void SkPixelRef::setImmutable() {
273 bool SkPixelRef::readPixels(SkBitmap* dst, const SkIRect* subset) {
277 bool SkPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) {
281 SkData* SkPixelRef::onRefEncodedData() {
285 size_t SkPixelRef::getAllocatedSizeInBytes() const {
292 void SkPixelRef::globalRef(void* data) {
296 void SkPixelRef::globalUnref() {