Home
last modified time | relevance | path

Searched refs:GetFileExtensions (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/dports/misc/usd/USD-21.11/pxr/usd/sdf/testenv/
H A DtestSdfFileFormat.py38 self.assertEqual(sdfFileFormat.GetFileExtensions(), ['sdf'])
43 self.assertEqual(sdfFileFormat.GetFileExtensions(), ['sdf'])
47 self.assertEqual(sdfFileFormatWithArgs.GetFileExtensions(), ['sdf'])
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/images/
H A Dlaztga.pas43 class function GetFileExtensions: string; override; in GetFileExtensions() function
71 class function TTGAImage.GetFileExtensions: string; in TTGAImage.GetFileExtensions()
/dports/editors/lazarus/lazarus/components/images/
H A Dlaztga.pas43 class function GetFileExtensions: string; override; in GetFileExtensions() function
71 class function TTGAImage.GetFileExtensions: string; in TTGAImage.GetFileExtensions()
/dports/editors/lazarus-qt5/lazarus/components/images/
H A Dlaztga.pas43 class function GetFileExtensions: string; override; in GetFileExtensions() function
71 class function TTGAImage.GetFileExtensions: string; in TTGAImage.GetFileExtensions()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/images/
H A Dlaztga.pas43 class function GetFileExtensions: string; override; in GetFileExtensions() function
71 class function TTGAImage.GetFileExtensions: string; in TTGAImage.GetFileExtensions()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/import_gfx/
H A Dgraphics_import_plugin.h63 virtual const std::vector<std::string> GetFileExtensions() const = 0;
74 for( const auto& extension : GetFileExtensions() ) in GetWildcards()
/dports/editors/lazarus/lazarus/lcl/include/
H A Dpicture.inc46 Add(TPortableNetworkGraphic.GetFileExtensions, rsPortableNetworkGraphic, TPortableNetworkGraphic);
47 Add(TPixmap.GetFileExtensions, rsPixmap, TPixmap);
48 Add(TBitmap.GetFileExtensions, rsBitmaps, TBitmap);
49 Add(TCursorImage.GetFileExtensions, rsCursor, TCursorImage);
50 Add(TIcon.GetFileExtensions, rsIcon, TIcon);
51 Add(TIcnsIcon.GetFileExtensions, rsIcns, TIcnsIcon);
53 Add(TJpegImage.GetFileExtensions, rsJpeg, TJpegImage);
56 Add(TTiffImage.GetFileExtensions, rsTiff, TTiffImage);
59 Add(TGIFImage.GetFileExtensions, rsGIF, TGIFImage);
62 Add(TPortableAnyMapGraphic.GetFileExtensions, rsPortablePixmap, TPortableAnyMapGraphic);
[all …]
H A Dfpimagebitmap.inc17 class function TFPImageBitmap.GetFileExtensions: string;
55 DefaultFileExt := GetFileExtensions;
89 Extensions:=GetFileExtensions;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dpicture.inc46 Add(TPortableNetworkGraphic.GetFileExtensions, rsPortableNetworkGraphic, TPortableNetworkGraphic);
47 Add(TPixmap.GetFileExtensions, rsPixmap, TPixmap);
48 Add(TBitmap.GetFileExtensions, rsBitmaps, TBitmap);
49 Add(TCursorImage.GetFileExtensions, rsCursor, TCursorImage);
50 Add(TIcon.GetFileExtensions, rsIcon, TIcon);
51 Add(TIcnsIcon.GetFileExtensions, rsIcns, TIcnsIcon);
53 Add(TJpegImage.GetFileExtensions, rsJpeg, TJpegImage);
56 Add(TTiffImage.GetFileExtensions, rsTiff, TTiffImage);
59 Add(TGIFImage.GetFileExtensions, rsGIF, TGIFImage);
62 Add(TPortableAnyMapGraphic.GetFileExtensions, rsPortablePixmap, TPortableAnyMapGraphic);
[all …]
H A Dfpimagebitmap.inc17 class function TFPImageBitmap.GetFileExtensions: string;
55 DefaultFileExt := GetFileExtensions;
89 Extensions:=GetFileExtensions;
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dpicture.inc46 Add(TPortableNetworkGraphic.GetFileExtensions, rsPortableNetworkGraphic, TPortableNetworkGraphic);
47 Add(TPixmap.GetFileExtensions, rsPixmap, TPixmap);
48 Add(TBitmap.GetFileExtensions, rsBitmaps, TBitmap);
49 Add(TCursorImage.GetFileExtensions, rsCursor, TCursorImage);
50 Add(TIcon.GetFileExtensions, rsIcon, TIcon);
51 Add(TIcnsIcon.GetFileExtensions, rsIcns, TIcnsIcon);
53 Add(TJpegImage.GetFileExtensions, rsJpeg, TJpegImage);
56 Add(TTiffImage.GetFileExtensions, rsTiff, TTiffImage);
59 Add(TGIFImage.GetFileExtensions, rsGIF, TGIFImage);
62 Add(TPortableAnyMapGraphic.GetFileExtensions, rsPortablePixmap, TPortableAnyMapGraphic);
[all …]
H A Dfpimagebitmap.inc17 class function TFPImageBitmap.GetFileExtensions: string;
55 DefaultFileExt := GetFileExtensions;
89 Extensions:=GetFileExtensions;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dpicture.inc46 Add(TPortableNetworkGraphic.GetFileExtensions, rsPortableNetworkGraphic, TPortableNetworkGraphic);
47 Add(TPixmap.GetFileExtensions, rsPixmap, TPixmap);
48 Add(TBitmap.GetFileExtensions, rsBitmaps, TBitmap);
49 Add(TCursorImage.GetFileExtensions, rsCursor, TCursorImage);
50 Add(TIcon.GetFileExtensions, rsIcon, TIcon);
51 Add(TIcnsIcon.GetFileExtensions, rsIcns, TIcnsIcon);
53 Add(TJpegImage.GetFileExtensions, rsJpeg, TJpegImage);
56 Add(TTiffImage.GetFileExtensions, rsTiff, TTiffImage);
59 Add(TGIFImage.GetFileExtensions, rsGIF, TGIFImage);
62 Add(TPortableAnyMapGraphic.GetFileExtensions, rsPortablePixmap, TPortableAnyMapGraphic);
[all …]
H A Dfpimagebitmap.inc17 class function TFPImageBitmap.GetFileExtensions: string;
55 DefaultFileExt := GetFileExtensions;
89 Extensions:=GetFileExtensions;
/dports/math/vtk9/VTK-9.1.0/IO/Image/
H A DvtkImageReader2Factory.cxx130 const char* extensions = ret->GetFileExtensions(); in CreateImageReader2FromExtension()
143 const char* extensions = ret->GetFileExtensions(); in CreateImageReader2FromExtension()
H A DvtkTGAReader.h48 const char* GetFileExtensions() override { return ".tga"; } in GetFileExtensions() function
H A DvtkPNMReader.h52 const char* GetFileExtensions() override { return ".pnm .pgm .ppm"; } in GetFileExtensions() function
H A DvtkGESignaReader.h53 const char* GetFileExtensions() override { return ".MR .CT"; } in GetFileExtensions() function
/dports/math/vtk6/VTK-6.2.0/IO/Image/
H A DvtkPNMReader.h49 virtual const char* GetFileExtensions() in GetFileExtensions() function
H A DvtkJPEGReader.h46 virtual const char* GetFileExtensions() in GetFileExtensions() function
H A DvtkPNGReader.h44 virtual const char* GetFileExtensions() in GetFileExtensions() function
H A DvtkGESignaReader.h48 virtual const char* GetFileExtensions() in GetFileExtensions() function
/dports/math/vtk8/VTK-8.2.0/IO/Image/
H A DvtkPNMReader.h52 const char* GetFileExtensions() override in GetFileExtensions() function
H A DvtkJPEGReader.h51 const char* GetFileExtensions() override in GetFileExtensions() function
H A DvtkGESignaReader.h53 const char* GetFileExtensions() override in GetFileExtensions() function

12345678910>>...15