OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Montage
(Results
1 - 2
of
2
) sorted by null
/external/ImageMagick/Magick++/lib/
Montage.cpp
5
// Implementation of
Montage
15
#include "Magick++/
Montage
.h"
18
Magick::
Montage
::
Montage
(void)
36
Magick::
Montage
::~
Montage
(void)
40
void Magick::
Montage
::backgroundColor(const Magick::Color &backgroundColor_)
45
Magick::Color Magick::
Montage
::backgroundColor(void) const
50
void Magick::
Montage
::fileName(const std::string &fileName_)
55
std::string Magick::
Montage
::fileName(void) cons
[
all
...]
/external/ImageMagick/Magick++/lib/Magick++/
Montage.h
5
// Definition of
Montage
class used to specify
montage
options.
17
// Basic (Un-framed)
Montage
21
class MagickPPExport
Montage
25
Montage
(void);
26
virtual ~
Montage
(void);
56
// Thumbnail label (applied to image prior to
montage
)
80
//
Montage
title
114
//
Montage
With Frames (Extends Basic
Montage
)
[
all
...]
Completed in 4068 milliseconds