Home | History | Annotate | Download | only in core

Lines Matching refs:allocator

25 SK_DEFINE_INST_COUNT(SkBitmap::Allocator)
379 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) {
382 if (NULL == allocator) {
383 allocator = &stdalloc;
385 return allocator->allocPixelRef(this, ctable);
433 /** We explicitly use the same allocator for our pixels that SkMask does,
1038 bool SkBitmap::copyTo(SkBitmap* dst, Config dstConfig, Allocator* alloc) const {
1089 // allocator/lock failed
1511 Allocator *allocator, SkIPoint* offset) const {
1536 if (!tmpBitmap.allocPixels(allocator, NULL)) {
1560 if (!tmpBitmap.allocPixels(allocator, NULL)) {