OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewUsing
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/core/
SkMallocPixelRef.h
110
static SkMallocPixelRef*
NewUsing
(void*(*alloc)(size_t),
/external/skia/src/core/
SkMallocPixelRef.cpp
51
SkMallocPixelRef* SkMallocPixelRef::
NewUsing
(void*(*alloc)(size_t),
94
return
NewUsing
(sk_malloc_nothrow, info, rowBytes, ctable);
100
return
NewUsing
(sk_calloc, info, rowBytes, ctable);
Completed in 1382 milliseconds