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

/inkscape/src/libuemf/
H A Duemf.c2972 int cbPoints,cbPoints4,off; local
2976 cbPoints4 = UP4(cbPoints);
2978 irecsize = off + cbPoints4; // First instance is in struct
2986 if(cbPoints < cbPoints4){
2988 memset(record + off, 0, cbPoints4 - cbPoints);

Completed in 29 milliseconds