OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteProc
(Results
1 - 4
of
4
) 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)
SkTLS.cpp
14
SkTLS::
DeleteProc
fDeleteProc;
33
void* SkTLS::Get(CreateProc createProc,
DeleteProc
deleteProc
) {
44
SkASSERT(rec->fDeleteProc ==
deleteProc
);
59
rec->fDeleteProc =
deleteProc
;
/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)
SkTLS.cpp
14
SkTLS::
DeleteProc
fDeleteProc;
33
void* SkTLS::Get(CreateProc createProc,
DeleteProc
deleteProc
) {
44
SkASSERT(rec->fDeleteProc ==
deleteProc
);
59
rec->fDeleteProc =
deleteProc
;
Completed in 834 milliseconds