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

  /external/skia/src/core/
SkTLS.h 19 typedef void (*DeleteProc)(void*);
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)
  /external/skqp/src/core/
SkTLS.h 19 typedef void (*DeleteProc)(void*);
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 578 milliseconds