HomeSort by relevance Sort by last modified time
    Searched defs:allocPixelRef (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkBitmap.cpp 217 return allocator->allocPixelRef(this);
335 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst) {
  /external/skqp/src/core/
SkBitmap.cpp 217 return allocator->allocPixelRef(this);
335 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst) {
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 105 virtual bool allocPixelRef(SkBitmap* bitmap) {
116 return SkBitmap::HeapAllocator::allocPixelRef(bitmap);
132 virtual bool allocPixelRef(SkBitmap* bitmap) {
Graphics.cpp 610 bool HeapAllocator::allocPixelRef(SkBitmap* bitmap) {
627 bool RecyclingClippingPixelAllocator::allocPixelRef(SkBitmap* bitmap) {
686 return heapAllocator.allocPixelRef(bitmap);
717 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap) {

Completed in 581 milliseconds