Searched refs:ScanCount (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/libuemf/ |
H A D | uwmf_print.c | 911 uint16_t ScanCount; local 917 int size = U_WMRSETDIBTODEV_get(contents, &Dst, &cwh, &Src, &cUsage, &ScanCount, &StartScan, &dib); 920 printf(" ScanCount:%d\n", ScanCount );
|
H A D | uwmf.h | 1624 uint16_t ScanCount; //!< Number of scan lines in Src member in struct:__anon384 2465 int U_WMRSETDIBTODEV_get(const char *contents, U_POINT16 * Dst, U_POINT16 * cwh, U_POINT16 * Src, uint16_t *cUsage, uint16_t *ScanCount, uint16_t *StartScan, const char **dib);
|
H A D | uwmf.c | 5825 \param ScanCount Number of scan lines in Src 5835 uint16_t *ScanCount, 5842 *ScanCount = *(uint16_t *)(contents + offsetof(U_WMRSETDIBTODEV, ScanCount )); 5829 U_WMRSETDIBTODEV_get( const char *contents, U_POINT16 * Dst, U_POINT16 * cwh, U_POINT16 * Src, uint16_t *cUsage, uint16_t *ScanCount, uint16_t *StartScan, const char **dib ) argument
|
Completed in 76 milliseconds