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

/inkscape/src/libuemf/
H A Dupmf.c2045 U_PMF_ARGB *pC; local
2050 pC = Colors = (U_PMF_ARGB *)malloc(Elements *sizeof(U_PMF_ARGB));
2065 for(i=0;i<Elements;i++,pC++,pP++){ /* hopefully the rounding errors are not a problem, used doubles to minimize that */
2068 *pC = (U_PMF_ARGB){B,G,R,A};

Completed in 111 milliseconds