Lines Matching refs:SkBitmap
26 static bool reset_return_false(SkBitmap* bm) { in reset_return_false()
31 SkBitmap::SkBitmap() { in SkBitmap() function in SkBitmap
35 SkBitmap::SkBitmap(const SkBitmap& src) { in SkBitmap() function in SkBitmap
42 SkBitmap::SkBitmap(SkBitmap&& other) : SkBitmap() { this->swap(other); } in SkBitmap() function in SkBitmap
44 SkBitmap::~SkBitmap() { in ~SkBitmap()
49 SkBitmap& SkBitmap::operator=(const SkBitmap& src) { in operator =()
77 SkBitmap& SkBitmap::operator=(SkBitmap&& other) { in operator =()
85 void SkBitmap::swap(SkBitmap& other) { in swap()
98 void SkBitmap::reset() { in reset()
103 void SkBitmap::getBounds(SkRect* bounds) const { in getBounds()
109 void SkBitmap::getBounds(SkIRect* bounds) const { in getBounds()
116 bool SkBitmap::setInfo(const SkImageInfo& info, size_t rowBytes) { in setInfo()
151 bool SkBitmap::setAlphaType(SkAlphaType newAlphaType) { in setAlphaType()
164 void SkBitmap::updatePixelsFromRef() const { in updatePixelsFromRef()
185 SkPixelRef* SkBitmap::setPixelRef(SkPixelRef* pr, int dx, int dy) { in setPixelRef()
232 void SkBitmap::lockPixels() const { in lockPixels()
240 void SkBitmap::unlockPixels() const { in unlockPixels()
250 bool SkBitmap::lockPixelsAreWritable() const { in lockPixelsAreWritable()
254 void SkBitmap::setPixels(void* p, SkColorTable* ctable) { in setPixels()
278 bool SkBitmap::tryAllocPixels(Allocator* allocator, SkColorTable* ctable) { in tryAllocPixels()
289 bool SkBitmap::tryAllocPixels(const SkImageInfo& requestedInfo, size_t rowBytes) { in tryAllocPixels()
318 bool SkBitmap::tryAllocPixels(const SkImageInfo& requestedInfo, SkPixelRefFactory* factory, in tryAllocPixels()
355 bool SkBitmap::installPixels(const SkImageInfo& requestedInfo, void* pixels, size_t rb, in installPixels()
386 bool SkBitmap::installPixels(const SkPixmap& pixmap) { in installPixels()
392 bool SkBitmap::installMaskPixels(const SkMask& mask) { in installMaskPixels()
404 void SkBitmap::freePixels() { in freePixels()
418 uint32_t SkBitmap::getGenerationID() const { in getGenerationID()
422 void SkBitmap::notifyPixelsChanged() const { in notifyPixelsChanged()
429 GrTexture* SkBitmap::getTexture() const { in getTexture()
438 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst, in allocPixelRef()
501 bool SkBitmap::copyPixelsTo(void* dst, size_t dstSize, size_t dstRB, bool preserveDstPad) const { in copyPixelsTo()
514 bool SkBitmap::isImmutable() const { in isImmutable()
518 void SkBitmap::setImmutable() { in setImmutable()
524 bool SkBitmap::isVolatile() const { in isVolatile()
528 void SkBitmap::setIsVolatile(bool isVolatile) { in setIsVolatile()
536 void* SkBitmap::getAddr(int x, int y) const { in getAddr()
568 SkColor SkBitmap::getColor(int x, int y) const { in getColor()
691 bool SkBitmap::ComputeIsOpaque(const SkBitmap& bm) { in ComputeIsOpaque()
703 void SkBitmap::erase(SkColor c, const SkIRect& area) const { in erase()
725 void SkBitmap::eraseColor(SkColor c) const { in eraseColor()
732 bool SkBitmap::extractSubset(SkBitmap* result, const SkIRect& subset) const { in extractSubset()
749 SkBitmap dst; in extractSubset()
765 SkBitmap dst; in extractSubset()
786 bool SkBitmap::canCopyTo(SkColorType dstColorType) const { in canCopyTo()
823 bool SkBitmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB, in readPixels()
832 bool SkBitmap::copyTo(SkBitmap* dst, SkColorType dstColorType, Allocator* alloc) const { in copyTo()
838 SkBitmap tmpSrc; in copyTo()
839 const SkBitmap* src = this; in copyTo()
876 SkBitmap tmpDst; in copyTo()
916 bool SkBitmap::deepCopyTo(SkBitmap* dst) const { in deepCopyTo()
1016 static bool GetBitmapAlpha(const SkBitmap& src, uint8_t* SK_RESTRICT alpha, int alphaRowBytes) { in GetBitmapAlpha()
1033 bool SkBitmap::extractAlpha(SkBitmap* dst, const SkPaint* paint, in extractAlpha()
1037 SkBitmap tmpBitmap; in extractAlpha()
1127 void SkBitmap::WriteRawPixels(SkWriteBuffer* buffer, const SkBitmap& bitmap) { in WriteRawPixels()
1143 bool SkBitmap::ReadRawPixels(SkReadBuffer* buffer, SkBitmap* bitmap) { in ReadRawPixels()
1224 SkBitmap::RLEPixels::RLEPixels(int width, int height) { in RLEPixels()
1229 SkBitmap::RLEPixels::~RLEPixels() { in ~RLEPixels()
1236 void SkBitmap::validate() const { in validate()
1271 void SkBitmap::toString(SkString* str) const { in toString()
1312 bool SkBitmap::requestLock(SkAutoPixmapUnlock* result) const { in requestLock()
1341 bool SkBitmap::peekPixels(SkPixmap* pmap) const { in peekPixels()