Searched defs:allocPixels (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/core/
H A DSkBitmap.h498 void allocPixels(const SkImageInfo& info, size_t rowBytes) { function in class:SkBitmap
534 void allocPixels(const SkImageInfo& info) { function in class:SkBitmap
535 this->allocPixels(info, info.minRowBytes());
579 this->allocPixels(info);
676 void allocPixels() { function in class:SkBitmap
677 this->allocPixels((Allocator*)nullptr);
700 void allocPixels(Allocator* allocator) { function in class:SkBitmap
1231 allocPixels().
/external/skqp/include/core/
H A DSkBitmap.h498 void allocPixels(const SkImageInfo& info, size_t rowBytes) { function in class:SkBitmap
534 void allocPixels(const SkImageInfo& info) { function in class:SkBitmap
535 this->allocPixels(info, info.minRowBytes());
579 this->allocPixels(info);
686 void allocPixels() { function in class:SkBitmap
687 this->allocPixels((Allocator*)nullptr);
710 void allocPixels(Allocator* allocator) { function in class:SkBitmap
1241 allocPixels().
/external/skia/dm/
H A DDMSrcSink.cpp1668 dst->allocPixels(info);
1870 void RasterSink::allocPixels(const Src& src, SkBitmap* dst) const { function in class:DM::RasterSink
1882 this->allocPixels(src, dst);
1895 this->allocPixels(src, dst);
1906 // memory address (it would crash without even calling this->allocPixels).
2002 uprighted.allocPixels(bitmap->info().makeWH(size.width(), size.height()));
2192 pixels.allocPixels(canvas->imageInfo());

Completed in 282 milliseconds