Home | History | Annotate | Download | only in core

Lines Matching refs:getPixels

469         dst == NULL || (getPixels() == NULL && pixelRef() == NULL))
481 memcpy(dst, getPixels(), safeSize);
494 const uint8_t* srcP = reinterpret_cast<const uint8_t*>(getPixels());
582 char* base = (char*)this->getPixels();
651 (const SkBitmap::RLEPixels*)this->getPixels();
793 if (this->getPixels() == NULL) {
800 if (NULL == bm.getPixels()) {
804 const RLEPixels* rle = (const RLEPixels*)this->getPixels();
925 memcpy(tmpDst.getPixels(), src->getPixels(), src->getSafeSize());
927 const char* srcP = reinterpret_cast<const char*>(src->getPixels());
928 char* dstP = reinterpret_cast<char*>(tmpDst.getPixels());
1349 memcpy(tmpBitmap.getPixels(), dstM.fImage, dstM.computeImageSize());
1492 buffer.read(this->getPixels(), this->getSafeSize());