1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6<title>SDL_gfx: Data Structures</title>
7
8<link href="tabs.css" rel="stylesheet" type="text/css"/>
9<link href="doxygen.css" rel="stylesheet" type="text/css" />
10
11
12
13</head>
14<body>
15<div id="top"><!-- do not remove this div! -->
16
17
18<div id="titlearea">
19<table cellspacing="0" cellpadding="0">
20 <tbody>
21 <tr style="height: 56px;">
22
23
24  <td style="padding-left: 0.5em;">
25   <div id="projectname">SDL_gfx
26   &#160;<span id="projectnumber">2.0.25</span>
27   </div>
28
29  </td>
30
31
32
33 </tr>
34 </tbody>
35</table>
36</div>
37
38<!-- Generated by Doxygen 1.8.0 -->
39  <div id="navrow1" class="tabs">
40    <ul class="tablist">
41      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
42      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
43      <li><a href="files.html"><span>Files</span></a></li>
44    </ul>
45  </div>
46  <div id="navrow2" class="tabs2">
47    <ul class="tablist">
48      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
49      <li><a href="classes.html"><span>Data&#160;Structure&#160;Index</span></a></li>
50      <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
51    </ul>
52  </div>
53</div>
54<div class="header">
55  <div class="headertitle">
56<div class="title">Data Structures</div>  </div>
57</div><!--header-->
58<div class="contents">
59<div class="textblock">Here are the data structures with brief descriptions:</div><table>
60  <tr><td class="indexkey"><a class="el" href="struct_f_p_smanager.html">FPSmanager</a></td><td class="indexvalue">Structure holding the state and timing information of the framerate controller </td></tr>
61  <tr><td class="indexkey"><a class="el" href="struct_s_d_l__gfx_blit_info.html">SDL_gfxBlitInfo</a></td><td class="indexvalue">The structure passed to the low level blit functions </td></tr>
62  <tr><td class="indexkey"><a class="el" href="struct_s_d_l__gfx_bresenham_iterator.html">SDL_gfxBresenhamIterator</a></td><td class="indexvalue">The structure passed to the internal Bresenham iterator </td></tr>
63  <tr><td class="indexkey"><a class="el" href="struct_s_d_l__gfx_murphy_iterator.html">SDL_gfxMurphyIterator</a></td><td class="indexvalue">The structure passed to the internal Murphy iterator </td></tr>
64  <tr><td class="indexkey"><a class="el" href="structt_color_r_g_b_a.html">tColorRGBA</a></td><td class="indexvalue">A 32 bit RGBA pixel </td></tr>
65  <tr><td class="indexkey"><a class="el" href="structt_color_y.html">tColorY</a></td><td class="indexvalue">A 8bit Y/palette pixel </td></tr>
66</table>
67</div><!-- contents -->
68
69
70<hr class="footer"/><address class="footer"><small>
71Generated by &#160;<a href="http://www.doxygen.org/index.html">
72<img class="footer" src="doxygen.png" alt="doxygen"/>
73</a> 1.8.0
74</small></address>
75
76</body>
77</html>
78