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

/inkscape/src/libuemf/
H A Duwmf.h845 } U_RECT16; typedef in typeref:struct:__anon343
847 #define U_RCL16_DEF (U_RECT16){0,0,-1,-1} //!< Use this when no bounds are needed.
858 U_RECT16 sRect; //!< bounding rectangle
1084 U_RECT16 Dst; //!< Destination bounding box in logical units
1598 U_RECT16 Rect; Only present when U_ETO_OPAQUE or U_ETO_CLIPPED bits are set in Opts
2101 void U_sanerect16(U_RECT16 rc, double *left, double *top, double *right, double *bottom);
2111 U_RECT16 U_RECT16_set(U_POINT16 ul,U_POINT16 lr);
2115 U_REGION *U_REGION_set(int16_t Size, int16_t sCount, int16_t sMax, U_RECT16 sRect, uint16_t *aScans);
2161 char *U_WMREXCLUDECLIPRECT_set(U_RECT16 rect);
2162 char *U_WMRINTERSECTCLIPRECT_set(U_RECT16 rec
[all...]

Completed in 4267 milliseconds