OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fillpattern
(Results
1 - 14
of
14
) sorted by null
/external/elfutils/libasm/
asm_fill.c
44
struct
FillPattern
*pattern;
45
struct
FillPattern
*old_pattern;
53
pattern = (struct
FillPattern
*) __libasm_default_pattern;
57
pattern = (struct
FillPattern
*) malloc (sizeof (struct
FillPattern
)
asm_newscn.c
50
struct
FillPattern
pattern;
60
const struct
FillPattern
*__libasm_default_pattern = &xdefault_pattern.pattern;
126
result->pattern = (struct
FillPattern
*) __libasm_default_pattern;
libasmP.h
120
struct
FillPattern
258
extern const struct
FillPattern
*__libasm_default_pattern
/external/ImageMagick/Magick++/demo/
shapes.cpp
46
image.
fillPattern
( texture );
49
image.
fillPattern
( texture ); // Unset texture
/external/ImageMagick/Magick++/lib/Magick++/
Options.h
109
void
fillPattern
(const MagickCore::Image *fillPattern_);
110
const MagickCore::Image *
fillPattern
(void) const;
Image.h
246
void
fillPattern
(const Image &fillPattern_);
247
Image
fillPattern
(void) const;
[
all
...]
/external/ImageMagick/Magick++/lib/
Image.cpp
810
void Magick::Image::
fillPattern
(const Image &fillPattern_)
814
options()->
fillPattern
(fillPattern_.constImage());
816
options()->
fillPattern
(static_cast<MagickCore::Image*>(NULL));
819
Magick::Image Magick::Image::
fillPattern
(void) const
828
tmpTexture=constOptions()->
fillPattern
();
[
all
...]
Options.cpp
242
fillPattern
((const MagickCore::Image*) NULL);
251
void Magick::Options::
fillPattern
(const MagickCore::Image *fillPattern_)
266
const MagickCore::Image *Magick::Options::
fillPattern
(void) const
/external/ImageMagick/Magick++/
NEWS
76
* Added Image strokePattern() and
fillPattern
() methods for specifying
ChangeLog
528
(
fillPattern
): New method to specify image to use as pattern while
[
all
...]
/external/ImageMagick/ImageMagick/api/
Image++.html
[
all
...]
/external/ImageMagick/www/Magick++/
Image++.html
[
all
...]
Image.html
[
all
...]
/external/ImageMagick/www/api/
Image++.html
[
all
...]
Completed in 364 milliseconds