/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
feedWatch.uml2.properties | 17 file=../data/builds-emf-2.3.xml 20 feedURL=http://www.eclipse.org/emf/feeds/builds-emf-2.3.xml 38 # <arg line="-debug 1 -feedURL http://www.eclipse.org/emf/feeds/builds.xml
|
feedPublish.emf.properties | 13 # NOTE: if values are commented out (#), they must be passed in to Ant via commandline instead (eg., from emf's promoteToEclipse.sh when promoting a build) 19 #file=/var/www/emf/feeds/builds-emf-2.3.xml 20 file=../data/builds-emf-2.3.xml 23 project=EMF 27 feedURL=http://download.eclipse.org/tools/emf/feeds/builds-emf-2.3.xml 28 buildURL=http://www.eclipse.org/emf/downloads/?showAll=1&hlbuild=%%buildID%%#%%buildID%% 37 buildDetailURL=http://www.eclipse.org/downloads/download.php?r=1&file=/tools/emf/downloads/drops/%%version%%/%%buildID%%/ 43 releaseNotesURL=http://www.eclipse.org/emf/news/release-notes.php?version=%%version% [all...] |
feedPublish.uml2.properties | 13 # NOTE: if values are commented out (#), they must be passed in to Ant via commandline instead (eg., from emf's promoteToEclipse.sh when promoting a build) 57 dependencyURLs=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/M20060919-1045/eclipse-SDK-M20060919-1045-linux-gtk.tar.gz http://www.eclipse.org/downloads/download.php?file=/tools/emf/downloads/drops/2.2.1/S200609210005/emf-sdo-xsd-SDK-2.2.1RC2.zip
|
/external/chromium_org/printing/ |
emf_win_unittest.cc | 53 Emf emf; local 54 EXPECT_TRUE(emf.Init()); 55 EXPECT_TRUE(emf.context() != NULL); 56 // An empty EMF is invalid, so we put at least a rectangle in it. 57 ::Rectangle(emf.context(), 10, 10, 190, 190); 58 EXPECT_TRUE(emf.FinishDocument()); 59 size = emf.GetDataSize(); 61 EXPECT_TRUE(emf.GetDataAsVector(&data)); 66 Emf emf local 96 Emf emf; local 135 Emf emf; local 157 Emf emf; local 180 Emf emf; local 198 Emf emf; local 206 Emf emf; local [all...] |
emf_win.cc | 168 Emf::Emf() : emf_(NULL), hdc_(NULL), page_count_(0) { 171 Emf::~Emf() { 177 bool Emf::InitToFile(const base::FilePath& metafile_path) { 184 bool Emf::InitFromFile(const base::FilePath& metafile_path) { 191 bool Emf::Init() { 198 bool Emf::InitFromData(const void* src_buffer, uint32 src_buffer_size) { 205 bool Emf::FinishDocument() { 213 bool Emf::Playback(HDC hdc, const RECT* rect) const 578 Enumerator& emf = *reinterpret_cast<Enumerator*>(param); local [all...] |
emf_win.h | 33 // Simple wrapper class that manage an EMF data stream and its virtual HDC. 34 class PRINTING_EXPORT Emf : public Metafile { 41 // it in a EMF data stream. 42 Emf(); 43 virtual ~Emf(); 49 // Initializes the Emf with the data in |metafile_path|. 73 // Saves the EMF data to a file as-is. It is recommended to use the .emf file 92 virtual HENHMETAFILE emf() const OVERRIDE { 101 Emf* RasterizeMetafile(int raster_area_in_pixels) const [all...] |
metafile.h | 41 // (usually PDF or EMF). 132 // "Plays" the EMF buffer in a HDC. It is the same effect as calling the 133 // original GDI function that were called when recording the EMF. |rect| is in 134 // "logical units" and is optional. If |rect| is NULL, the natural EMF bounds 137 // functions, whether used directly or indirectly through precompiled EMF 145 // issue with some printers. See Emf::Record::SafePlayback implementation for 149 virtual HENHMETAFILE emf() const = 0;
|
pdf_metafile_skia.h | 58 virtual HENHMETAFILE emf() const OVERRIDE;
|
pdf_metafile_skia.cc | 170 HENHMETAFILE PdfMetafileSkia::emf() const { function in class:printing::PdfMetafileSkia
|
/external/chromium/chrome/browser/printing/ |
printing_layout_uitest.cc | 65 FilePath emf(verification_file + L".emf"); 76 // Copy the .emf and generate an .png. 77 file_util::CopyFile(test_result, emf); 78 Image emf_content(emf); 84 Image emf_content(emf); 93 // Backup the result emf file. 95 verification_file + L"_failed.emf")); 98 // This verification is only to know that the EMF rendering stays 105 // Backup the rendered emf file to detect the rendering difference [all...] |
/external/chromium_org/chrome/browser/printing/ |
printing_layout_browsertest.cc | 124 base::FilePath emf(base_path.Append(verification_name + L".emf")); 134 // Copy the .emf and generate an .png. 135 base::CopyFile(test_result, emf); 136 Image emf_content(emf); 142 Image emf_content(emf); 151 // Backup the result emf file. 153 base_path.Append(verification_name + L"_failed.emf")); 157 // This verification is only to know that the EMF rendering stays 164 // Backup the rendered emf file to detect the rendering difference [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/ |
searchcvs.php | 116 <li><a href="?q=file%3A+org.eclipse.emf%2F+days%3A+7">file: org.eclipse.emf/ days: 7</a></li> 119 <li><a href="?q=static+dynamic+project%3A+org.eclipse.emf">static dynamic project: org.eclipse.emf</a></li> 134 $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/emf/includes/searchcvs.css"/>' . "\n");
|