Searched defs:End (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/libuemf/ |
H A D | upmf_print.c | 244 \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 D | upmf.c | 100 \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 46 milliseconds