Searched refs:Hatch (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/libuemf/
H A Duwmf_print.c70 printf("Hatch:0x%4.4X ", hatch);
242 style Color Hatch
255 uint16_t Hatch = *(uint16_t *)(lb + offsetof(U_WLOGBRUSH,Hatch)); local
276 printf("Hatch:0x%4.4X ", Hatch);
H A Duwmf.h978 style Color Hatch
989 uint16_t Hatch; //!< HatchStyle Enumeration member in struct:__anon349
2116 U_WLOGBRUSH U_WLOGBRUSH_set(uint16_t Style, U_COLORREF Color, uint16_t Hatch);
H A Duwmf.c1052 \param Hatch HatchStyle Enumeration
1057 uint16_t Hatch //!< HatchStyle Enumeration
1065 lb.Hatch = Hatch;
H A Duwmf_endian.c164 style Color Hatch
177 U_swap2(lb + offsetof(U_WLOGBRUSH,Hatch),1);
/inkscape/src/extension/internal/
H A Dwmf-inout.cpp1076 d->dc[d->level].fill_idx = add_hatch(d, lb.Hatch, lb.Color);

Completed in 324 milliseconds