OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopInfo
(Results
1 - 5
of
5
) sorted by null
/external/ImageMagick/MagickCore/
paint.h
34
GradientImage(Image *,const GradientType,const SpreadMethod,const
StopInfo
*,
draw.h
145
}
StopInfo
;
158
StopInfo
paint.c
408
const GradientType type,const SpreadMethod method,const
StopInfo
*stops,
430
assert(stops != (const
StopInfo
*) NULL);
606
gradient->stops=(
StopInfo
*) AcquireQuantumMemory(gradient->number_stops,
608
if (gradient->stops == (
StopInfo
*) NULL)
[
all
...]
draw.c
357
if (draw_info->gradient.stops != (
StopInfo
*) NULL)
363
clone_info->gradient.stops=(
StopInfo
*) AcquireQuantumMemory((size_t)
365
if (clone_info->gradient.stops == (
StopInfo
*) NULL)
921
if (draw_info->gradient.stops != (
StopInfo
*) NULL)
922
draw_info->gradient.stops=(
StopInfo
*) RelinquishMagickMemory(
[
all
...]
/external/ImageMagick/coders/
gradient.c
184
StopInfo
216
stops=(
StopInfo
*) AcquireQuantumMemory(2,sizeof(*stops));
217
if (stops == (
StopInfo
*) NULL)
225
stops=(
StopInfo
*) RelinquishMagickMemory(stops);
241
stops=(
StopInfo
*) RelinquishMagickMemory(stops);
250
stops=(
StopInfo
*) RelinquishMagickMemory(stops);
Completed in 569 milliseconds