Home
last modified time | relevance | path

Searched refs:em_tx (Results 1 – 2 of 2) sorted by relevance

/dports/print/transfig/transfig.3.2.5e/fig2dev/dev/
H A Dgenemf.c3017 memset(&em_tx, 0, sizeof(EMREXTTEXTOUTW));
3018 em_tx.emr.iType = htofl(EMR_EXTTEXTOUTW);
3020 em_tx.rclBounds = *bbx;
3025 ftohl(em_tx.rclBounds.left), ftohl(em_tx.rclBounds.top),
3026 ftohl(em_tx.rclBounds.right), ftohl(em_tx.rclBounds.bottom));
3029 em_tx.iGraphicsMode = htofl(GM_COMPATIBLE);
3030 em_tx.exScale.bit_uint = htofl(PIXEL_01MM_BITPATTERN);
3031 em_tx.eyScale.bit_uint = htofl(PIXEL_01MM_BITPATTERN);
3033 em_tx.emrtext.ptlReference.x = htofl(x);
3034 em_tx.emrtext.ptlReference.y = htofl(y);
[all …]
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/dev/
H A Dgenemf.c3040 memset(&em_tx, 0, sizeof(EMREXTTEXTOUTW)); in text()
3041 em_tx.emr.iType = htofl(EMR_EXTTEXTOUTW); in text()
3043 em_tx.rclBounds = *bbx; in text()
3048 ftohl(em_tx.rclBounds.left), ftohl(em_tx.rclBounds.top), in text()
3049 ftohl(em_tx.rclBounds.right), ftohl(em_tx.rclBounds.bottom)); in text()
3052 em_tx.iGraphicsMode = htofl(GM_COMPATIBLE); in text()
3053 em_tx.exScale.bit_uint = htofl(PIXEL_01MM_BITPATTERN); in text()
3054 em_tx.eyScale.bit_uint = htofl(PIXEL_01MM_BITPATTERN); in text()
3056 em_tx.emrtext.ptlReference.x = htofl(x); in text()
3057 em_tx.emrtext.ptlReference.y = htofl(y); in text()
[all …]