HomeSort by relevance Sort by last modified time
    Searched refs:Allocator (Results 26 - 26 of 26) sorted by null

12

  /external/skia/src/core/
SkBitmap.cpp 327 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) {
330 if (NULL == allocator) {
331 allocator = &stdalloc;
333 return allocator->allocPixelRef(this, ctable);
426 /** We explicitly use the same allocator for our pixels that SkMask does,
739 bool SkBitmap::copyTo(SkBitmap* dst, Config dstConfig, Allocator* alloc) const {
763 // allocator/lock failed
    [all...]

Completed in 56 milliseconds

12