Searched defs:DeleteProc (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkTLS.h19 typedef void (*DeleteProc)(void*); typedef in class:SkTLS
35 * if a DeleteProc was specified, it is passed the pointer to the cached
38 static void* Get(CreateProc, DeleteProc);
41 * Remove (optionally calling the DeleteProc if it was specificed in Get)

Completed in 98 milliseconds