OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backgroundTexture
(Results
1 - 7
of
7
) sorted by null
/external/ImageMagick/Magick++/demo/
button.cpp
64
Image
backgroundTexture
( buttonTexture );
65
button.texture(
backgroundTexture
);
/external/ImageMagick/Magick++/tests/
attributes.cpp
208
//
backgroundTexture
212
if ( image.
backgroundTexture
() != "" )
215
cout << "Line: " << __LINE__ << ",
backgroundTexture
default ("
216
<< image.
backgroundTexture
()
221
image.
backgroundTexture
("afile.jpg");
222
if ( image.
backgroundTexture
() != "afile.jpg" )
225
cout << "Line: " << __LINE__ << ",
backgroundTexture
("
226
<< image.
backgroundTexture
()
231
image.
backgroundTexture
("");
232
if ( image.
backgroundTexture
() != ""
[
all
...]
/external/ImageMagick/Magick++/lib/Magick++/
Options.h
54
void
backgroundTexture
(const std::string &backgroundTexture_);
55
std::string
backgroundTexture
(void) const;
Image.h
130
void
backgroundTexture
(const std::string &backgroundTexture_);
131
std::string
backgroundTexture
(void) const;
[
all
...]
/external/ImageMagick/Magick++/lib/
Options.cpp
96
void Magick::Options::
backgroundTexture
(const std::string &backgroundTexture_)
104
std::string Magick::Options::
backgroundTexture
(void) const
Image.cpp
396
void Magick::Image::
backgroundTexture
(const std::string &backgroundTexture_)
399
options()->
backgroundTexture
(backgroundTexture_);
402
std::string Magick::Image::
backgroundTexture
(void) const
404
return(constOptions()->
backgroundTexture
());
[
all
...]
STL.cpp
1186
image_.
backgroundTexture
( _backgroundTexture );
[
all
...]
Completed in 162 milliseconds