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

/inkscape/src/extension/internal/
H A Dwmf-inout.cpp2378 uint16_t Escape, elen; local
2379 nSize = U_WMRESCAPE_get(contents, &Escape, &elen, &text);
2383 if(Escape == U_MFE_SETLINECAP){
2391 else if(Escape == U_MFE_SETLINEJOIN){
2399 else if(Escape == U_MFE_SETMITERLIMIT){
/inkscape/src/libuemf/
H A Duwmf_print.c777 uint16_t Escape; local
780 int size = U_WMRESCAPE_get(contents, &Escape, &Length, &Data);
782 printf(" EscType:%s\n",U_wmr_escnames(Escape));
784 if((Escape == U_MFE_SETLINECAP) || (Escape == U_MFE_SETLINEJOIN) || (Escape == U_MFE_SETMITERLIMIT)){
H A Duwmf.c597 \brief Text description of Escape record type.
599 \param idx Escape record type.
3048 WARNING! Only three Escape record types are fully supported: SETLINECAP, SETLINEJOIN, SETMITERLIMIT.
3051 Escape records created with this function, with the exception of the three named above, will not have
3055 \param Escape Escape function
3059 char *U_WMRESCAPE_set(uint16_t Escape, uint16_t Length, const void *Data){ argument
3060 return U_WMRCORE_2U16_N16_set(U_WMR_ESCAPE, &Escape, &Length, Length/2, Data);
5591 WARNING! Only three Escape record types are fully supported: SETLINECAP, SETLINEJOIN, SETMITERLIMIT.
5594 Escape record
5603 U_WMRESCAPE_get( const char *contents, uint16_t *Escape, uint16_t *Length, const char **Data ) argument
[all...]

Completed in 359 milliseconds