OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DestroyTimerInfo
(Results
1 - 5
of
5
) sorted by null
/external/ImageMagick/MagickCore/
timer.h
62
*
DestroyTimerInfo
(TimerInfo *);
timer.c
155
%
DestroyTimerInfo
() zeros memory associated with the TimerInfo structure.
157
% The format of the
DestroyTimerInfo
method is:
159
% TimerInfo *
DestroyTimerInfo
(TimerInfo *timer_info)
166
MagickExport TimerInfo *
DestroyTimerInfo
(TimerInfo *timer_info)
methods.h
269
#define
DestroyTimerInfo
PrependMagickMethod(
DestroyTimerInfo
)
[
all
...]
/external/ImageMagick/tests/
validate.c
[
all
...]
/external/ImageMagick/MagickWand/
mogrify.c
304
timer=
DestroyTimerInfo
(timer);
[
all
...]
Completed in 71 milliseconds