• Home
  • Raw
  • Download

Lines Matching refs:SkBitmap

35 static bool reset_return_false(SkBitmap* bm) {  in reset_return_false()
40 SkBitmap::SkBitmap() {} in SkBitmap() function in SkBitmap
42 SkBitmap::SkBitmap(const SkBitmap& src) in SkBitmap() function in SkBitmap
51 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 =()
83 void SkBitmap::swap(SkBitmap& other) { in swap()
89 void SkBitmap::reset() { in reset()
95 void SkBitmap::getBounds(SkRect* bounds) const { in getBounds()
100 void SkBitmap::getBounds(SkIRect* bounds) const { in getBounds()
107 bool SkBitmap::setInfo(const SkImageInfo& info, size_t rowBytes) { in setInfo()
143 bool SkBitmap::setAlphaType(SkAlphaType newAlphaType) { in setAlphaType()
155 SkIPoint SkBitmap::pixelRefOrigin() const { in pixelRefOrigin()
169 void SkBitmap::setPixelRef(sk_sp<SkPixelRef> pr, int dx, int dy) { in setPixelRef()
194 void SkBitmap::setPixels(void* p) { in setPixels()
204 bool SkBitmap::tryAllocPixels(Allocator* allocator) { in tryAllocPixels()
213 bool SkBitmap::tryAllocN32Pixels(int width, int height, bool isOpaque) { in tryAllocN32Pixels()
219 void SkBitmap::allocN32Pixels(int width, int height, bool isOpaque) { in allocN32Pixels()
225 void SkBitmap::allocPixels() { in allocPixels()
229 void SkBitmap::allocPixels(Allocator* allocator) { in allocPixels()
238 void SkBitmap::allocPixelsFlags(const SkImageInfo& info, uint32_t flags) { in allocPixelsFlags()
242 void SkBitmap::allocPixels(const SkImageInfo& info, size_t rowBytes) { in allocPixels()
246 void SkBitmap::allocPixels(const SkImageInfo& info) { in allocPixels()
252 bool SkBitmap::tryAllocPixels(const SkImageInfo& requestedInfo, size_t rowBytes) { in tryAllocPixels()
277 bool SkBitmap::tryAllocPixelsFlags(const SkImageInfo& requestedInfo, uint32_t allocFlags) { in tryAllocPixelsFlags()
304 bool SkBitmap::installPixels(const SkImageInfo& requestedInfo, void* pixels, size_t rb, in installPixels()
325 bool SkBitmap::installPixels(const SkPixmap& pixmap) { in installPixels()
330 bool SkBitmap::installMaskPixels(const SkMask& mask) { in installMaskPixels()
342 uint32_t SkBitmap::getGenerationID() const { in getGenerationID()
346 void SkBitmap::notifyPixelsChanged() const { in notifyPixelsChanged()
358 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst) { in allocPixelRef()
377 bool SkBitmap::isImmutable() const { in isImmutable()
381 void SkBitmap::setImmutable() { in setImmutable()
387 void* SkBitmap::getAddr(int x, int y) const { in getAddr()
401 void SkBitmap::erase(SkColor c, const SkIRect& area) const { in erase()
419 void SkBitmap::eraseColor(SkColor c) const { in eraseColor()
426 bool SkBitmap::extractSubset(SkBitmap* result, const SkIRect& subset) const { in extractSubset()
444 SkBitmap dst; in extractSubset()
461 bool SkBitmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB, in readPixels()
470 bool SkBitmap::readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels()
474 bool SkBitmap::writePixels(const SkPixmap& src, int dstX, int dstY) { in writePixels()
496 static bool GetBitmapAlpha(const SkBitmap& src, uint8_t* SK_RESTRICT alpha, int alphaRowBytes) { in GetBitmapAlpha()
516 bool SkBitmap::extractAlpha(SkBitmap* dst, const SkPaint* paint, in extractAlpha()
520 SkBitmap tmpBitmap; in extractAlpha()
586 void SkBitmap::validate() const { in validate()
612 bool SkBitmap::peekPixels(SkPixmap* pmap) const { in peekPixels()
622 sk_sp<SkImage> SkBitmap::asImage() const { in asImage()