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

  /external/skia/include/core/
SkMallocPixelRef.h 80 static sk_sp<SkPixelRef> MakeUsing(void*(*alloc)(size_t),
  /external/skqp/include/core/
SkMallocPixelRef.h 80 static sk_sp<SkPixelRef> MakeUsing(void*(*alloc)(size_t),
  /external/skia/src/core/
SkMallocPixelRef.cpp 57 sk_sp<SkPixelRef> SkMallocPixelRef::MakeUsing(void*(*allocProc)(size_t),
86 return MakeUsing(sk_malloc_canfail, info, rowBytes);
91 return MakeUsing(sk_calloc_canfail, info, rowBytes);
  /external/skqp/src/core/
SkMallocPixelRef.cpp 57 sk_sp<SkPixelRef> SkMallocPixelRef::MakeUsing(void*(*allocProc)(size_t),
86 return MakeUsing(sk_malloc_canfail, info, rowBytes);
91 return MakeUsing(sk_calloc_canfail, info, rowBytes);

Completed in 181 milliseconds