• allegro5.a5_display
  • allegro5.a5_file
  • allegro5.a5_font
  • allegro5.a5_image
  • allegro5.a5_joystick
  • allegro5.a5_main
  • allegro5.a5_misc
  • allegro5.a5_opengl
  • allegro5.a5_shader
  • allegro5.a5_sound
  • allegro5.a5_thread
  • allegro5.a5_triangles
  • animation
  • array
  • atlas
  • buffer
  • color
  • common
  • csg.csg_aabb
  • csg.csg
  • csg.csg_octree
  • csg.csg_shapes
  • csg.csg_test
  • data
  • display
  • exception
  • file
  • font
  • glsl
  • grid
  • hash
  • image
  • image_op
  • index
  • ini
  • isometric
  • joystick
  • keyboard
  • land
  • layer
  • list
  • log
  • main
  • map
  • mem
  • mouse
  • net
  • noise
  • openglutil
  • perlin
  • pixelmask
  • plasma
  • pool
  • protobuf
  • queue
  • random
  • runner
  • shader
  • sound
  • sprite
  • thread
  • tilegrid
  • triangles
  • util2d
  • util3d
  • util
  • view
  • voronoi
  • widget.base
  • widget.board
  • widget.book
  • widget.box
  • widget.button
  • widget.checkbox
  • widget.container
  • widget.edit
  • widget.gul
  • widget.hbox
  • widget.layout
  • widget
  • widget.menu
  • widget.mover
  • widget.panel
  • widget.scrollbar
  • widget.scrolling
  • widget.sizer
  • widget.slider
  • widget.spin
  • widget.text
  • widget.theme
  • widget.vbox
  • widget.widget_list
  • yaml.external
  • yaml.internal
  • yaml
  • yaml.xml

land.allegro5.a5_display

LandDisplayPlatform

platform_display_init

no parameters

platform_display_exit

no parameters

platform_display_new

no parameters

Returns: LandDisplay*

platform_display_del

Parameters: LandDisplay * super

platform_display_desktop_size

Parameters: int * w, int * h

platform_display_title

Parameters: char const * title

platform_display_icon

Parameters: LandImage * icon

platform_display_move

Parameters: int x, int y

platform_display_resize

Parameters: int w, int h

land_a5_display_check_transform

no parameters

platform_check_blending_and_transform

no parameters

platform_uncheck_blending

no parameters

check_blending_and_transform

no parameters

uncheck_blending

no parameters

platform_display_set

no parameters

platform_display_color

no parameters

platform_display_clip

no parameters

platform_display_clear

Parameters: LandDisplay * self, float r, float g, float b, float a

platform_display_clear_depth

Parameters: LandDisplay * self, float z

platform_display_flip

no parameters

platform_rectangle

Parameters: float x, float y, float x_, float y_

platform_filled_rectangle

Parameters: float x, float y, float x_, float y_

platform_filled_circle

Parameters: float x, float y, float x_, float y_

platform_circle

Parameters: float x, float y, float x_, float y_

platform_arc

Parameters: float x, float y, float x_, float y_, float a, float a_

platform_ribbon

Parameters: int n, float * xy

platform_ribbon_loop

Parameters: int n, float * xy

platform_filled_ribbon

Parameters: int n, float * xy

platform_line

Parameters: float x, float y, float x_, float y_

platform_polygon

Parameters: int n, float * xy

platform_filled_polygon

Parameters: int n, float * xy

platform_textured_colored_polygon

Parameters: LandImage * image, int n, float * xy, float * uv, float * rgba

platform_textured_polygon

Parameters: LandImage * image, int n, float * xy, float * uv

platform_filled_colored_polygon

Parameters: int n, float * xy, float * rgba

platform_filled_polygon_with_holes

Parameters: int n, float * xy, int * holes

platform_3d_triangles

Parameters: int n, LandFloat * xyzrgb

platform_plot

Parameters: float x, float y

platform_pick_color

Parameters: float x, float y

platform_render_state

Parameters: int state, int value

platform_set_default_shaders

no parameters

platform_reset_projection

no parameters

platform_projection

Parameters: Land4x4Matrix m

platform_get_dpi

no parameters

Returns: int


Generated: Thu 27 Feb 2020 10:49:37 PM EST