Searched refs:Extra (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/libuemf/ |
H A D | uwmf.h | 372 \defgroup U_WMF_Extra_iUsageSrc_Qualifiers WMF Extra DIBColors Enumeration 382 \defgroup U_WMF_EXTRA_BITMAPINFOHEADER_biCompression_Qualifiers WMF Extra BI_Compression Enumerations, none are implemented 1073 uint8_t xb; //!< Extra high order byte associated with record type 1094 uint8_t xb; //!< Extra high order byte associated with record type 1113 uint8_t xb; //!< Extra high order byte associated with record type 1125 uint8_t xb; //!< Extra high order byte associated with record type 1137 uint8_t xb; //!< Extra high order byte associated with record type 1153 uint8_t xb; //!< Extra high order byte associated with record type 1156 U_WMRSETTEXTCHAREXTRA; //!< WMF manual 2.3.5.25, Mode = Extra space in logical units to add to each character 1175 uint8_t xb; //!< Extra hig 1177 uint16_t Extra; //!< Number of extra space characters to add to the line member in struct:__anon359 [all...] |
H A D | uwmf_print.c | 492 uint16_t Extra; local 493 int size = U_WMRSETTEXTJUSTIFICATION_get(contents, &Count, &Extra); 496 printf(" %-15s %d\n","Extra", Extra);
|
H A D | uwmf.c | 2548 \param Mode Extra space in logical units to add to each character 2567 \param Extra Number of extra space characters to add to the line. 2569 char *U_WMRSETTEXTJUSTIFICATION_set(uint16_t Count, uint16_t Extra){ argument 2570 return U_WMRCORE_2U16_set(U_WMR_SETBKMODE, Count, Extra); 5001 \param Mode Extra space in logical units to add to each character 5031 \param Extra Number of extra space characters to add to the line. 5036 uint16_t *Extra 5038 return(U_WMRCORE_2U16_get(contents, (U_SIZE_WMRSETTEXTJUSTIFICATION), Count, Extra));
|
Completed in 52 milliseconds