• Home
  • Raw
  • Download

Lines Matching refs:SkBitmap

34 static bool reset_return_false(SkBitmap* bm) {  in reset_return_false()
39 SkBitmap::SkBitmap() : fFlags(0) {} in SkBitmap() function in SkBitmap
41 SkBitmap::SkBitmap(const SkBitmap& src) in SkBitmap() function in SkBitmap
50 SkBitmap::SkBitmap(SkBitmap&& other) in SkBitmap() function in SkBitmap
60 SkBitmap::~SkBitmap() {} in ~SkBitmap()
62 SkBitmap& SkBitmap::operator=(const SkBitmap& src) { in operator =()
72 SkBitmap& SkBitmap::operator=(SkBitmap&& other) { in operator =()
84 void SkBitmap::swap(SkBitmap& other) { in swap()
90 void SkBitmap::reset() { in reset()
96 void SkBitmap::getBounds(SkRect* bounds) const { in getBounds()
101 void SkBitmap::getBounds(SkIRect* bounds) const { in getBounds()
108 bool SkBitmap::setInfo(const SkImageInfo& info, size_t rowBytes) { in setInfo()
144 bool SkBitmap::setAlphaType(SkAlphaType newAlphaType) { in setAlphaType()
156 SkIPoint SkBitmap::pixelRefOrigin() const { in pixelRefOrigin()
170 void SkBitmap::setPixelRef(sk_sp<SkPixelRef> pr, int dx, int dy) { in setPixelRef()
195 void SkBitmap::setPixels(void* p) { in setPixels()
213 bool SkBitmap::tryAllocPixels(Allocator* allocator) { in tryAllocPixels()
224 bool SkBitmap::tryAllocPixels(const SkImageInfo& requestedInfo, size_t rowBytes) { in tryAllocPixels()
249 bool SkBitmap::tryAllocPixelsFlags(const SkImageInfo& requestedInfo, uint32_t allocFlags) { in tryAllocPixelsFlags()
277 bool SkBitmap::installPixels(const SkImageInfo& requestedInfo, void* pixels, size_t rb, in installPixels()
304 bool SkBitmap::installPixels(const SkPixmap& pixmap) { in installPixels()
309 bool SkBitmap::installMaskPixels(const SkMask& mask) { in installMaskPixels()
321 uint32_t SkBitmap::getGenerationID() const { in getGenerationID()
325 void SkBitmap::notifyPixelsChanged() const { in notifyPixelsChanged()
337 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst) { in allocPixelRef()
356 bool SkBitmap::isImmutable() const { in isImmutable()
360 void SkBitmap::setImmutable() { in setImmutable()
366 bool SkBitmap::isVolatile() const { in isVolatile()
370 void SkBitmap::setIsVolatile(bool isVolatile) { in setIsVolatile()
378 void* SkBitmap::getAddr(int x, int y) const { in getAddr()
392 void SkBitmap::erase(SkColor c, const SkIRect& area) const { in erase()
410 void SkBitmap::eraseColor(SkColor c) const { in eraseColor()
417 bool SkBitmap::extractSubset(SkBitmap* result, const SkIRect& subset) const { in extractSubset()
435 SkBitmap dst; in extractSubset()
453 bool SkBitmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB, in readPixels()
462 bool SkBitmap::readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels()
466 bool SkBitmap::writePixels(const SkPixmap& src, int dstX, int dstY) { in writePixels()
485 static bool GetBitmapAlpha(const SkBitmap& src, uint8_t* SK_RESTRICT alpha, int alphaRowBytes) { in GetBitmapAlpha()
506 bool SkBitmap::extractAlpha(SkBitmap* dst, const SkPaint* paint, in extractAlpha()
510 SkBitmap tmpBitmap; in extractAlpha()
576 void SkBitmap::validate() const { in validate()
604 bool SkBitmap::peekPixels(SkPixmap* pmap) const { in peekPixels()