Searched defs:oa (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libuemf/
H A Dupmf.c433 \param oa pointer to the U_OBJ_ACCUM structure
442 int U_OA_append(U_OBJ_ACCUM *oa, const char *data, int size, int Type, int Id){ argument
444 if(!oa)return(2);
445 if(oa->used){
446 if(oa->Type != Type)return(-1);
447 if(oa->Id != Id)return(-2);
449 tail = oa->used;
450 if(oa->used + size >= oa->space){
451 oa
472 U_OA_clear(U_OBJ_ACCUM *oa) argument
484 U_OA_release(U_OBJ_ACCUM *oa) argument
[all...]

Completed in 1711 milliseconds