Searched refs:End (Results 1 - 6 of 6) sorted by relevance

/inkscape/packaging/macosx/
H A Dcreate-stock-icon-theme.sh167 cat > "$index_file" <<End-of-message
177 End-of-message
180 cat >> "$index_file" << End-of-message
186 End-of-message
/inkscape/cxxtest/sample/msvc/
H A DFixFiles.bat194 # End Source File
198 # End Source File
199 # End Target
200 # End Project
211 rem End:
/inkscape/src/libuemf/
H A Dupmf_print.h27 int U_PMF_UINT8_ARRAY_print(const char *Start, const uint8_t *Array, int Elements, char *End);
H A Dupmf_print.c244 \param End Text to follow array data
246 int U_PMF_UINT8_ARRAY_print(const char *Start, const uint8_t *Array, int Elements, char *End){ argument
249 if(End)printf("%s",End);
509 \param Which A string which is either "Start" or "End".
970 (void) U_PMF_CUSTOMLINECAP_print(Data, "End", blimit);
H A Dupmf.h1134 #define U_PD_EndCap 0x0004 //!< End Cap
1144 #define U_PD_CustomEndCap 0x1000 //!< Custom End Cap
2824 int U_PMR_drawline(uint32_t PenID, uint32_t PathID, U_PMF_POINTF Start, U_PMF_POINTF End, int Dashed, U_PSEUDO_OBJ *sum, EMFTRACK *et);
H A Dupmf.c100 \param End U_PMF_POINTF coordinates of end of line.
106 int U_PMR_drawline(uint32_t PenID, uint32_t PathID, U_PMF_POINTF Start, U_PMF_POINTF End, int Dashed, U_PSEUDO_OBJ *sum, EMFTRACK *et){ argument
114 if(U_PATH_moveto(dpath, Start, PTP_value) && U_PATH_lineto(dpath, End, PTP_value)){
2028 \param Elements members in osition, inluding Start and End (0.0 - 1.0)
2030 \param EndColor End Color (U_PMF_ARGB)
2107 \param Elements members in osition, inluding Start and End (0.0 - 1.0)
2109 \param EndFactor End Factor (0.0 - 1.0)

Completed in 76 milliseconds