Searched defs:Positions (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/libuemf/ |
H A D | upmf_print.c | 819 U_FLOAT *Positions; local 821 int status = U_PMF_BLENDCOLORS_get(contents, &Elements, &Positions, &Colors, blimit); 825 printf(" (%d,%f,", i, Positions[i]); 831 free(Positions); 847 U_FLOAT *Positions; local 849 int status = U_PMF_BLENDFACTORS_get(contents, &Elements, &Positions, &Factors, blimit); 853 printf(" (%d,%f,%f)", i, Positions[i],Factors[i]); 856 free(Positions); 2402 printf(" + Positions:\n");
|
H A D | upmf.c | 2004 \return Pointer to PseudoObject, NULL on Positions and Colors 2005 \param Elements number of elements in Positions, must agree with the number of Colors. 2006 \param Positions positions along gradient line. The first position MUST be 0.0 and the last MUST be 1.0. 2011 U_PSEUDO_OBJ *U_PMF_BLENDCOLORS_set(uint32_t Elements, const U_FLOAT *Positions, const U_PSEUDO_OBJ *Colors){ argument 2012 if(!Colors || !Positions || Colors->Type != (U_PMF_ARGB_OID | U_PMF_ARRAY_OID)){ return(NULL); } 2017 {Positions, 4, CElements, U_LE}, 2035 Positions always start at 0.0 and always end at 1.0. It is not well documented but other 2042 U_FLOAT *Positions; local 2048 pP = Positions = (U_FLOAT *)malloc(Elements *sizeof(U_FLOAT)); 2049 if(!Positions){ retur 2092 U_PMF_BLENDFACTORS_set(uint32_t Elements, const U_FLOAT *Positions, const U_FLOAT *Factors) argument 2121 U_FLOAT *Positions; local 5703 U_PMF_BLENDCOLORS_get(const char *contents, uint32_t *Elements, U_FLOAT **Positions, const char **Colors, const char *blimit) argument 5723 U_PMF_BLENDFACTORS_get(const char *contents, uint32_t *Elements, U_FLOAT **Positions, U_FLOAT **Factors, const char *blimit) argument [all...] |
Completed in 33 milliseconds