Searched refs:Version (Results 1 - 15 of 15) sorted by relevance

/inkscape/src/
H A Dversion.h18 class Version { class in namespace:Inkscape
21 Version() : _major(0), _minor(0) {} function in class:Inkscape::Version
24 Version(unsigned mj, unsigned mn) : _major(mj), _minor(mn) {} function in class:Inkscape::Version
26 bool operator>(Version const &other) const {
31 bool operator==(Version const &other) const {
35 bool operator!=(Version const &other) const {
39 bool operator<(Version const &other) const {
50 bool sp_version_from_string(const char *string, Inkscape::Version *version);
52 char *sp_version_to_string(Inkscape::Version version);
54 bool sp_version_inside_range(Inkscape::Version versio
[all...]
H A Dversion.cpp19 bool sp_version_from_string(const char *string, Inkscape::Version *version)
43 char *sp_version_to_string(Inkscape::Version version)
48 bool sp_version_inside_range(Inkscape::Version version,
H A Dsp-root.h34 Inkscape::Version svg;
35 Inkscape::Version inkscape;
H A Dsp-object.h655 _requireSVGVersion(Inkscape::Version(major, minor));
661 void _requireSVGVersion(Inkscape::Version version);
H A Dsp-root.cpp35 static Inkscape::Version const zero_version(0, 0);
H A Dsp-flowdiv.cpp89 this->_requireSVGVersion(Inkscape::Version(1, 2));
H A Dsp-flowtext.cpp151 this->_requireSVGVersion(Inkscape::Version(1, 2));
H A Dsp-object.cpp1391 void SPObject::_requireSVGVersion(Inkscape::Version version) {
/inkscape/cxxtest/
H A Dcxxtest.spec3 Version: 3.10.1
/inkscape/
H A Ddistro62 # Version()
66 Version () { function
102 v) Version; shift ;;
111 version) Version; shift ;;
/inkscape/src/libuemf/
H A Dupmf.h30 Version: 0.0.5
1386 uint32_t Version; //!< EmfPlusGraphicsVersion object member in struct:__anon231
1393 uint32_t Version; //!< EmfPlusGraphicsVersion object member in struct:__anon232
1404 uint32_t Version; //!< EmfPlusGraphicsVersion object member in struct:__anon233
1419 uint32_t Version; //!< EmfPlusGraphicsVersion object member in struct:__anon234
1440 uint32_t Version; //!< EmfPlusGraphicsVersion object member in struct:__anon236
1452 uint32_t Version; //!< EmfPlusGraphicsVersion object member in struct:__anon237
1473 uint32_t Version; //!< EmfPlusGraphicsVersion object member in struct:__anon238
1494 uint32_t Version; //!< EmfPlusGraphicsVersion object member in struct:__anon240
1514 uint32_t Version; //!< EmfPlusGraphicsVersio member in struct:__anon241
2182 U_PMF_GRAPHICSVERSION Version; //!< EmfPlusGraphicsVersion object member in struct:__anon292
[all...]
H A Dupmf_print.c9 Version: 0.0.8
468 uint32_t Version, Type; local
470 int status = U_PMF_BRUSH_get(contents, &Version, &Type, &Data, blimit);
473 (void) U_PMF_GRAPHICSVERSION_memsafe_print((char *)&Version);;
514 uint32_t Version, Type; local
516 int status = U_PMF_CUSTOMLINECAP_get(contents, &Version, &Type, &Data, blimit);
520 (void) U_PMF_GRAPHICSVERSION_memsafe_print((char *)&Version);;
544 uint32_t Version, SizeUnit, Length; local
549 int status = U_PMF_FONT_get(contents, &Version, &EmSize, &SizeUnit, &FSFlags, &Length, &Data, blimit);
552 (void) U_PMF_GRAPHICSVERSION_memsafe_print((char *)&Version);;
579 uint32_t Version, Type; local
612 uint32_t Version, WrapMode, ClampColor, ObjectClamp; local
636 uint32_t Version, Count; local
677 uint32_t Version, Type; local
698 uint32_t Version, Count; local
2230 U_PMF_GRAPHICSVERSION Version; local
[all...]
H A Dupmf.c24 Version: 0.0.12
1579 \param Version EmfPlusGraphicsVersion object
1584 U_PSEUDO_OBJ *U_PMF_BRUSH_set(uint32_t Version, const U_PSEUDO_OBJ *Bd){ argument
1589 {&Version, 4, 1, U_LE},
1601 \param Version EmfPlusGraphicsVersion object
1606 U_PSEUDO_OBJ *U_PMF_CUSTOMLINECAP_set(uint32_t Version, const U_PSEUDO_OBJ *Ld){ argument
1611 {&Version, 4, 1, U_LE},
1623 \param Version EmfPlusGraphicsVersion object
1632 U_PSEUDO_OBJ *U_PMF_FONT_set(uint32_t Version, U_FLOAT EmSize, uint32_t SizeUnit, argument
1637 {&Version,
1659 U_PMF_IMAGE_set(uint32_t Version, const U_PSEUDO_OBJ *Id) argument
1683 U_PMF_IMAGEATTRIBUTES_set(uint32_t Version, uint32_t WrapMode, uint32_t ClampColor, uint32_t ObjectClamp) argument
1707 U_PMF_PATH_set(uint32_t Version, const U_PSEUDO_OBJ *Points, const U_PSEUDO_OBJ *Types) argument
1749 U_PMF_PATH_set2(uint32_t Version, const U_DPSEUDO_OBJ *Path) argument
1776 U_PMF_PATH_set3(uint32_t Version, const U_DPSEUDO_OBJ *Path) argument
1807 U_PMF_PEN_set(uint32_t Version, const U_PSEUDO_OBJ *PenData, const U_PSEUDO_OBJ *Brush) argument
1831 U_PMF_REGION_set(uint32_t Version, uint32_t Count, const U_PSEUDO_OBJ *Nodes) argument
3919 U_PMR_HEADER_set(int IsDual, int IsVideo, const U_PSEUDO_OBJ *Version, uint32_t LogicalDpiX, uint32_t LogicalDpiY) argument
5425 U_PMF_BRUSH_get(const char *contents, uint32_t *Version, uint32_t *Type, const char **Data, const char *blimit) argument
5447 U_PMF_CUSTOMLINECAP_get(const char *contents, uint32_t *Version, uint32_t *Type, const char **Data, const char *blimit) argument
5471 U_PMF_FONT_get(const char *contents, uint32_t *Version, U_FLOAT *EmSize, uint32_t *SizeUnit, int32_t *FSFlags, uint32_t *Length, const char **Data, const char *blimit) argument
5498 U_PMF_IMAGE_get(const char *contents, uint32_t *Version, uint32_t *Type, const char **Data, const char *blimit) argument
5518 U_PMF_IMAGEATTRIBUTES_get(const char *contents, uint32_t *Version, uint32_t *WrapMode, uint32_t *ClampColor, uint32_t *ObjectClamp, const char *blimit) argument
5545 U_PMF_PATH_get(const char *contents, uint32_t *Version, uint32_t *Count, uint16_t *Flags, const char **Points, const char **Types, const char *blimit) argument
5584 U_PMF_PEN_get(const char *contents, uint32_t *Version, uint32_t *Type, const char **PenData, const char **Brush, const char *blimit) argument
5604 U_PMF_REGION_get(const char *contents, uint32_t *Version, uint32_t *Count, const char **Nodes, const char *blimit) argument
7276 U_PMR_HEADER_get(const char *contents, U_PMF_CMN_HDR *Header, U_PMF_GRAPHICSVERSION *Version, int *IsDual, int *IsVideo, uint32_t *LogicalDpiX, uint32_t *LogicalDpiY) argument
[all...]
/inkscape/po/
H A Dcheck-markup41 if ($str =~ /\AProject-Id-Version:.*POT-Creation-Date/
140 if ((($_[0] eq '""') && ($_[1] =~ /Project-Id-Version:.*POT-Creation-Date:/s))
/inkscape/cxxtest/sample/msvc/
H A DFixFiles.bat108 # Microsoft Developer Studio Generated Build File, Format Version 6.00

Completed in 602 milliseconds