OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wands
(Results
1 - 25
of
30
) sorted by null
1
2
/external/ImageMagick/MagickWand/tests/
add_first.c
20
/* useful function especially after appending two
wands
together */
add_last.c
20
/* useful function especially after appending two
wands
together */
add_norm.c
20
/* useful function especially after appending two
wands
together */
add_first_lists.c
20
/* useful function especially after appending two
wands
together */
add_index.c
20
/* useful function especially after appending two
wands
together */
add_last_lists.c
20
/* useful function especially after appending two
wands
together */
add_mixed.c
20
/* useful function especially after appending two
wands
together */
add_mixed_lists.c
20
/* useful function especially after appending two
wands
together */
add_norm_lists.c
20
/* useful function especially after appending two
wands
together */
loop_over_lists.c
23
/* useful function especially after appending two
wands
together */
/external/ImageMagick/api_examples/
wand.c
41
/* useful function especially after appending two
wands
together */
94
* IM knows if you want to prepend/append the images into that
wands
/external/ImageMagick/ImageMagick/api/
pixel-iterator.html
218
<p>PixelGetCurrentIteratorRow() returns the current row as an array of pixel
wands
from the pixel iterator.</p>
239
<dd>the number of pixel
wands
. </dd>
317
<p>PixelGetNextIteratorRow() returns the next row as an array of pixel
wands
from the pixel iterator.</p>
338
<dd>the number of pixel
wands
. </dd>
344
<p>PixelGetPreviousIteratorRow() returns the previous row as an array of pixel
wands
from the pixel iterator.</p>
365
<dd>the number of pixel
wands
. </dd>
pixel-wand.html
103
<p>ClonePixelWands() makes an exact copy of the specified
wands
.</p>
108
PixelWand **ClonePixelWands(const PixelWand **
wands
,
119
<dt>
wands
</dt>
120
<dd>the magick
wands
. </dd>
124
<dd>the number of
wands
. </dd>
152
<p>DestroyPixelWands() deallocates resources associated with an array of pixel
wands
.</p>
173
<dd>the number of
wands
. </dd>
242
<p>NewPixelWands() returns an array of pixel
wands
.</p>
258
<dd>the number of
wands
. </dd>
[
all
...]
drawing-wand.html
[
all
...]
/external/ImageMagick/www/api/
pixel-iterator.html
222
<p>PixelGetCurrentIteratorRow() returns the current row as an array of pixel
wands
from the pixel iterator.</p>
243
<dd>the number of pixel
wands
. </dd>
321
<p>PixelGetNextIteratorRow() returns the next row as an array of pixel
wands
from the pixel iterator.</p>
342
<dd>the number of pixel
wands
. </dd>
348
<p>PixelGetPreviousIteratorRow() returns the previous row as an array of pixel
wands
from the pixel iterator.</p>
369
<dd>the number of pixel
wands
. </dd>
pixel-iterator.php
218
<p>PixelGetCurrentIteratorRow() returns the current row as an array of pixel
wands
from the pixel iterator.</p>
239
<dd>the number of pixel
wands
. </dd>
317
<p>PixelGetNextIteratorRow() returns the next row as an array of pixel
wands
from the pixel iterator.</p>
338
<dd>the number of pixel
wands
. </dd>
344
<p>PixelGetPreviousIteratorRow() returns the previous row as an array of pixel
wands
from the pixel iterator.</p>
365
<dd>the number of pixel
wands
. </dd>
pixel-wand.html
107
<p>ClonePixelWands() makes an exact copy of the specified
wands
.</p>
112
PixelWand **ClonePixelWands(const PixelWand **
wands
,
123
<dt>
wands
</dt>
124
<dd>the magick
wands
. </dd>
128
<dd>the number of
wands
. </dd>
156
<p>DestroyPixelWands() deallocates resources associated with an array of pixel
wands
.</p>
177
<dd>the number of
wands
. </dd>
246
<p>NewPixelWands() returns an array of pixel
wands
.</p>
262
<dd>the number of
wands
. </dd>
[
all
...]
pixel-wand.php
103
<p>ClonePixelWands() makes an exact copy of the specified
wands
.</p>
108
PixelWand **ClonePixelWands(const PixelWand **
wands
,
119
<dt>
wands
</dt>
120
<dd>the magick
wands
. </dd>
124
<dd>the number of
wands
. </dd>
152
<p>DestroyPixelWands() deallocates resources associated with an array of pixel
wands
.</p>
173
<dd>the number of
wands
. </dd>
242
<p>NewPixelWands() returns an array of pixel
wands
.</p>
258
<dd>the number of
wands
. </dd>
[
all
...]
drawing-wand.html
[
all
...]
drawing-wand.php
[
all
...]
/external/ImageMagick/MagickWand/
pixel-iterator.c
485
%
wands
from the pixel iterator.
496
% o number_wands: the number of pixel
wands
.
667
% PixelGetNextIteratorRow() returns the next row as an array of pixel
wands
679
% o number_wands: the number of pixel
wands
.
728
%
wands
from the pixel iterator.
739
% o number_wands: the number of pixel
wands
.
[
all
...]
pixel-wand.c
187
% ClonePixelWands() makes an exact copy of the specified
wands
.
191
% PixelWand **ClonePixelWands(const PixelWand **
wands
,
196
% o
wands
: the magick
wands
.
198
% o number_wands: the number of
wands
.
201
WandExport PixelWand **ClonePixelWands(const PixelWand **
wands
,
216
clone_wands[i]=ClonePixelWand(
wands
[i]);
269
% pixel
wands
.
280
% o number_wands: the number of
wands
.
443
% NewPixelWands() returns an array of pixel
wands
448
**
wands
;
local
[
all
...]
ChangeLog
2
* Fix the MagickWand add/read insertion of new images into
wands
150
* PixelGetQuantumColor() automatically converts CMYK pixel
wands
to RGB.
/external/ImageMagick/ImageMagick/script/
escape.html
589
<p>Note that many API's that do not use
Wands
(PerlMagick for example using
/external/ImageMagick/www/
escape.html
593
<p>Note that many API's that do not use
Wands
(PerlMagick for example using
Completed in 281 milliseconds
1
2