mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
5c676d4a47
backends, text support on Windows (GDI+), rudimentary text support on Linux (libart/freetype2), presentation attributes, lots of bug fixes (see bug 182533 for dependency list). Not part of default build; code is #ifdef'ed out. r=sicking, sr=jst for dom and htmlparser changes r=bsmedberg, sr=tor for config changes r=dbaron, sr=bzbarsky for content and layout changes r=tor, sr=bzbarsky for gfx changes
114 lines
2.3 KiB
Modula-2
114 lines
2.3 KiB
Modula-2
; libart.def : Declares the funcion exports of the DLL.
|
|
|
|
LIBRARY
|
|
DESCRIPTION 'libart Windows Dynamic Link Library'
|
|
|
|
EXPORTS
|
|
art_affine_equal
|
|
art_affine_expansion
|
|
art_affine_flip
|
|
art_affine_identity
|
|
art_affine_invert
|
|
art_affine_multiply
|
|
art_affine_point
|
|
art_affine_rectilinear
|
|
art_affine_rotate
|
|
art_affine_scale
|
|
art_affine_shear
|
|
art_affine_to_string
|
|
art_affine_translate
|
|
art_alloc
|
|
art_alphagamma_free
|
|
art_alphagamma_new
|
|
art_bez_path_to_vec
|
|
art_bezier_to_vec
|
|
art_bpath_affine_transform
|
|
art_die
|
|
art_drect_affine_transform
|
|
art_drect_copy
|
|
art_drect_empty
|
|
art_drect_intersect
|
|
art_drect_svp
|
|
art_drect_svp_union
|
|
art_drect_to_irect
|
|
art_drect_union
|
|
art_free
|
|
art_gray_svp_aa
|
|
art_irect_copy
|
|
art_irect_empty
|
|
art_irect_intersect
|
|
art_irect_union
|
|
art_pixbuf_duplicate
|
|
art_pixbuf_free
|
|
art_pixbuf_free_shallow
|
|
art_pixbuf_new_const_rgb
|
|
art_pixbuf_new_const_rgba
|
|
art_pixbuf_new_rgb
|
|
art_pixbuf_new_rgb_dnotify
|
|
art_pixbuf_new_rgba
|
|
art_pixbuf_new_rgba_dnotify
|
|
art_realloc
|
|
art_rect_list_from_uta
|
|
art_render_clear_rgb
|
|
art_render_gradient_linear
|
|
art_render_gradient_radial
|
|
art_render_image_solid
|
|
art_render_invoke
|
|
art_render_mask_solid
|
|
art_render_new
|
|
art_render_svp
|
|
art_rgb_affine
|
|
art_rgb_affine_run
|
|
art_rgb_bitmap_affine
|
|
art_rgb_fill_run
|
|
art_rgb_pixbuf_affine
|
|
art_rgb_rgba_affine
|
|
art_rgb_run_alpha
|
|
art_rgb_svp_aa
|
|
art_rgb_svp_alpha
|
|
art_rgba_fill_run
|
|
art_rgba_rgba_composite
|
|
art_rgba_run_alpha
|
|
art_svp_add_segment
|
|
art_svp_diff
|
|
art_svp_free
|
|
art_svp_from_vpath
|
|
art_svp_intersect
|
|
art_svp_intersector
|
|
art_svp_point_dist
|
|
art_svp_point_wind
|
|
art_svp_render_aa
|
|
art_svp_rewind_uncrossed
|
|
art_svp_seg_compare
|
|
art_svp_uncross
|
|
art_svp_union
|
|
art_svp_vpath_stroke
|
|
art_svp_vpath_stroke_raw
|
|
art_svp_writer_rewind_new
|
|
art_svp_writer_rewind_reap
|
|
art_uta_add_line
|
|
art_uta_free
|
|
art_uta_from_irect
|
|
art_uta_from_svp
|
|
art_uta_from_vpath
|
|
art_uta_new
|
|
art_uta_new_coords
|
|
art_uta_union
|
|
art_vpath_add_point
|
|
art_vpath_affine_transform
|
|
art_vpath_array_iterator_init
|
|
art_vpath_bbox_drect
|
|
art_vpath_bbox_irect
|
|
art_vpath_clip_filter_init
|
|
art_vpath_contract_filter_init
|
|
art_vpath_dash
|
|
art_vpath_dash_filter_init
|
|
art_vpath_from_svp
|
|
art_vpath_new_circle
|
|
art_vpath_new_vpath_array
|
|
art_vpath_perturb
|
|
art_vpath_poly_rect_clip_filter_init
|
|
art_warn
|
|
; trap_epsilon
|
|
; traverse
|