/inkscape/src/ |
H A D | version.h | 18 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 D | version.cpp | 19 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 D | sp-root.h | 34 Inkscape::Version svg; 35 Inkscape::Version inkscape;
|
H A D | sp-object.h | 655 _requireSVGVersion(Inkscape::Version(major, minor)); 661 void _requireSVGVersion(Inkscape::Version version);
|
H A D | sp-root.cpp | 35 static Inkscape::Version const zero_version(0, 0);
|
H A D | sp-flowdiv.cpp | 89 this->_requireSVGVersion(Inkscape::Version(1, 2));
|
H A D | sp-flowtext.cpp | 151 this->_requireSVGVersion(Inkscape::Version(1, 2));
|
H A D | sp-object.cpp | 1391 void SPObject::_requireSVGVersion(Inkscape::Version version) {
|
/inkscape/cxxtest/ |
H A D | cxxtest.spec | 3 Version: 3.10.1
|
/inkscape/ |
H A D | distro | 62 # Version() 66 Version () { function 102 v) Version; shift ;; 111 version) Version; shift ;;
|
/inkscape/src/libuemf/ |
H A D | upmf.h | 30 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 D | upmf_print.c | 9 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 D | upmf.c | 24 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 D | check-markup | 41 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 D | FixFiles.bat | 108 # Microsoft Developer Studio Generated Build File, Format Version 6.00
|