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

/inkscape/src/libuemf/
H A Dupmf_print.c377 case U_OT_CustomLineCap: printf("CustomLineCap"); break;
2873 case U_OT_CustomLineCap: (void) U_PMF_CUSTOMLINECAP_print(ObjCont->accum,"", blimit); break;
H A Dupmf.h844 #define U_OT_CustomLineCap 0x09 //!< CustomLineCap object macro
H A Dupmf.c358 else if(OID==U_PMF_CUSTOMLINECAP_OID ){ otype = U_OT_CustomLineCap; }
4780 if((otype < U_OT_Brush) || (otype > U_OT_CustomLineCap)){ return(NULL); }

Completed in 106 milliseconds