index.html
Main Page
classes.html
Alphabetical List
annotated.html
Data Structures
files.html
File List
functions.html
Data Fields
globals.html
Globals
template.c File Reference
Functions
void
template_8c.html#a0
wmf_template_function
(
types_8h.html#a22
wmfAPI
*API)
void
template_8c.html#a1
wmf_template_device_open
(
types_8h.html#a22
wmfAPI
*API)
void
template_8c.html#a2
wmf_template_device_close
(
types_8h.html#a22
wmfAPI
*API)
void
template_8c.html#a3
wmf_template_device_begin
(
types_8h.html#a22
wmfAPI
*API)
void
template_8c.html#a4
wmf_template_device_end
(
types_8h.html#a22
wmfAPI
*API)
void
template_8c.html#a5
wmf_template_flood_interior
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a8
wmfFlood_t
*flood)
void
template_8c.html#a6
wmf_template_flood_exterior
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a8
wmfFlood_t
*flood)
void
template_8c.html#a7
wmf_template_draw_pixel
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a9
wmfDrawPixel_t
*drawpixel)
void
template_8c.html#a8
wmf_template_draw_pie
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a10
wmfDrawArc_t
*drawarc)
void
template_8c.html#a9
wmf_template_draw_chord
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a10
wmfDrawArc_t
*drawarc)
void
template_8c.html#a10
wmf_template_draw_arc
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a10
wmfDrawArc_t
*drawarc)
void
template_8c.html#a11
wmf_template_draw_ellipse
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a10
wmfDrawArc_t
*drawarc)
void
template_8c.html#a12
wmf_template_draw_line
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a11
wmfDrawLine_t
*drawline)
void
template_8c.html#a13
wmf_template_poly_line
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a12
wmfPolyLine_t
*polyline)
void
template_8c.html#a14
wmf_template_draw_polygon
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a12
wmfPolyLine_t
*polyline)
void
template_8c.html#a15
wmf_template_draw_rectangle
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a14
wmfDrawRectangle_t
*drawrectangle)
void
template_8c.html#a16
wmf_template_rop_draw
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a18
wmfROP_Draw_t
*ropdraw)
void
template_8c.html#a17
wmf_template_bmp_draw
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a17
wmfBMP_Draw_t
*bmpdraw)
void
template_8c.html#a18
wmf_template_bmp_read
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a16
wmfBMP_Read_t
*bmpread)
void
template_8c.html#a19
wmf_template_bmp_free
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a1
wmfBMP
*bmp)
void
template_8c.html#a20
wmf_template_draw_text
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a19
wmfDrawText_t
*drawtext)
void
template_8c.html#a21
wmf_template_udata_init
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a20
wmfUserData_t
*userdata)
void
template_8c.html#a22
wmf_template_udata_copy
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a20
wmfUserData_t
*userdata)
void
template_8c.html#a23
wmf_template_udata_set
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a20
wmfUserData_t
*userdata)
void
template_8c.html#a24
wmf_template_udata_free
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a20
wmfUserData_t
*userdata)
void
template_8c.html#a25
wmf_template_region_frame
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a15
wmfPolyRectangle_t
*polyrectangle)
void
template_8c.html#a26
wmf_template_region_paint
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a15
wmfPolyRectangle_t
*polyrectangle)
void
template_8c.html#a27
wmf_template_region_clip
(
types_8h.html#a22
wmfAPI
*API,
ipa_8h.html#a15
wmfPolyRectangle_t
*polyrectangle)
Function Documentation
void wmf_template_bmp_draw
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a17
wmfBMP_Draw_t
*
bmpdraw
)
void wmf_template_bmp_free
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a1
wmfBMP
*
bmp
)
void wmf_template_bmp_read
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a16
wmfBMP_Read_t
*
bmpread
)
void wmf_template_device_begin
(
types_8h.html#a22
wmfAPI
*
API
)
void wmf_template_device_close
(
types_8h.html#a22
wmfAPI
*
API
)
void wmf_template_device_end
(
types_8h.html#a22
wmfAPI
*
API
)
void wmf_template_device_open
(
types_8h.html#a22
wmfAPI
*
API
)
void wmf_template_draw_arc
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a10
wmfDrawArc_t
*
drawarc
)
void wmf_template_draw_chord
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a10
wmfDrawArc_t
*
drawarc
)
void wmf_template_draw_ellipse
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a10
wmfDrawArc_t
*
drawarc
)
void wmf_template_draw_line
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a11
wmfDrawLine_t
*
drawline
)
void wmf_template_draw_pie
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a10
wmfDrawArc_t
*
drawarc
)
void wmf_template_draw_pixel
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a9
wmfDrawPixel_t
*
drawpixel
)
void wmf_template_draw_polygon
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a12
wmfPolyLine_t
*
polyline
)
void wmf_template_draw_rectangle
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a14
wmfDrawRectangle_t
*
drawrectangle
)
void wmf_template_draw_text
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a19
wmfDrawText_t
*
drawtext
)
void wmf_template_flood_exterior
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a8
wmfFlood_t
*
flood
)
void wmf_template_flood_interior
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a8
wmfFlood_t
*
flood
)
void wmf_template_function
(
types_8h.html#a22
wmfAPI
*
API
)
void wmf_template_poly_line
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a12
wmfPolyLine_t
*
polyline
)
void wmf_template_region_clip
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a15
wmfPolyRectangle_t
*
polyrectangle
)
void wmf_template_region_frame
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a15
wmfPolyRectangle_t
*
polyrectangle
)
void wmf_template_region_paint
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a15
wmfPolyRectangle_t
*
polyrectangle
)
void wmf_template_rop_draw
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a18
wmfROP_Draw_t
*
ropdraw
)
void wmf_template_udata_copy
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a20
wmfUserData_t
*
userdata
)
void wmf_template_udata_free
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a20
wmfUserData_t
*
userdata
)
void wmf_template_udata_init
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a20
wmfUserData_t
*
userdata
)
void wmf_template_udata_set
(
types_8h.html#a22
wmfAPI
*
API
,
ipa_8h.html#a20
wmfUserData_t
*
userdata
)
Generated on Tue Dec 10 19:53:52 2002 for libwmf by
http://www.doxygen.org/index.html
doxygen
1.2.18
