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

  /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 220 milliseconds