OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pixel_wands
(Results
1 - 3
of
3
) sorted by null
/external/ImageMagick/MagickWand/
pixel-iterator.c
91
**
pixel_wands
;
129
iterator->
pixel_wands
=DestroyPixelWands(iterator->
pixel_wands
,
132
iterator->
pixel_wands
=NewPixelWands(iterator->region.width);
184
clone_iterator->
pixel_wands
=ClonePixelWands((const PixelWand **)
185
iterator->
pixel_wands
,iterator->region.width);
224
iterator->
pixel_wands
=DestroyPixelWands(iterator->
pixel_wands
,
342
iterator->
pixel_wands
=NewPixelWands(iterator->region.width);
463
iterator->
pixel_wands
=NewPixelWands(iterator->region.width)
88
**
pixel_wands
;
member in struct:_PixelIterator
[
all
...]
wand-view.c
86
***
pixel_wands
;
149
clone_view->
pixel_wands
[i]=ClonePixelWands((const PixelWand **)
150
wand_view->
pixel_wands
[i],wand_view->extent.width);
182
static PixelWand ***DestroyPixelsThreadSet(PixelWand ***
pixel_wands
,
188
assert(
pixel_wands
!= (PixelWand ***) NULL);
190
if (
pixel_wands
[i] != (PixelWand **) NULL)
191
pixel_wands
[i]=DestroyPixelWands(
pixel_wands
[i],number_wands);
192
pixel_wands
=(PixelWand ***) RelinquishMagickMemory(
pixel_wands
);
84
***
pixel_wands
;
member in struct:_WandView
720
***
pixel_wands
;
local
[
all
...]
magick-image.c
5022
**
pixel_wands
;
local
[
all
...]
Completed in 63 milliseconds