Lines Matching defs:Escape
597 \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){
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 records created with this function, with the exception of the three named above, will not have
5599 \param Escape Escape function
5605 uint16_t *Escape,
5609 int size = U_WMRCORE_2U16_N16_get(contents, (U_SIZE_WMRESCAPE), Escape, Length, Data);