Deploying to gh-pages from @ GRRLIB/GRRLIB@3050dba256 🚀

This commit is contained in:
Crayon2000 2022-11-25 04:45:23 +00:00
parent c4eb7a91b0
commit 24e381775a
9 changed files with 145 additions and 144 deletions

Binary file not shown.

View file

@ -91,9 +91,9 @@ Functions</h2></td></tr>
INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gae4bc6ca96070c33d540ad720c5c91fc4">GRRLIB_ClipReset</a> (void)</td></tr>
<tr class="memdesc:gae4bc6ca96070c33d540ad720c5c91fc4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Reset the clipping to normal. <br /></td></tr>
<tr class="separator:gae4bc6ca96070c33d540ad720c5c91fc4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gacf077d7ee678f8bd942db4cbf6027d98"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gacf077d7ee678f8bd942db4cbf6027d98">GRRLIB_ClipDrawing</a> (const int x, const int y, const int width, const int height)</td></tr>
<tr class="memdesc:gacf077d7ee678f8bd942db4cbf6027d98"><td class="mdescLeft">&#160;</td><td class="mdescRight">Clip the drawing area to an rectangle. <a href="group___all_func.html#gacf077d7ee678f8bd942db4cbf6027d98">More...</a><br /></td></tr>
<tr class="separator:gacf077d7ee678f8bd942db4cbf6027d98"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gac59a40807579d718a2c139245b599472"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gac59a40807579d718a2c139245b599472">GRRLIB_ClipDrawing</a> (const u32 x, const u32 y, const u32 width, const u32 height)</td></tr>
<tr class="memdesc:gac59a40807579d718a2c139245b599472"><td class="mdescLeft">&#160;</td><td class="mdescRight">Clip the drawing area to an rectangle. <a href="group___all_func.html#gac59a40807579d718a2c139245b599472">More...</a><br /></td></tr>
<tr class="separator:gac59a40807579d718a2c139245b599472"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gaa0e1bd3df799dc1ee46067f7ce3ca8c7"><td class="memItemLeft" align="right" valign="top">INLINE bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gaa0e1bd3df799dc1ee46067f7ce3ca8c7">GRRLIB_PtInRect</a> (const int hotx, const int hoty, const int hotw, const int hoth, const int wpadx, const int wpady)</td></tr>
<tr class="memdesc:gaa0e1bd3df799dc1ee46067f7ce3ca8c7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Determine whether the specified point lies within the specified rectangle. <a href="group___all_func.html#gaa0e1bd3df799dc1ee46067f7ce3ca8c7">More...</a><br /></td></tr>
<tr class="separator:gaa0e1bd3df799dc1ee46067f7ce3ca8c7"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -103,18 +103,18 @@ INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" hre
<tr class="memitem:ga87b9fd5a8ec33cce9b23a243ccda824d"><td class="memItemLeft" align="right" valign="top">INLINE bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga87b9fd5a8ec33cce9b23a243ccda824d">GRRLIB_RectOnRect</a> (const int rect1x, const int rect1y, const int rect1w, const int rect1h, const int rect2x, const int rect2y, const int rect2w, const int rect2h)</td></tr>
<tr class="memdesc:ga87b9fd5a8ec33cce9b23a243ccda824d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Determine whether a part of a specified rectangle lies on another rectangle. <a href="group___all_func.html#ga87b9fd5a8ec33cce9b23a243ccda824d">More...</a><br /></td></tr>
<tr class="separator:ga87b9fd5a8ec33cce9b23a243ccda824d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga4e6b4d7e4a15eb39d507d923b439d0e5"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga4e6b4d7e4a15eb39d507d923b439d0e5">GRRLIB_NPlot</a> (const guVector v[], const u32 color[], const long n)</td></tr>
<tr class="memdesc:ga4e6b4d7e4a15eb39d507d923b439d0e5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw an array of points. <a href="group___all_func.html#ga4e6b4d7e4a15eb39d507d923b439d0e5">More...</a><br /></td></tr>
<tr class="separator:ga4e6b4d7e4a15eb39d507d923b439d0e5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gac7ba7ec716a2a7100cdc6f4fb8c85062"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gac7ba7ec716a2a7100cdc6f4fb8c85062">GRRLIB_NGone</a> (const guVector v[], const u32 color[], const long n)</td></tr>
<tr class="memdesc:gac7ba7ec716a2a7100cdc6f4fb8c85062"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a polygon. <a href="group___all_func.html#gac7ba7ec716a2a7100cdc6f4fb8c85062">More...</a><br /></td></tr>
<tr class="separator:gac7ba7ec716a2a7100cdc6f4fb8c85062"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga39d86882203f923af1403ec9bbbd01c4"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga39d86882203f923af1403ec9bbbd01c4">GRRLIB_NGoneFilled</a> (const guVector v[], const u32 color[], const long n)</td></tr>
<tr class="memdesc:ga39d86882203f923af1403ec9bbbd01c4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a filled polygon. <a href="group___all_func.html#ga39d86882203f923af1403ec9bbbd01c4">More...</a><br /></td></tr>
<tr class="separator:ga39d86882203f923af1403ec9bbbd01c4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gab30f2c50710d1d659efb03daaa4866c8"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gab30f2c50710d1d659efb03daaa4866c8">GRRLIB_GXEngine</a> (const guVector v[], const u32 color[], const long n, const u8 fmt)</td></tr>
<tr class="memdesc:gab30f2c50710d1d659efb03daaa4866c8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draws a vector. <a href="group___all_func.html#gab30f2c50710d1d659efb03daaa4866c8">More...</a><br /></td></tr>
<tr class="separator:gab30f2c50710d1d659efb03daaa4866c8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gaad6d71991d8257d06591bdee6fe600f5"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gaad6d71991d8257d06591bdee6fe600f5">GRRLIB_NPlot</a> (const guVector v[], const u32 color[], const u16 n)</td></tr>
<tr class="memdesc:gaad6d71991d8257d06591bdee6fe600f5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw an array of points. <a href="group___all_func.html#gaad6d71991d8257d06591bdee6fe600f5">More...</a><br /></td></tr>
<tr class="separator:gaad6d71991d8257d06591bdee6fe600f5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gaaaad869c6b2cd0ac502b8ab261fe34e9"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gaaaad869c6b2cd0ac502b8ab261fe34e9">GRRLIB_NGone</a> (const guVector v[], const u32 color[], const u16 n)</td></tr>
<tr class="memdesc:gaaaad869c6b2cd0ac502b8ab261fe34e9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a polygon. <a href="group___all_func.html#gaaaad869c6b2cd0ac502b8ab261fe34e9">More...</a><br /></td></tr>
<tr class="separator:gaaaad869c6b2cd0ac502b8ab261fe34e9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gab848be8b56929c0706da29fe66549ff0"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gab848be8b56929c0706da29fe66549ff0">GRRLIB_NGoneFilled</a> (const guVector v[], const u32 color[], const u16 n)</td></tr>
<tr class="memdesc:gab848be8b56929c0706da29fe66549ff0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a filled polygon. <a href="group___all_func.html#gab848be8b56929c0706da29fe66549ff0">More...</a><br /></td></tr>
<tr class="separator:gab848be8b56929c0706da29fe66549ff0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga5aad414db04673ea5142519600856419"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga5aad414db04673ea5142519600856419">GRRLIB_GXEngine</a> (const guVector v[], const u32 color[], const u16 n, const u8 fmt)</td></tr>
<tr class="memdesc:ga5aad414db04673ea5142519600856419"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draws a vector. <a href="group___all_func.html#ga5aad414db04673ea5142519600856419">More...</a><br /></td></tr>
<tr class="separator:ga5aad414db04673ea5142519600856419"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gaa4334df3b160f01ae4cf49c616fe0949"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gaa4334df3b160f01ae4cf49c616fe0949">GRRLIB_FillScreen</a> (const u32 color)</td></tr>
<tr class="memdesc:gaa4334df3b160f01ae4cf49c616fe0949"><td class="mdescLeft">&#160;</td><td class="mdescRight">Clear screen with a specific color. <a href="group___all_func.html#gaa4334df3b160f01ae4cf49c616fe0949">More...</a><br /></td></tr>
<tr class="separator:gaa4334df3b160f01ae4cf49c616fe0949"><td class="memSeparator" colspan="2">&#160;</td></tr>

View file

@ -160,15 +160,15 @@ Functions</h2></td></tr>
void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga9840a19154f1e0cf9de14ad81ba23aef">GRRLIB_Render</a> (void)</td></tr>
<tr class="memdesc:ga9840a19154f1e0cf9de14ad81ba23aef"><td class="mdescLeft">&#160;</td><td class="mdescRight">Call this function after drawing. <br /></td></tr>
<tr class="separator:ga9840a19154f1e0cf9de14ad81ba23aef"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga7ac4e30576d4fccd0ae537a41b75f4c1"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga7ac4e30576d4fccd0ae537a41b75f4c1">GRRLIB_Screen2Texture</a> (int posx, int posy, <a class="el" href="struct_g_r_r_l_i_b__tex_img.html">GRRLIB_texImg</a> *tex, bool clear)</td></tr>
<tr class="memdesc:ga7ac4e30576d4fccd0ae537a41b75f4c1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Make a snapshot of the screen in a texture WITHOUT ALPHA LAYER. <a href="group___all_func.html#ga7ac4e30576d4fccd0ae537a41b75f4c1">More...</a><br /></td></tr>
<tr class="separator:ga7ac4e30576d4fccd0ae537a41b75f4c1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga2679d0fa70341fa428857a776b9db970"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga2679d0fa70341fa428857a776b9db970">GRRLIB_Screen2Texture</a> (u16 posx, u16 posy, <a class="el" href="struct_g_r_r_l_i_b__tex_img.html">GRRLIB_texImg</a> *tex, bool clear)</td></tr>
<tr class="memdesc:ga2679d0fa70341fa428857a776b9db970"><td class="mdescLeft">&#160;</td><td class="mdescRight">Make a snapshot of the screen in a texture WITHOUT ALPHA LAYER. <a href="group___all_func.html#ga2679d0fa70341fa428857a776b9db970">More...</a><br /></td></tr>
<tr class="separator:ga2679d0fa70341fa428857a776b9db970"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gab46283be3128415bf0ab2969bf7fda95"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gab46283be3128415bf0ab2969bf7fda95">GRRLIB_CompoStart</a> (void)</td></tr>
<tr class="memdesc:gab46283be3128415bf0ab2969bf7fda95"><td class="mdescLeft">&#160;</td><td class="mdescRight">Start GX compositing process. <a href="group___all_func.html#gab46283be3128415bf0ab2969bf7fda95">More...</a><br /></td></tr>
<tr class="separator:gab46283be3128415bf0ab2969bf7fda95"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gaab852acf9b7679bd1142003b4d6635f3"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gaab852acf9b7679bd1142003b4d6635f3">GRRLIB_CompoEnd</a> (int posx, int posy, <a class="el" href="struct_g_r_r_l_i_b__tex_img.html">GRRLIB_texImg</a> *tex)</td></tr>
<tr class="memdesc:gaab852acf9b7679bd1142003b4d6635f3"><td class="mdescLeft">&#160;</td><td class="mdescRight">End GX compositing process (Make a snapshot of the screen in a texture WITH ALPHA LAYER). <a href="group___all_func.html#gaab852acf9b7679bd1142003b4d6635f3">More...</a><br /></td></tr>
<tr class="separator:gaab852acf9b7679bd1142003b4d6635f3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga0af29f5435a5cbdee720afb8c375ca71"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga0af29f5435a5cbdee720afb8c375ca71">GRRLIB_CompoEnd</a> (u16 posx, u16 posy, <a class="el" href="struct_g_r_r_l_i_b__tex_img.html">GRRLIB_texImg</a> *tex)</td></tr>
<tr class="memdesc:ga0af29f5435a5cbdee720afb8c375ca71"><td class="mdescLeft">&#160;</td><td class="mdescRight">End GX compositing process (Make a snapshot of the screen in a texture WITH ALPHA LAYER). <a href="group___all_func.html#ga0af29f5435a5cbdee720afb8c375ca71">More...</a><br /></td></tr>
<tr class="separator:ga0af29f5435a5cbdee720afb8c375ca71"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga1ce62f1f902e4138f4d92e4808c957b1"><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_g_r_r_l_i_b__tex_img.html">GRRLIB_texImg</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga1ce62f1f902e4138f4d92e4808c957b1">GRRLIB_CreateEmptyTexture</a> (const u32 width, const u32 height)</td></tr>
<tr class="memdesc:ga1ce62f1f902e4138f4d92e4808c957b1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create an empty texture. <a href="group___all_func.html#ga1ce62f1f902e4138f4d92e4808c957b1">More...</a><br /></td></tr>
<tr class="separator:ga1ce62f1f902e4138f4d92e4808c957b1"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -181,9 +181,9 @@ void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="grou
<tr class="memitem:ga885310955bccea418939fb791e0640f8"><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_g_r_r_l_i_b__tex_img.html">GRRLIB_texImg</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga885310955bccea418939fb791e0640f8">GRRLIB_LoadTextureJPG</a> (const u8 *my_jpg)</td></tr>
<tr class="memdesc:ga885310955bccea418939fb791e0640f8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Load a texture from a buffer. <a href="group___all_func.html#ga885310955bccea418939fb791e0640f8">More...</a><br /></td></tr>
<tr class="separator:ga885310955bccea418939fb791e0640f8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga18be940abee75a107e8b48789cd5688b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_g_r_r_l_i_b__tex_img.html">GRRLIB_texImg</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga18be940abee75a107e8b48789cd5688b">GRRLIB_LoadTextureJPGEx</a> (const u8 *my_jpg, const int my_size)</td></tr>
<tr class="memdesc:ga18be940abee75a107e8b48789cd5688b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Load a texture from a buffer. <a href="group___all_func.html#ga18be940abee75a107e8b48789cd5688b">More...</a><br /></td></tr>
<tr class="separator:ga18be940abee75a107e8b48789cd5688b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga81963db20a127b9fa88686b119018dda"><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_g_r_r_l_i_b__tex_img.html">GRRLIB_texImg</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga81963db20a127b9fa88686b119018dda">GRRLIB_LoadTextureJPGEx</a> (const u8 *my_jpg, const u32 my_size)</td></tr>
<tr class="memdesc:ga81963db20a127b9fa88686b119018dda"><td class="mdescLeft">&#160;</td><td class="mdescRight">Load a texture from a buffer. <a href="group___all_func.html#ga81963db20a127b9fa88686b119018dda">More...</a><br /></td></tr>
<tr class="separator:ga81963db20a127b9fa88686b119018dda"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga715d38ab3a56377f4d1ae855f7a7a94e"><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_g_r_r_l_i_b__tex_img.html">GRRLIB_texImg</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga715d38ab3a56377f4d1ae855f7a7a94e">GRRLIB_LoadTextureBMP</a> (const u8 *my_bmp)</td></tr>
<tr class="memdesc:ga715d38ab3a56377f4d1ae855f7a7a94e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Load a texture from a buffer. <a href="group___all_func.html#ga715d38ab3a56377f4d1ae855f7a7a94e">More...</a><br /></td></tr>
<tr class="separator:ga715d38ab3a56377f4d1ae855f7a7a94e"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -241,12 +241,12 @@ void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="grou
<tr class="memitem:gad029080b2bb31c61feb5af6b60e59ec2"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gad029080b2bb31c61feb5af6b60e59ec2">GRRLIB_DrawCube</a> (f32 size, bool filled, u32 col)</td></tr>
<tr class="memdesc:gad029080b2bb31c61feb5af6b60e59ec2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a cube (with normal). <a href="group___all_func.html#gad029080b2bb31c61feb5af6b60e59ec2">More...</a><br /></td></tr>
<tr class="separator:gad029080b2bb31c61feb5af6b60e59ec2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga6250c32662da700f248f305b737f3ceb"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga6250c32662da700f248f305b737f3ceb">GRRLIB_DrawCylinder</a> (f32 r, f32 h, int d, bool filled, u32 col)</td></tr>
<tr class="memdesc:ga6250c32662da700f248f305b737f3ceb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a cylinder (with normal). <a href="group___all_func.html#ga6250c32662da700f248f305b737f3ceb">More...</a><br /></td></tr>
<tr class="separator:ga6250c32662da700f248f305b737f3ceb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gabc9c582a2d39b97f5450fea8c61f7f80"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gabc9c582a2d39b97f5450fea8c61f7f80">GRRLIB_DrawCone</a> (f32 r, f32 h, int d, bool filled, u32 col)</td></tr>
<tr class="memdesc:gabc9c582a2d39b97f5450fea8c61f7f80"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a cone (with normal). <a href="group___all_func.html#gabc9c582a2d39b97f5450fea8c61f7f80">More...</a><br /></td></tr>
<tr class="separator:gabc9c582a2d39b97f5450fea8c61f7f80"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gac6ecd421da6885c7ee3f1b41f36acad2"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gac6ecd421da6885c7ee3f1b41f36acad2">GRRLIB_DrawCylinder</a> (f32 r, f32 h, u16 d, bool filled, u32 col)</td></tr>
<tr class="memdesc:gac6ecd421da6885c7ee3f1b41f36acad2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a cylinder (with normal). <a href="group___all_func.html#gac6ecd421da6885c7ee3f1b41f36acad2">More...</a><br /></td></tr>
<tr class="separator:gac6ecd421da6885c7ee3f1b41f36acad2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga09c1572feadf21c46678b3a7bb0944e2"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga09c1572feadf21c46678b3a7bb0944e2">GRRLIB_DrawCone</a> (f32 r, f32 h, u16 d, bool filled, u32 col)</td></tr>
<tr class="memdesc:ga09c1572feadf21c46678b3a7bb0944e2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a cone (with normal). <a href="group___all_func.html#ga09c1572feadf21c46678b3a7bb0944e2">More...</a><br /></td></tr>
<tr class="separator:ga09c1572feadf21c46678b3a7bb0944e2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga654851a42dbdefae806f1793cf6a69d0"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga654851a42dbdefae806f1793cf6a69d0">GRRLIB_DrawTessPanel</a> (f32 w, f32 wstep, f32 h, f32 hstep, bool filled, u32 col)</td></tr>
<tr class="memdesc:ga654851a42dbdefae806f1793cf6a69d0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a Tesselated panel (with normal). <a href="group___all_func.html#ga654851a42dbdefae806f1793cf6a69d0">More...</a><br /></td></tr>
<tr class="separator:ga654851a42dbdefae806f1793cf6a69d0"><td class="memSeparator" colspan="2">&#160;</td></tr>

View file

@ -155,13 +155,13 @@ $(function() {
: <a class="el" href="group___all_func.html#gadf667fd892b2f24dfcfe1542e086630e">GRRLIB__inline.h</a>
</li>
<li>GRRLIB_ClipDrawing()
: <a class="el" href="group___all_func.html#gacf077d7ee678f8bd942db4cbf6027d98">GRRLIB__inline.h</a>
: <a class="el" href="group___all_func.html#gac59a40807579d718a2c139245b599472">GRRLIB__inline.h</a>
</li>
<li>GRRLIB_ClipReset()
: <a class="el" href="group___all_func.html#gae4bc6ca96070c33d540ad720c5c91fc4">GRRLIB__inline.h</a>
</li>
<li>GRRLIB_CompoEnd()
: <a class="el" href="group___all_func.html#gaab852acf9b7679bd1142003b4d6635f3">GRRLIB__lib.h</a>
: <a class="el" href="group___all_func.html#ga0af29f5435a5cbdee720afb8c375ca71">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_CompoStart()
: <a class="el" href="group___all_func.html#gab46283be3128415bf0ab2969bf7fda95">GRRLIB__lib.h</a>
@ -170,13 +170,13 @@ $(function() {
: <a class="el" href="group___all_func.html#ga1ce62f1f902e4138f4d92e4808c957b1">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_DrawCone()
: <a class="el" href="group___all_func.html#gabc9c582a2d39b97f5450fea8c61f7f80">GRRLIB__lib.h</a>
: <a class="el" href="group___all_func.html#ga09c1572feadf21c46678b3a7bb0944e2">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_DrawCube()
: <a class="el" href="group___all_func.html#gad029080b2bb31c61feb5af6b60e59ec2">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_DrawCylinder()
: <a class="el" href="group___all_func.html#ga6250c32662da700f248f305b737f3ceb">GRRLIB__lib.h</a>
: <a class="el" href="group___all_func.html#gac6ecd421da6885c7ee3f1b41f36acad2">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_DrawImg()
: <a class="el" href="group___all_func.html#gac93fa62dac7639bd2fe626aae5fef150">GRRLIB__lib.h</a>
@ -245,7 +245,7 @@ $(function() {
: <a class="el" href="group___all_func.html#gaf0efaaeacbc18ff40d02dfe8104def56">GRRLIB__inline.h</a>
</li>
<li>GRRLIB_GXEngine()
: <a class="el" href="group___all_func.html#gab30f2c50710d1d659efb03daaa4866c8">GRRLIB__inline.h</a>
: <a class="el" href="group___all_func.html#ga5aad414db04673ea5142519600856419">GRRLIB__inline.h</a>
</li>
<li>GRRLIB_Init()
: <a class="el" href="group___all_func.html#gad3186c7e10e4e6c46a743e062971e89a">GRRLIB__lib.h</a>
@ -275,7 +275,7 @@ $(function() {
: <a class="el" href="group___all_func.html#ga885310955bccea418939fb791e0640f8">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_LoadTextureJPGEx()
: <a class="el" href="group___all_func.html#ga18be940abee75a107e8b48789cd5688b">GRRLIB__lib.h</a>
: <a class="el" href="group___all_func.html#ga81963db20a127b9fa88686b119018dda">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_LoadTexturePNG()
: <a class="el" href="group___all_func.html#gaab9f55cfb94c2cbfcd65fb7970357391">GRRLIB__lib.h</a>
@ -287,13 +287,13 @@ $(function() {
: <a class="el" href="group___all_func.html#ga61a5765d99502956f055b666d51f0497">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_NGone()
: <a class="el" href="group___all_func.html#gac7ba7ec716a2a7100cdc6f4fb8c85062">GRRLIB__inline.h</a>
: <a class="el" href="group___all_func.html#gaaaad869c6b2cd0ac502b8ab261fe34e9">GRRLIB__inline.h</a>
</li>
<li>GRRLIB_NGoneFilled()
: <a class="el" href="group___all_func.html#ga39d86882203f923af1403ec9bbbd01c4">GRRLIB__inline.h</a>
: <a class="el" href="group___all_func.html#gab848be8b56929c0706da29fe66549ff0">GRRLIB__inline.h</a>
</li>
<li>GRRLIB_NPlot()
: <a class="el" href="group___all_func.html#ga4e6b4d7e4a15eb39d507d923b439d0e5">GRRLIB__inline.h</a>
: <a class="el" href="group___all_func.html#gaad6d71991d8257d06591bdee6fe600f5">GRRLIB__inline.h</a>
</li>
<li>GRRLIB_ObjectView()
: <a class="el" href="group___all_func.html#gac02a14d2556b5ec92e28f41c9888b530">GRRLIB__lib.h</a>
@ -347,7 +347,7 @@ $(function() {
: <a class="el" href="group___all_func.html#ga9840a19154f1e0cf9de14ad81ba23aef">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_Screen2Texture()
: <a class="el" href="group___all_func.html#ga7ac4e30576d4fccd0ae537a41b75f4c1">GRRLIB__lib.h</a>
: <a class="el" href="group___all_func.html#ga2679d0fa70341fa428857a776b9db970">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_ScrShot()
: <a class="el" href="group___all_func.html#ga3460233a6d9323890a8eefa19f520e25">GRRLIB__lib.h</a>

View file

@ -105,13 +105,13 @@ $(function() {
: <a class="el" href="group___all_func.html#gadf667fd892b2f24dfcfe1542e086630e">GRRLIB__inline.h</a>
</li>
<li>GRRLIB_ClipDrawing()
: <a class="el" href="group___all_func.html#gacf077d7ee678f8bd942db4cbf6027d98">GRRLIB__inline.h</a>
: <a class="el" href="group___all_func.html#gac59a40807579d718a2c139245b599472">GRRLIB__inline.h</a>
</li>
<li>GRRLIB_ClipReset()
: <a class="el" href="group___all_func.html#gae4bc6ca96070c33d540ad720c5c91fc4">GRRLIB__inline.h</a>
</li>
<li>GRRLIB_CompoEnd()
: <a class="el" href="group___all_func.html#gaab852acf9b7679bd1142003b4d6635f3">GRRLIB__lib.h</a>
: <a class="el" href="group___all_func.html#ga0af29f5435a5cbdee720afb8c375ca71">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_CompoStart()
: <a class="el" href="group___all_func.html#gab46283be3128415bf0ab2969bf7fda95">GRRLIB__lib.h</a>
@ -120,13 +120,13 @@ $(function() {
: <a class="el" href="group___all_func.html#ga1ce62f1f902e4138f4d92e4808c957b1">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_DrawCone()
: <a class="el" href="group___all_func.html#gabc9c582a2d39b97f5450fea8c61f7f80">GRRLIB__lib.h</a>
: <a class="el" href="group___all_func.html#ga09c1572feadf21c46678b3a7bb0944e2">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_DrawCube()
: <a class="el" href="group___all_func.html#gad029080b2bb31c61feb5af6b60e59ec2">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_DrawCylinder()
: <a class="el" href="group___all_func.html#ga6250c32662da700f248f305b737f3ceb">GRRLIB__lib.h</a>
: <a class="el" href="group___all_func.html#gac6ecd421da6885c7ee3f1b41f36acad2">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_DrawImg()
: <a class="el" href="group___all_func.html#gac93fa62dac7639bd2fe626aae5fef150">GRRLIB__lib.h</a>
@ -192,7 +192,7 @@ $(function() {
: <a class="el" href="group___all_func.html#gaf0efaaeacbc18ff40d02dfe8104def56">GRRLIB__inline.h</a>
</li>
<li>GRRLIB_GXEngine()
: <a class="el" href="group___all_func.html#gab30f2c50710d1d659efb03daaa4866c8">GRRLIB__inline.h</a>
: <a class="el" href="group___all_func.html#ga5aad414db04673ea5142519600856419">GRRLIB__inline.h</a>
</li>
<li>GRRLIB_Init()
: <a class="el" href="group___all_func.html#gad3186c7e10e4e6c46a743e062971e89a">GRRLIB__lib.h</a>
@ -222,7 +222,7 @@ $(function() {
: <a class="el" href="group___all_func.html#ga885310955bccea418939fb791e0640f8">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_LoadTextureJPGEx()
: <a class="el" href="group___all_func.html#ga18be940abee75a107e8b48789cd5688b">GRRLIB__lib.h</a>
: <a class="el" href="group___all_func.html#ga81963db20a127b9fa88686b119018dda">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_LoadTexturePNG()
: <a class="el" href="group___all_func.html#gaab9f55cfb94c2cbfcd65fb7970357391">GRRLIB__lib.h</a>
@ -234,13 +234,13 @@ $(function() {
: <a class="el" href="group___all_func.html#ga61a5765d99502956f055b666d51f0497">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_NGone()
: <a class="el" href="group___all_func.html#gac7ba7ec716a2a7100cdc6f4fb8c85062">GRRLIB__inline.h</a>
: <a class="el" href="group___all_func.html#gaaaad869c6b2cd0ac502b8ab261fe34e9">GRRLIB__inline.h</a>
</li>
<li>GRRLIB_NGoneFilled()
: <a class="el" href="group___all_func.html#ga39d86882203f923af1403ec9bbbd01c4">GRRLIB__inline.h</a>
: <a class="el" href="group___all_func.html#gab848be8b56929c0706da29fe66549ff0">GRRLIB__inline.h</a>
</li>
<li>GRRLIB_NPlot()
: <a class="el" href="group___all_func.html#ga4e6b4d7e4a15eb39d507d923b439d0e5">GRRLIB__inline.h</a>
: <a class="el" href="group___all_func.html#gaad6d71991d8257d06591bdee6fe600f5">GRRLIB__inline.h</a>
</li>
<li>GRRLIB_ObjectView()
: <a class="el" href="group___all_func.html#gac02a14d2556b5ec92e28f41c9888b530">GRRLIB__lib.h</a>
@ -294,7 +294,7 @@ $(function() {
: <a class="el" href="group___all_func.html#ga9840a19154f1e0cf9de14ad81ba23aef">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_Screen2Texture()
: <a class="el" href="group___all_func.html#ga7ac4e30576d4fccd0ae537a41b75f4c1">GRRLIB__lib.h</a>
: <a class="el" href="group___all_func.html#ga2679d0fa70341fa428857a776b9db970">GRRLIB__lib.h</a>
</li>
<li>GRRLIB_ScrShot()
: <a class="el" href="group___all_func.html#ga3460233a6d9323890a8eefa19f520e25">GRRLIB__lib.h</a>

View file

@ -198,9 +198,9 @@ GRR_EXTERN u32 fb&#160;</td><td class="memItemRight" valign="bottom"><b>GRR_INIT
INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gae4bc6ca96070c33d540ad720c5c91fc4">GRRLIB_ClipReset</a> (void)</td></tr>
<tr class="memdesc:gae4bc6ca96070c33d540ad720c5c91fc4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Reset the clipping to normal. <br /></td></tr>
<tr class="separator:gae4bc6ca96070c33d540ad720c5c91fc4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gacf077d7ee678f8bd942db4cbf6027d98"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gacf077d7ee678f8bd942db4cbf6027d98">GRRLIB_ClipDrawing</a> (const int x, const int y, const int width, const int height)</td></tr>
<tr class="memdesc:gacf077d7ee678f8bd942db4cbf6027d98"><td class="mdescLeft">&#160;</td><td class="mdescRight">Clip the drawing area to an rectangle. <a href="group___all_func.html#gacf077d7ee678f8bd942db4cbf6027d98">More...</a><br /></td></tr>
<tr class="separator:gacf077d7ee678f8bd942db4cbf6027d98"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gac59a40807579d718a2c139245b599472"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gac59a40807579d718a2c139245b599472">GRRLIB_ClipDrawing</a> (const u32 x, const u32 y, const u32 width, const u32 height)</td></tr>
<tr class="memdesc:gac59a40807579d718a2c139245b599472"><td class="mdescLeft">&#160;</td><td class="mdescRight">Clip the drawing area to an rectangle. <a href="group___all_func.html#gac59a40807579d718a2c139245b599472">More...</a><br /></td></tr>
<tr class="separator:gac59a40807579d718a2c139245b599472"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gaa0e1bd3df799dc1ee46067f7ce3ca8c7"><td class="memItemLeft" align="right" valign="top">INLINE bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gaa0e1bd3df799dc1ee46067f7ce3ca8c7">GRRLIB_PtInRect</a> (const int hotx, const int hoty, const int hotw, const int hoth, const int wpadx, const int wpady)</td></tr>
<tr class="memdesc:gaa0e1bd3df799dc1ee46067f7ce3ca8c7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Determine whether the specified point lies within the specified rectangle. <a href="group___all_func.html#gaa0e1bd3df799dc1ee46067f7ce3ca8c7">More...</a><br /></td></tr>
<tr class="separator:gaa0e1bd3df799dc1ee46067f7ce3ca8c7"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -210,18 +210,18 @@ INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" hre
<tr class="memitem:ga87b9fd5a8ec33cce9b23a243ccda824d"><td class="memItemLeft" align="right" valign="top">INLINE bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga87b9fd5a8ec33cce9b23a243ccda824d">GRRLIB_RectOnRect</a> (const int rect1x, const int rect1y, const int rect1w, const int rect1h, const int rect2x, const int rect2y, const int rect2w, const int rect2h)</td></tr>
<tr class="memdesc:ga87b9fd5a8ec33cce9b23a243ccda824d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Determine whether a part of a specified rectangle lies on another rectangle. <a href="group___all_func.html#ga87b9fd5a8ec33cce9b23a243ccda824d">More...</a><br /></td></tr>
<tr class="separator:ga87b9fd5a8ec33cce9b23a243ccda824d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga4e6b4d7e4a15eb39d507d923b439d0e5"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga4e6b4d7e4a15eb39d507d923b439d0e5">GRRLIB_NPlot</a> (const guVector v[], const u32 color[], const long n)</td></tr>
<tr class="memdesc:ga4e6b4d7e4a15eb39d507d923b439d0e5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw an array of points. <a href="group___all_func.html#ga4e6b4d7e4a15eb39d507d923b439d0e5">More...</a><br /></td></tr>
<tr class="separator:ga4e6b4d7e4a15eb39d507d923b439d0e5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gac7ba7ec716a2a7100cdc6f4fb8c85062"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gac7ba7ec716a2a7100cdc6f4fb8c85062">GRRLIB_NGone</a> (const guVector v[], const u32 color[], const long n)</td></tr>
<tr class="memdesc:gac7ba7ec716a2a7100cdc6f4fb8c85062"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a polygon. <a href="group___all_func.html#gac7ba7ec716a2a7100cdc6f4fb8c85062">More...</a><br /></td></tr>
<tr class="separator:gac7ba7ec716a2a7100cdc6f4fb8c85062"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga39d86882203f923af1403ec9bbbd01c4"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga39d86882203f923af1403ec9bbbd01c4">GRRLIB_NGoneFilled</a> (const guVector v[], const u32 color[], const long n)</td></tr>
<tr class="memdesc:ga39d86882203f923af1403ec9bbbd01c4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a filled polygon. <a href="group___all_func.html#ga39d86882203f923af1403ec9bbbd01c4">More...</a><br /></td></tr>
<tr class="separator:ga39d86882203f923af1403ec9bbbd01c4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gab30f2c50710d1d659efb03daaa4866c8"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gab30f2c50710d1d659efb03daaa4866c8">GRRLIB_GXEngine</a> (const guVector v[], const u32 color[], const long n, const u8 fmt)</td></tr>
<tr class="memdesc:gab30f2c50710d1d659efb03daaa4866c8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draws a vector. <a href="group___all_func.html#gab30f2c50710d1d659efb03daaa4866c8">More...</a><br /></td></tr>
<tr class="separator:gab30f2c50710d1d659efb03daaa4866c8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gaad6d71991d8257d06591bdee6fe600f5"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gaad6d71991d8257d06591bdee6fe600f5">GRRLIB_NPlot</a> (const guVector v[], const u32 color[], const u16 n)</td></tr>
<tr class="memdesc:gaad6d71991d8257d06591bdee6fe600f5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw an array of points. <a href="group___all_func.html#gaad6d71991d8257d06591bdee6fe600f5">More...</a><br /></td></tr>
<tr class="separator:gaad6d71991d8257d06591bdee6fe600f5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gaaaad869c6b2cd0ac502b8ab261fe34e9"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gaaaad869c6b2cd0ac502b8ab261fe34e9">GRRLIB_NGone</a> (const guVector v[], const u32 color[], const u16 n)</td></tr>
<tr class="memdesc:gaaaad869c6b2cd0ac502b8ab261fe34e9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a polygon. <a href="group___all_func.html#gaaaad869c6b2cd0ac502b8ab261fe34e9">More...</a><br /></td></tr>
<tr class="separator:gaaaad869c6b2cd0ac502b8ab261fe34e9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gab848be8b56929c0706da29fe66549ff0"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gab848be8b56929c0706da29fe66549ff0">GRRLIB_NGoneFilled</a> (const guVector v[], const u32 color[], const u16 n)</td></tr>
<tr class="memdesc:gab848be8b56929c0706da29fe66549ff0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a filled polygon. <a href="group___all_func.html#gab848be8b56929c0706da29fe66549ff0">More...</a><br /></td></tr>
<tr class="separator:gab848be8b56929c0706da29fe66549ff0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga5aad414db04673ea5142519600856419"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga5aad414db04673ea5142519600856419">GRRLIB_GXEngine</a> (const guVector v[], const u32 color[], const u16 n, const u8 fmt)</td></tr>
<tr class="memdesc:ga5aad414db04673ea5142519600856419"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draws a vector. <a href="group___all_func.html#ga5aad414db04673ea5142519600856419">More...</a><br /></td></tr>
<tr class="separator:ga5aad414db04673ea5142519600856419"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gaa4334df3b160f01ae4cf49c616fe0949"><td class="memItemLeft" align="right" valign="top">INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gaa4334df3b160f01ae4cf49c616fe0949">GRRLIB_FillScreen</a> (const u32 color)</td></tr>
<tr class="memdesc:gaa4334df3b160f01ae4cf49c616fe0949"><td class="mdescLeft">&#160;</td><td class="mdescRight">Clear screen with a specific color. <a href="group___all_func.html#gaa4334df3b160f01ae4cf49c616fe0949">More...</a><br /></td></tr>
<tr class="separator:gaa4334df3b160f01ae4cf49c616fe0949"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -355,15 +355,15 @@ INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" hre
void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga9840a19154f1e0cf9de14ad81ba23aef">GRRLIB_Render</a> (void)</td></tr>
<tr class="memdesc:ga9840a19154f1e0cf9de14ad81ba23aef"><td class="mdescLeft">&#160;</td><td class="mdescRight">Call this function after drawing. <br /></td></tr>
<tr class="separator:ga9840a19154f1e0cf9de14ad81ba23aef"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga7ac4e30576d4fccd0ae537a41b75f4c1"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga7ac4e30576d4fccd0ae537a41b75f4c1">GRRLIB_Screen2Texture</a> (int posx, int posy, <a class="el" href="struct_g_r_r_l_i_b__tex_img.html">GRRLIB_texImg</a> *tex, bool clear)</td></tr>
<tr class="memdesc:ga7ac4e30576d4fccd0ae537a41b75f4c1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Make a snapshot of the screen in a texture WITHOUT ALPHA LAYER. <a href="group___all_func.html#ga7ac4e30576d4fccd0ae537a41b75f4c1">More...</a><br /></td></tr>
<tr class="separator:ga7ac4e30576d4fccd0ae537a41b75f4c1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga2679d0fa70341fa428857a776b9db970"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga2679d0fa70341fa428857a776b9db970">GRRLIB_Screen2Texture</a> (u16 posx, u16 posy, <a class="el" href="struct_g_r_r_l_i_b__tex_img.html">GRRLIB_texImg</a> *tex, bool clear)</td></tr>
<tr class="memdesc:ga2679d0fa70341fa428857a776b9db970"><td class="mdescLeft">&#160;</td><td class="mdescRight">Make a snapshot of the screen in a texture WITHOUT ALPHA LAYER. <a href="group___all_func.html#ga2679d0fa70341fa428857a776b9db970">More...</a><br /></td></tr>
<tr class="separator:ga2679d0fa70341fa428857a776b9db970"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gab46283be3128415bf0ab2969bf7fda95"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gab46283be3128415bf0ab2969bf7fda95">GRRLIB_CompoStart</a> (void)</td></tr>
<tr class="memdesc:gab46283be3128415bf0ab2969bf7fda95"><td class="mdescLeft">&#160;</td><td class="mdescRight">Start GX compositing process. <a href="group___all_func.html#gab46283be3128415bf0ab2969bf7fda95">More...</a><br /></td></tr>
<tr class="separator:gab46283be3128415bf0ab2969bf7fda95"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gaab852acf9b7679bd1142003b4d6635f3"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gaab852acf9b7679bd1142003b4d6635f3">GRRLIB_CompoEnd</a> (int posx, int posy, <a class="el" href="struct_g_r_r_l_i_b__tex_img.html">GRRLIB_texImg</a> *tex)</td></tr>
<tr class="memdesc:gaab852acf9b7679bd1142003b4d6635f3"><td class="mdescLeft">&#160;</td><td class="mdescRight">End GX compositing process (Make a snapshot of the screen in a texture WITH ALPHA LAYER). <a href="group___all_func.html#gaab852acf9b7679bd1142003b4d6635f3">More...</a><br /></td></tr>
<tr class="separator:gaab852acf9b7679bd1142003b4d6635f3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga0af29f5435a5cbdee720afb8c375ca71"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga0af29f5435a5cbdee720afb8c375ca71">GRRLIB_CompoEnd</a> (u16 posx, u16 posy, <a class="el" href="struct_g_r_r_l_i_b__tex_img.html">GRRLIB_texImg</a> *tex)</td></tr>
<tr class="memdesc:ga0af29f5435a5cbdee720afb8c375ca71"><td class="mdescLeft">&#160;</td><td class="mdescRight">End GX compositing process (Make a snapshot of the screen in a texture WITH ALPHA LAYER). <a href="group___all_func.html#ga0af29f5435a5cbdee720afb8c375ca71">More...</a><br /></td></tr>
<tr class="separator:ga0af29f5435a5cbdee720afb8c375ca71"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga1ce62f1f902e4138f4d92e4808c957b1"><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_g_r_r_l_i_b__tex_img.html">GRRLIB_texImg</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga1ce62f1f902e4138f4d92e4808c957b1">GRRLIB_CreateEmptyTexture</a> (const u32 width, const u32 height)</td></tr>
<tr class="memdesc:ga1ce62f1f902e4138f4d92e4808c957b1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create an empty texture. <a href="group___all_func.html#ga1ce62f1f902e4138f4d92e4808c957b1">More...</a><br /></td></tr>
<tr class="separator:ga1ce62f1f902e4138f4d92e4808c957b1"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -376,9 +376,9 @@ void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="grou
<tr class="memitem:ga885310955bccea418939fb791e0640f8"><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_g_r_r_l_i_b__tex_img.html">GRRLIB_texImg</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga885310955bccea418939fb791e0640f8">GRRLIB_LoadTextureJPG</a> (const u8 *my_jpg)</td></tr>
<tr class="memdesc:ga885310955bccea418939fb791e0640f8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Load a texture from a buffer. <a href="group___all_func.html#ga885310955bccea418939fb791e0640f8">More...</a><br /></td></tr>
<tr class="separator:ga885310955bccea418939fb791e0640f8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga18be940abee75a107e8b48789cd5688b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_g_r_r_l_i_b__tex_img.html">GRRLIB_texImg</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga18be940abee75a107e8b48789cd5688b">GRRLIB_LoadTextureJPGEx</a> (const u8 *my_jpg, const int my_size)</td></tr>
<tr class="memdesc:ga18be940abee75a107e8b48789cd5688b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Load a texture from a buffer. <a href="group___all_func.html#ga18be940abee75a107e8b48789cd5688b">More...</a><br /></td></tr>
<tr class="separator:ga18be940abee75a107e8b48789cd5688b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga81963db20a127b9fa88686b119018dda"><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_g_r_r_l_i_b__tex_img.html">GRRLIB_texImg</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga81963db20a127b9fa88686b119018dda">GRRLIB_LoadTextureJPGEx</a> (const u8 *my_jpg, const u32 my_size)</td></tr>
<tr class="memdesc:ga81963db20a127b9fa88686b119018dda"><td class="mdescLeft">&#160;</td><td class="mdescRight">Load a texture from a buffer. <a href="group___all_func.html#ga81963db20a127b9fa88686b119018dda">More...</a><br /></td></tr>
<tr class="separator:ga81963db20a127b9fa88686b119018dda"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga715d38ab3a56377f4d1ae855f7a7a94e"><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_g_r_r_l_i_b__tex_img.html">GRRLIB_texImg</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga715d38ab3a56377f4d1ae855f7a7a94e">GRRLIB_LoadTextureBMP</a> (const u8 *my_bmp)</td></tr>
<tr class="memdesc:ga715d38ab3a56377f4d1ae855f7a7a94e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Load a texture from a buffer. <a href="group___all_func.html#ga715d38ab3a56377f4d1ae855f7a7a94e">More...</a><br /></td></tr>
<tr class="separator:ga715d38ab3a56377f4d1ae855f7a7a94e"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -436,12 +436,12 @@ void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="grou
<tr class="memitem:gad029080b2bb31c61feb5af6b60e59ec2"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gad029080b2bb31c61feb5af6b60e59ec2">GRRLIB_DrawCube</a> (f32 size, bool filled, u32 col)</td></tr>
<tr class="memdesc:gad029080b2bb31c61feb5af6b60e59ec2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a cube (with normal). <a href="group___all_func.html#gad029080b2bb31c61feb5af6b60e59ec2">More...</a><br /></td></tr>
<tr class="separator:gad029080b2bb31c61feb5af6b60e59ec2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga6250c32662da700f248f305b737f3ceb"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga6250c32662da700f248f305b737f3ceb">GRRLIB_DrawCylinder</a> (f32 r, f32 h, int d, bool filled, u32 col)</td></tr>
<tr class="memdesc:ga6250c32662da700f248f305b737f3ceb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a cylinder (with normal). <a href="group___all_func.html#ga6250c32662da700f248f305b737f3ceb">More...</a><br /></td></tr>
<tr class="separator:ga6250c32662da700f248f305b737f3ceb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gabc9c582a2d39b97f5450fea8c61f7f80"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gabc9c582a2d39b97f5450fea8c61f7f80">GRRLIB_DrawCone</a> (f32 r, f32 h, int d, bool filled, u32 col)</td></tr>
<tr class="memdesc:gabc9c582a2d39b97f5450fea8c61f7f80"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a cone (with normal). <a href="group___all_func.html#gabc9c582a2d39b97f5450fea8c61f7f80">More...</a><br /></td></tr>
<tr class="separator:gabc9c582a2d39b97f5450fea8c61f7f80"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gac6ecd421da6885c7ee3f1b41f36acad2"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#gac6ecd421da6885c7ee3f1b41f36acad2">GRRLIB_DrawCylinder</a> (f32 r, f32 h, u16 d, bool filled, u32 col)</td></tr>
<tr class="memdesc:gac6ecd421da6885c7ee3f1b41f36acad2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a cylinder (with normal). <a href="group___all_func.html#gac6ecd421da6885c7ee3f1b41f36acad2">More...</a><br /></td></tr>
<tr class="separator:gac6ecd421da6885c7ee3f1b41f36acad2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga09c1572feadf21c46678b3a7bb0944e2"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga09c1572feadf21c46678b3a7bb0944e2">GRRLIB_DrawCone</a> (f32 r, f32 h, u16 d, bool filled, u32 col)</td></tr>
<tr class="memdesc:ga09c1572feadf21c46678b3a7bb0944e2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a cone (with normal). <a href="group___all_func.html#ga09c1572feadf21c46678b3a7bb0944e2">More...</a><br /></td></tr>
<tr class="separator:ga09c1572feadf21c46678b3a7bb0944e2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga654851a42dbdefae806f1793cf6a69d0"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___all_func.html#ga654851a42dbdefae806f1793cf6a69d0">GRRLIB_DrawTessPanel</a> (f32 w, f32 wstep, f32 h, f32 hstep, bool filled, u32 col)</td></tr>
<tr class="memdesc:ga654851a42dbdefae806f1793cf6a69d0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw a Tesselated panel (with normal). <a href="group___all_func.html#ga654851a42dbdefae806f1793cf6a69d0">More...</a><br /></td></tr>
<tr class="separator:ga654851a42dbdefae806f1793cf6a69d0"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -1130,8 +1130,8 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
</div>
</div>
<a id="gacf077d7ee678f8bd942db4cbf6027d98"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gacf077d7ee678f8bd942db4cbf6027d98">&#9670;&nbsp;</a></span>GRRLIB_ClipDrawing()</h2>
<a id="gac59a40807579d718a2c139245b599472"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gac59a40807579d718a2c139245b599472">&#9670;&nbsp;</a></span>GRRLIB_ClipDrawing()</h2>
<div class="memitem">
<div class="memproto">
@ -1139,25 +1139,25 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
<tr>
<td class="memname">INLINE void GRRLIB_ClipDrawing </td>
<td>(</td>
<td class="paramtype">const int&#160;</td>
<td class="paramtype">const u32&#160;</td>
<td class="paramname"><em>x</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const int&#160;</td>
<td class="paramtype">const u32&#160;</td>
<td class="paramname"><em>y</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const int&#160;</td>
<td class="paramtype">const u32&#160;</td>
<td class="paramname"><em>width</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const int&#160;</td>
<td class="paramtype">const u32&#160;</td>
<td class="paramname"><em>height</em>&#160;</td>
</tr>
<tr>
@ -1181,8 +1181,8 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
</div>
</div>
<a id="gaab852acf9b7679bd1142003b4d6635f3"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gaab852acf9b7679bd1142003b4d6635f3">&#9670;&nbsp;</a></span>GRRLIB_CompoEnd()</h2>
<a id="ga0af29f5435a5cbdee720afb8c375ca71"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga0af29f5435a5cbdee720afb8c375ca71">&#9670;&nbsp;</a></span>GRRLIB_CompoEnd()</h2>
<div class="memitem">
<div class="memproto">
@ -1190,13 +1190,13 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
<tr>
<td class="memname">void GRRLIB_CompoEnd </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramtype">u16&#160;</td>
<td class="paramname"><em>posx</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramtype">u16&#160;</td>
<td class="paramname"><em>posy</em>, </td>
</tr>
<tr>
@ -1243,7 +1243,7 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
</div><div class="memdoc">
<p>Start GX compositing process. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="group___all_func.html#gaab852acf9b7679bd1142003b4d6635f3" title="End GX compositing process (Make a snapshot of the screen in a texture WITH ALPHA LAYER).">GRRLIB_CompoEnd</a> </dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="group___all_func.html#ga0af29f5435a5cbdee720afb8c375ca71" title="End GX compositing process (Make a snapshot of the screen in a texture WITH ALPHA LAYER).">GRRLIB_CompoEnd</a> </dd></dl>
</div>
</div>
@ -1285,8 +1285,8 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
</div>
</div>
<a id="gabc9c582a2d39b97f5450fea8c61f7f80"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gabc9c582a2d39b97f5450fea8c61f7f80">&#9670;&nbsp;</a></span>GRRLIB_DrawCone()</h2>
<a id="ga09c1572feadf21c46678b3a7bb0944e2"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga09c1572feadf21c46678b3a7bb0944e2">&#9670;&nbsp;</a></span>GRRLIB_DrawCone()</h2>
<div class="memitem">
<div class="memproto">
@ -1306,7 +1306,7 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramtype">u16&#160;</td>
<td class="paramname"><em>d</em>, </td>
</tr>
<tr>
@ -1387,8 +1387,8 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
</div>
</div>
<a id="ga6250c32662da700f248f305b737f3ceb"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga6250c32662da700f248f305b737f3ceb">&#9670;&nbsp;</a></span>GRRLIB_DrawCylinder()</h2>
<a id="gac6ecd421da6885c7ee3f1b41f36acad2"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gac6ecd421da6885c7ee3f1b41f36acad2">&#9670;&nbsp;</a></span>GRRLIB_DrawCylinder()</h2>
<div class="memitem">
<div class="memproto">
@ -1408,7 +1408,7 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramtype">u16&#160;</td>
<td class="paramname"><em>d</em>, </td>
</tr>
<tr>
@ -2381,8 +2381,8 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
</div>
</div>
<a id="gab30f2c50710d1d659efb03daaa4866c8"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gab30f2c50710d1d659efb03daaa4866c8">&#9670;&nbsp;</a></span>GRRLIB_GXEngine()</h2>
<a id="ga5aad414db04673ea5142519600856419"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga5aad414db04673ea5142519600856419">&#9670;&nbsp;</a></span>GRRLIB_GXEngine()</h2>
<div class="memitem">
<div class="memproto">
@ -2402,7 +2402,7 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const long&#160;</td>
<td class="paramtype">const u16&#160;</td>
<td class="paramname"><em>n</em>, </td>
</tr>
<tr>
@ -2424,7 +2424,7 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
<table class="params">
<tr><td class="paramname">v</td><td>The vector to draw. </td></tr>
<tr><td class="paramname">color</td><td>The color of the vector in RGBA format. </td></tr>
<tr><td class="paramname">n</td><td>Number of points in the vector. </td></tr>
<tr><td class="paramname">n</td><td>Number of points in the vector. The maximum is 65536. </td></tr>
<tr><td class="paramname">fmt</td><td>Type of primitive. </td></tr>
</table>
</dd>
@ -2751,8 +2751,8 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
</div>
</div>
<a id="ga18be940abee75a107e8b48789cd5688b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga18be940abee75a107e8b48789cd5688b">&#9670;&nbsp;</a></span>GRRLIB_LoadTextureJPGEx()</h2>
<a id="ga81963db20a127b9fa88686b119018dda"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga81963db20a127b9fa88686b119018dda">&#9670;&nbsp;</a></span>GRRLIB_LoadTextureJPGEx()</h2>
<div class="memitem">
<div class="memproto">
@ -2766,7 +2766,7 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const int&#160;</td>
<td class="paramtype">const u32&#160;</td>
<td class="paramname"><em>my_size</em>&#160;</td>
</tr>
<tr>
@ -2883,8 +2883,8 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
</div>
</div>
<a id="gac7ba7ec716a2a7100cdc6f4fb8c85062"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gac7ba7ec716a2a7100cdc6f4fb8c85062">&#9670;&nbsp;</a></span>GRRLIB_NGone()</h2>
<a id="gaaaad869c6b2cd0ac502b8ab261fe34e9"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gaaaad869c6b2cd0ac502b8ab261fe34e9">&#9670;&nbsp;</a></span>GRRLIB_NGone()</h2>
<div class="memitem">
<div class="memproto">
@ -2904,7 +2904,7 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const long&#160;</td>
<td class="paramtype">const u16&#160;</td>
<td class="paramname"><em>n</em>&#160;</td>
</tr>
<tr>
@ -2920,15 +2920,15 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
<table class="params">
<tr><td class="paramname">v</td><td>The vector containing the coordinates of the polygon. </td></tr>
<tr><td class="paramname">color</td><td>The color of the filled polygon in RGBA format. </td></tr>
<tr><td class="paramname">n</td><td>Number of points in the vector. </td></tr>
<tr><td class="paramname">n</td><td>Number of points in the vector. The maximum is 65536. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a id="ga39d86882203f923af1403ec9bbbd01c4"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga39d86882203f923af1403ec9bbbd01c4">&#9670;&nbsp;</a></span>GRRLIB_NGoneFilled()</h2>
<a id="gab848be8b56929c0706da29fe66549ff0"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gab848be8b56929c0706da29fe66549ff0">&#9670;&nbsp;</a></span>GRRLIB_NGoneFilled()</h2>
<div class="memitem">
<div class="memproto">
@ -2948,7 +2948,7 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const long&#160;</td>
<td class="paramtype">const u16&#160;</td>
<td class="paramname"><em>n</em>&#160;</td>
</tr>
<tr>
@ -2964,15 +2964,15 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
<table class="params">
<tr><td class="paramname">v</td><td>The vector containing the coordinates of the polygon. </td></tr>
<tr><td class="paramname">color</td><td>The color of the filled polygon in RGBA format. </td></tr>
<tr><td class="paramname">n</td><td>Number of points in the vector. </td></tr>
<tr><td class="paramname">n</td><td>Number of points in the vector. The maximum is 65536. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a id="ga4e6b4d7e4a15eb39d507d923b439d0e5"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga4e6b4d7e4a15eb39d507d923b439d0e5">&#9670;&nbsp;</a></span>GRRLIB_NPlot()</h2>
<a id="gaad6d71991d8257d06591bdee6fe600f5"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gaad6d71991d8257d06591bdee6fe600f5">&#9670;&nbsp;</a></span>GRRLIB_NPlot()</h2>
<div class="memitem">
<div class="memproto">
@ -2992,7 +2992,7 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const long&#160;</td>
<td class="paramtype">const u16&#160;</td>
<td class="paramname"><em>n</em>&#160;</td>
</tr>
<tr>
@ -3008,7 +3008,7 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
<table class="params">
<tr><td class="paramname">v</td><td>Array containing the points. </td></tr>
<tr><td class="paramname">color</td><td>The color of the points in RGBA format. </td></tr>
<tr><td class="paramname">n</td><td>Number of points in the vector array. </td></tr>
<tr><td class="paramname">n</td><td>Number of points in the vector array. The maximum is 65536. </td></tr>
</table>
</dd>
</dl>
@ -3916,8 +3916,8 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
</div>
</div>
<a id="ga7ac4e30576d4fccd0ae537a41b75f4c1"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga7ac4e30576d4fccd0ae537a41b75f4c1">&#9670;&nbsp;</a></span>GRRLIB_Screen2Texture()</h2>
<a id="ga2679d0fa70341fa428857a776b9db970"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga2679d0fa70341fa428857a776b9db970">&#9670;&nbsp;</a></span>GRRLIB_Screen2Texture()</h2>
<div class="memitem">
<div class="memproto">
@ -3925,13 +3925,13 @@ GRR_EXTERN GXRModeObj *&#160;</td><td class="memItemRight" valign="bottom"><a cl
<tr>
<td class="memname">void GRRLIB_Screen2Texture </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramtype">u16&#160;</td>
<td class="paramname"><em>posx</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramtype">u16&#160;</td>
<td class="paramname"><em>posy</em>, </td>
</tr>
<tr>

View file

@ -72,7 +72,8 @@ $(function() {
<li>Fixed compatibility issues with devkitPPC release 39.</li>
<li>Added <code><a class="el" href="group___all_func.html#ga61a5765d99502956f055b666d51f0497" title="Load a TTF from a file.">GRRLIB_LoadTTFFromFile()</a></code> to load a TTF from a file.</li>
<li>Added <code><a class="el" href="group___all_func.html#ga6bef7c5bd9550225b7ee0cc3da207738" title="Draw an ellipse.">GRRLIB_Ellipse()</a></code> to draw an ellipse.</li>
<li>Fixed documentation for <code><a class="el" href="group___all_func.html#ga7300940a38526ab5aa9be0f4abe4a32a" title="Set the camera parameter (contributed by chris_c aka DaShAmAn).">GRRLIB_Camera3dSettings()</a></code>, <code><a class="el" href="group___all_func.html#ga7ac4e30576d4fccd0ae537a41b75f4c1" title="Make a snapshot of the screen in a texture WITHOUT ALPHA LAYER.">GRRLIB_Screen2Texture()</a></code> and <code><a class="el" href="group___all_func.html#gaab852acf9b7679bd1142003b4d6635f3" title="End GX compositing process (Make a snapshot of the screen in a texture WITH ALPHA LAYER).">GRRLIB_CompoEnd()</a></code>.</li>
<li>Changed function arguments types in a few functions.</li>
<li>Fixed documentation for <code><a class="el" href="group___all_func.html#ga7300940a38526ab5aa9be0f4abe4a32a" title="Set the camera parameter (contributed by chris_c aka DaShAmAn).">GRRLIB_Camera3dSettings()</a></code>, <code><a class="el" href="group___all_func.html#ga2679d0fa70341fa428857a776b9db970" title="Make a snapshot of the screen in a texture WITHOUT ALPHA LAYER.">GRRLIB_Screen2Texture()</a></code> and <code><a class="el" href="group___all_func.html#ga0af29f5435a5cbdee720afb8c375ca71" title="End GX compositing process (Make a snapshot of the screen in a texture WITH ALPHA LAYER).">GRRLIB_CompoEnd()</a></code>.</li>
</ul>
<h1><a href="https://github.com/GRRLIB/GRRLIB/compare/v4.4.0...v4.4.1">4.4.1</a> - 2021-03-05</h1>
<ul>
@ -122,8 +123,8 @@ $(function() {
<h1><a href="https://github.com/GRRLIB/GRRLIB/compare/4.1.1...4.2.0">4.2.0</a> - 2009-12-16</h1>
<ul>
<li>First support to 3D functions</li>
<li><code><a class="el" href="group___all_func.html#gab46283be3128415bf0ab2969bf7fda95" title="Start GX compositing process.">GRRLIB_CompoStart()</a></code> and <code><a class="el" href="group___all_func.html#gaab852acf9b7679bd1142003b4d6635f3" title="End GX compositing process (Make a snapshot of the screen in a texture WITH ALPHA LAYER).">GRRLIB_CompoEnd()</a></code> for real GX compositing with transparency support</li>
<li><code><a class="el" href="group___all_func.html#ga7ac4e30576d4fccd0ae537a41b75f4c1" title="Make a snapshot of the screen in a texture WITHOUT ALPHA LAYER.">GRRLIB_Screen2Texture()</a></code> is now fully optimized</li>
<li><code><a class="el" href="group___all_func.html#gab46283be3128415bf0ab2969bf7fda95" title="Start GX compositing process.">GRRLIB_CompoStart()</a></code> and <code><a class="el" href="group___all_func.html#ga0af29f5435a5cbdee720afb8c375ca71" title="End GX compositing process (Make a snapshot of the screen in a texture WITH ALPHA LAYER).">GRRLIB_CompoEnd()</a></code> for real GX compositing with transparency support</li>
<li><code><a class="el" href="group___all_func.html#ga2679d0fa70341fa428857a776b9db970" title="Make a snapshot of the screen in a texture WITHOUT ALPHA LAYER.">GRRLIB_Screen2Texture()</a></code> is now fully optimized</li>
<li>USB_Gecko output facilities</li>
<li><code>GRRLIB_Compose()</code> was deleted since it was not fully using GX</li>
<li><code>GRRLIB_GetColor()</code> was deleted, the RGBA macro should be used instead</li>
@ -152,7 +153,7 @@ $(function() {
<li>libpng was updated to version 1.2.40</li>
<li>Support for MS-Windows Bitmap format uncompressed (1-bit, 4-bit, 8-bit, 24-bit and 32-bit)</li>
<li>New function called <code><a class="el" href="group___all_func.html#gabafe0b9297e020c440851543c028575e" title="Draw a part of a texture.">GRRLIB_DrawPart()</a></code> to draw a specific part of a texture</li>
<li>Extra parameters to <code><a class="el" href="group___all_func.html#ga7ac4e30576d4fccd0ae537a41b75f4c1" title="Make a snapshot of the screen in a texture WITHOUT ALPHA LAYER.">GRRLIB_Screen2Texture()</a></code></li>
<li>Extra parameters to <code><a class="el" href="group___all_func.html#ga2679d0fa70341fa428857a776b9db970" title="Make a snapshot of the screen in a texture WITHOUT ALPHA LAYER.">GRRLIB_Screen2Texture()</a></code></li>
<li>Video is now initialized even without a SD card</li>
<li>Fixed a problem with scaling images</li>
<li>Documentation improvement</li>

View file

@ -29,14 +29,14 @@ var searchData=
['grrlib_5fcamera3dsettings_35',['GRRLIB_Camera3dSettings',['../group___all_func.html#ga7300940a38526ab5aa9be0f4abe4a32a',1,'GRRLIB_Camera3dSettings(f32 posx, f32 posy, f32 posz, f32 upx, f32 upy, f32 upz, f32 lookx, f32 looky, f32 lookz):&#160;GRRLIB_3D.c'],['../group___all_func.html#ga7300940a38526ab5aa9be0f4abe4a32a',1,'GRRLIB_Camera3dSettings(f32 posx, f32 posy, f32 posz, f32 upx, f32 upy, f32 upz, f32 lookx, f32 looky, f32 lookz):&#160;GRRLIB_3D.c']]],
['grrlib_5fcircle_36',['GRRLIB_Circle',['../group___all_func.html#ga23a8ac948a2f606256f981ec7665f7a3',1,'GRRLIB_Circle(const f32 x, const f32 y, const f32 radius, const u32 color, const u8 filled):&#160;GRRLIB_fbAdvanced.c'],['../group___all_func.html#ga23a8ac948a2f606256f981ec7665f7a3',1,'GRRLIB_Circle(const f32 x, const f32 y, const f32 radius, const u32 color, const u8 filled):&#160;GRRLIB_fbAdvanced.c']]],
['grrlib_5fcleartex_37',['GRRLIB_ClearTex',['../group___all_func.html#gadf667fd892b2f24dfcfe1542e086630e',1,'GRRLIB_ClearTex(GRRLIB_texImg *tex):&#160;GRRLIB_texSetup.h'],['../group___all_func.html#gadf667fd892b2f24dfcfe1542e086630e',1,'GRRLIB_ClearTex(GRRLIB_texImg *tex):&#160;GRRLIB_texSetup.h']]],
['grrlib_5fclipdrawing_38',['GRRLIB_ClipDrawing',['../group___all_func.html#gacf077d7ee678f8bd942db4cbf6027d98',1,'GRRLIB_ClipDrawing(const int x, const int y, const int width, const int height):&#160;GRRLIB_clipping.h'],['../group___all_func.html#gacf077d7ee678f8bd942db4cbf6027d98',1,'GRRLIB_ClipDrawing(const int x, const int y, const int width, const int height):&#160;GRRLIB_clipping.h']]],
['grrlib_5fclipdrawing_38',['GRRLIB_ClipDrawing',['../group___all_func.html#gac59a40807579d718a2c139245b599472',1,'GRRLIB_ClipDrawing(const u32 x, const u32 y, const u32 width, const u32 height):&#160;GRRLIB_clipping.h'],['../group___all_func.html#gac59a40807579d718a2c139245b599472',1,'GRRLIB_ClipDrawing(const u32 x, const u32 y, const u32 width, const u32 height):&#160;GRRLIB_clipping.h']]],
['grrlib_5fclipreset_39',['GRRLIB_ClipReset',['../group___all_func.html#gae4bc6ca96070c33d540ad720c5c91fc4',1,'GRRLIB_ClipReset(void):&#160;GRRLIB_clipping.h'],['../group___all_func.html#gae4bc6ca96070c33d540ad720c5c91fc4',1,'GRRLIB_ClipReset(void):&#160;GRRLIB_clipping.h']]],
['grrlib_5fcompoend_40',['GRRLIB_CompoEnd',['../group___all_func.html#gaab852acf9b7679bd1142003b4d6635f3',1,'GRRLIB_CompoEnd(int posx, int posy, GRRLIB_texImg *tex):&#160;GRRLIB_snapshot.c'],['../group___all_func.html#gaab852acf9b7679bd1142003b4d6635f3',1,'GRRLIB_CompoEnd(int posx, int posy, GRRLIB_texImg *tex):&#160;GRRLIB_snapshot.c']]],
['grrlib_5fcompoend_40',['GRRLIB_CompoEnd',['../group___all_func.html#ga0af29f5435a5cbdee720afb8c375ca71',1,'GRRLIB_CompoEnd(u16 posx, u16 posy, GRRLIB_texImg *tex):&#160;GRRLIB_snapshot.c'],['../group___all_func.html#ga0af29f5435a5cbdee720afb8c375ca71',1,'GRRLIB_CompoEnd(u16 posx, u16 posy, GRRLIB_texImg *tex):&#160;GRRLIB_snapshot.c']]],
['grrlib_5fcompostart_41',['GRRLIB_CompoStart',['../group___all_func.html#gab46283be3128415bf0ab2969bf7fda95',1,'GRRLIB_CompoStart(void):&#160;GRRLIB_snapshot.c'],['../group___all_func.html#gab46283be3128415bf0ab2969bf7fda95',1,'GRRLIB_CompoStart(void):&#160;GRRLIB_snapshot.c']]],
['grrlib_5fcreateemptytexture_42',['GRRLIB_CreateEmptyTexture',['../group___all_func.html#ga1ce62f1f902e4138f4d92e4808c957b1',1,'GRRLIB_CreateEmptyTexture(const u32 width, const u32 height):&#160;GRRLIB_texEdit.c'],['../group___all_func.html#ga1ce62f1f902e4138f4d92e4808c957b1',1,'GRRLIB_CreateEmptyTexture(const u32 width, const u32 height):&#160;GRRLIB_texEdit.c']]],
['grrlib_5fdrawcone_43',['GRRLIB_DrawCone',['../group___all_func.html#gabc9c582a2d39b97f5450fea8c61f7f80',1,'GRRLIB_DrawCone(f32 r, f32 h, int d, bool filled, u32 col):&#160;GRRLIB_3D.c'],['../group___all_func.html#gabc9c582a2d39b97f5450fea8c61f7f80',1,'GRRLIB_DrawCone(f32 r, f32 h, int d, bool filled, u32 col):&#160;GRRLIB_3D.c']]],
['grrlib_5fdrawcone_43',['GRRLIB_DrawCone',['../group___all_func.html#ga09c1572feadf21c46678b3a7bb0944e2',1,'GRRLIB_DrawCone(f32 r, f32 h, u16 d, bool filled, u32 col):&#160;GRRLIB_3D.c'],['../group___all_func.html#ga09c1572feadf21c46678b3a7bb0944e2',1,'GRRLIB_DrawCone(f32 r, f32 h, u16 d, bool filled, u32 col):&#160;GRRLIB_3D.c']]],
['grrlib_5fdrawcube_44',['GRRLIB_DrawCube',['../group___all_func.html#gad029080b2bb31c61feb5af6b60e59ec2',1,'GRRLIB_DrawCube(f32 size, bool filled, u32 col):&#160;GRRLIB_3D.c'],['../group___all_func.html#gad029080b2bb31c61feb5af6b60e59ec2',1,'GRRLIB_DrawCube(f32 size, bool filled, u32 col):&#160;GRRLIB_3D.c']]],
['grrlib_5fdrawcylinder_45',['GRRLIB_DrawCylinder',['../group___all_func.html#ga6250c32662da700f248f305b737f3ceb',1,'GRRLIB_DrawCylinder(f32 r, f32 h, int d, bool filled, u32 col):&#160;GRRLIB_3D.c'],['../group___all_func.html#ga6250c32662da700f248f305b737f3ceb',1,'GRRLIB_DrawCylinder(f32 r, f32 h, int d, bool filled, u32 col):&#160;GRRLIB_3D.c']]],
['grrlib_5fdrawcylinder_45',['GRRLIB_DrawCylinder',['../group___all_func.html#gac6ecd421da6885c7ee3f1b41f36acad2',1,'GRRLIB_DrawCylinder(f32 r, f32 h, u16 d, bool filled, u32 col):&#160;GRRLIB_3D.c'],['../group___all_func.html#gac6ecd421da6885c7ee3f1b41f36acad2',1,'GRRLIB_DrawCylinder(f32 r, f32 h, u16 d, bool filled, u32 col):&#160;GRRLIB_3D.c']]],
['grrlib_5fdrawimg_46',['GRRLIB_DrawImg',['../group___all_func.html#gac93fa62dac7639bd2fe626aae5fef150',1,'GRRLIB_DrawImg(const f32 xpos, const f32 ypos, const GRRLIB_texImg *tex, const f32 degrees, const f32 scaleX, const f32 scaleY, const u32 color):&#160;GRRLIB_render.c'],['../group___all_func.html#gac93fa62dac7639bd2fe626aae5fef150',1,'GRRLIB_DrawImg(const f32 xpos, const f32 ypos, const GRRLIB_texImg *tex, const f32 degrees, const f32 scaleX, const f32 scaleY, const u32 color):&#160;GRRLIB_render.c']]],
['grrlib_5fdrawimgquad_47',['GRRLIB_DrawImgQuad',['../group___all_func.html#ga852b2b23d242d8cdd0a1cbcbe89d7317',1,'GRRLIB_DrawImgQuad(const guVector pos[4], GRRLIB_texImg *tex, const u32 color):&#160;GRRLIB_render.c'],['../group___all_func.html#ga852b2b23d242d8cdd0a1cbcbe89d7317',1,'GRRLIB_DrawImgQuad(const guVector pos[4], GRRLIB_texImg *tex, const u32 color):&#160;GRRLIB_render.c']]],
['grrlib_5fdrawpart_48',['GRRLIB_DrawPart',['../group___all_func.html#gabafe0b9297e020c440851543c028575e',1,'GRRLIB_DrawPart(const f32 xpos, const f32 ypos, const f32 partx, const f32 party, const f32 partw, const f32 parth, const GRRLIB_texImg *tex, const f32 degrees, const f32 scaleX, const f32 scaleY, const u32 color):&#160;GRRLIB_render.c'],['../group___all_func.html#gabafe0b9297e020c440851543c028575e',1,'GRRLIB_DrawPart(const f32 xpos, const f32 ypos, const f32 partx, const f32 party, const f32 partw, const f32 parth, const GRRLIB_texImg *tex, const f32 degrees, const f32 scaleX, const f32 scaleY, const u32 color):&#160;GRRLIB_render.c']]],
@ -60,7 +60,7 @@ var searchData=
['grrlib_5fgetblend_66',['GRRLIB_GetBlend',['../group___all_func.html#ga2a1ef7de190db2f090526ef0cc5dee30',1,'GRRLIB_GetBlend(void):&#160;GRRLIB_settings.h'],['../group___all_func.html#ga2a1ef7de190db2f090526ef0cc5dee30',1,'GRRLIB_GetBlend(void):&#160;GRRLIB_settings.h']]],
['grrlib_5fgetpixelfromfb_67',['GRRLIB_GetPixelFromFB',['../group___all_func.html#ga454dafae2dfd9829789aa73810163858',1,'GRRLIB_GetPixelFromFB(int x, int y):&#160;GRRLIB_pixel.h'],['../group___all_func.html#ga454dafae2dfd9829789aa73810163858',1,'GRRLIB_GetPixelFromFB(int x, int y):&#160;GRRLIB_pixel.h']]],
['grrlib_5fgetpixelfromteximg_68',['GRRLIB_GetPixelFromtexImg',['../group___all_func.html#gaf0efaaeacbc18ff40d02dfe8104def56',1,'GRRLIB_GetPixelFromtexImg(const int x, const int y, const GRRLIB_texImg *tex):&#160;GRRLIB_pixel.h'],['../group___all_func.html#gaf0efaaeacbc18ff40d02dfe8104def56',1,'GRRLIB_GetPixelFromtexImg(const int x, const int y, const GRRLIB_texImg *tex):&#160;GRRLIB_pixel.h']]],
['grrlib_5fgxengine_69',['GRRLIB_GXEngine',['../group___all_func.html#gab30f2c50710d1d659efb03daaa4866c8',1,'GRRLIB_GXEngine(const guVector v[], const u32 color[], const long n, const u8 fmt):&#160;GRRLIB_fbGX.h'],['../group___all_func.html#gab30f2c50710d1d659efb03daaa4866c8',1,'GRRLIB_GXEngine(const guVector v[], const u32 color[], const long n, const u8 fmt):&#160;GRRLIB_fbGX.h']]],
['grrlib_5fgxengine_69',['GRRLIB_GXEngine',['../group___all_func.html#ga5aad414db04673ea5142519600856419',1,'GRRLIB_GXEngine(const guVector v[], const u32 color[], const u16 n, const u8 fmt):&#160;GRRLIB_fbGX.h'],['../group___all_func.html#ga5aad414db04673ea5142519600856419',1,'GRRLIB_GXEngine(const guVector v[], const u32 color[], const u16 n, const u8 fmt):&#160;GRRLIB_fbGX.h']]],
['grrlib_5finit_70',['GRRLIB_Init',['../group___all_func.html#gad3186c7e10e4e6c46a743e062971e89a',1,'GRRLIB_Init(void):&#160;GRRLIB_core.c'],['../group___all_func.html#gad3186c7e10e4e6c46a743e062971e89a',1,'GRRLIB_Init(void):&#160;GRRLIB_core.c']]],
['grrlib_5finittileset_71',['GRRLIB_InitTileSet',['../group___all_func.html#ga9a25f472b099163469251ec7ad52d270',1,'GRRLIB_InitTileSet(GRRLIB_texImg *tex, const u32 tilew, const u32 tileh, const u32 tilestart):&#160;GRRLIB_bmf.c'],['../group___all_func.html#ga9a25f472b099163469251ec7ad52d270',1,'GRRLIB_InitTileSet(GRRLIB_texImg *tex, const u32 tilew, const u32 tileh, const u32 tilestart):&#160;GRRLIB_bmf.c']]],
['grrlib_5fline_72',['GRRLIB_Line',['../group___all_func.html#ga6b0172d719954b1d876138d3e71b188c',1,'GRRLIB_Line(const f32 x1, const f32 y1, const f32 x2, const f32 y2, const u32 color):&#160;GRRLIB_fbSimple.h'],['../group___all_func.html#ga6b0172d719954b1d876138d3e71b188c',1,'GRRLIB_Line(const f32 x1, const f32 y1, const f32 x2, const f32 y2, const u32 color):&#160;GRRLIB_fbSimple.h']]],
@ -70,13 +70,13 @@ var searchData=
['grrlib_5floadtexturebmp_76',['GRRLIB_LoadTextureBMP',['../group___all_func.html#ga715d38ab3a56377f4d1ae855f7a7a94e',1,'GRRLIB_LoadTextureBMP(const u8 *my_bmp):&#160;GRRLIB_texEdit.c'],['../group___all_func.html#ga715d38ab3a56377f4d1ae855f7a7a94e',1,'GRRLIB_LoadTextureBMP(const u8 *my_bmp):&#160;GRRLIB_texEdit.c']]],
['grrlib_5floadtexturefromfile_77',['GRRLIB_LoadTextureFromFile',['../group___all_func.html#ga1c43c28ecb0e4d7f592577bca92e7ffc',1,'GRRLIB_LoadTextureFromFile(const char *filename):&#160;GRRLIB_fileIO.c'],['../group___all_func.html#ga1c43c28ecb0e4d7f592577bca92e7ffc',1,'GRRLIB_LoadTextureFromFile(const char *filename):&#160;GRRLIB_fileIO.c']]],
['grrlib_5floadtexturejpg_78',['GRRLIB_LoadTextureJPG',['../group___all_func.html#ga885310955bccea418939fb791e0640f8',1,'GRRLIB_LoadTextureJPG(const u8 *my_jpg):&#160;GRRLIB_texEdit.c'],['../group___all_func.html#ga885310955bccea418939fb791e0640f8',1,'GRRLIB_LoadTextureJPG(const u8 *my_jpg):&#160;GRRLIB_texEdit.c']]],
['grrlib_5floadtexturejpgex_79',['GRRLIB_LoadTextureJPGEx',['../group___all_func.html#ga18be940abee75a107e8b48789cd5688b',1,'GRRLIB_LoadTextureJPGEx(const u8 *my_jpg, const int my_size):&#160;GRRLIB_texEdit.c'],['../group___all_func.html#ga18be940abee75a107e8b48789cd5688b',1,'GRRLIB_LoadTextureJPGEx(const u8 *my_jpg, const int my_size):&#160;GRRLIB_texEdit.c']]],
['grrlib_5floadtexturejpgex_79',['GRRLIB_LoadTextureJPGEx',['../group___all_func.html#ga81963db20a127b9fa88686b119018dda',1,'GRRLIB_LoadTextureJPGEx(const u8 *my_jpg, const u32 my_size):&#160;GRRLIB_texEdit.c'],['../group___all_func.html#ga81963db20a127b9fa88686b119018dda',1,'GRRLIB_LoadTextureJPGEx(const u8 *my_jpg, const u32 my_size):&#160;GRRLIB_texEdit.c']]],
['grrlib_5floadtexturepng_80',['GRRLIB_LoadTexturePNG',['../group___all_func.html#gaab9f55cfb94c2cbfcd65fb7970357391',1,'GRRLIB_LoadTexturePNG(const u8 *my_png):&#160;GRRLIB_texEdit.c'],['../group___all_func.html#gaab9f55cfb94c2cbfcd65fb7970357391',1,'GRRLIB_LoadTexturePNG(const u8 *my_png):&#160;GRRLIB_texEdit.c']]],
['grrlib_5floadttf_81',['GRRLIB_LoadTTF',['../group___all_func.html#gab2b209553f321a9e30078aa6f5942ea7',1,'GRRLIB_LoadTTF(const u8 *file_base, s32 file_size):&#160;GRRLIB_ttf.c'],['../group___all_func.html#gab2b209553f321a9e30078aa6f5942ea7',1,'GRRLIB_LoadTTF(const u8 *file_base, s32 file_size):&#160;GRRLIB_ttf.c']]],
['grrlib_5floadttffromfile_82',['GRRLIB_LoadTTFFromFile',['../group___all_func.html#ga61a5765d99502956f055b666d51f0497',1,'GRRLIB_LoadTTFFromFile(const char *filename):&#160;GRRLIB_fileIO.c'],['../group___all_func.html#ga61a5765d99502956f055b666d51f0497',1,'GRRLIB_LoadTTFFromFile(const char *filename):&#160;GRRLIB_fileIO.c']]],
['grrlib_5fngone_83',['GRRLIB_NGone',['../group___all_func.html#gac7ba7ec716a2a7100cdc6f4fb8c85062',1,'GRRLIB_NGone(const guVector v[], const u32 color[], const long n):&#160;GRRLIB_fbComplex.h'],['../group___all_func.html#gac7ba7ec716a2a7100cdc6f4fb8c85062',1,'GRRLIB_NGone(const guVector v[], const u32 color[], const long n):&#160;GRRLIB_fbComplex.h']]],
['grrlib_5fngonefilled_84',['GRRLIB_NGoneFilled',['../group___all_func.html#ga39d86882203f923af1403ec9bbbd01c4',1,'GRRLIB_NGoneFilled(const guVector v[], const u32 color[], const long n):&#160;GRRLIB_fbComplex.h'],['../group___all_func.html#ga39d86882203f923af1403ec9bbbd01c4',1,'GRRLIB_NGoneFilled(const guVector v[], const u32 color[], const long n):&#160;GRRLIB_fbComplex.h']]],
['grrlib_5fnplot_85',['GRRLIB_NPlot',['../group___all_func.html#ga4e6b4d7e4a15eb39d507d923b439d0e5',1,'GRRLIB_NPlot(const guVector v[], const u32 color[], const long n):&#160;GRRLIB_fbComplex.h'],['../group___all_func.html#ga4e6b4d7e4a15eb39d507d923b439d0e5',1,'GRRLIB_NPlot(const guVector v[], const u32 color[], const long n):&#160;GRRLIB_fbComplex.h']]],
['grrlib_5fngone_83',['GRRLIB_NGone',['../group___all_func.html#gaaaad869c6b2cd0ac502b8ab261fe34e9',1,'GRRLIB_NGone(const guVector v[], const u32 color[], const u16 n):&#160;GRRLIB_fbComplex.h'],['../group___all_func.html#gaaaad869c6b2cd0ac502b8ab261fe34e9',1,'GRRLIB_NGone(const guVector v[], const u32 color[], const u16 n):&#160;GRRLIB_fbComplex.h']]],
['grrlib_5fngonefilled_84',['GRRLIB_NGoneFilled',['../group___all_func.html#gab848be8b56929c0706da29fe66549ff0',1,'GRRLIB_NGoneFilled(const guVector v[], const u32 color[], const u16 n):&#160;GRRLIB_fbComplex.h'],['../group___all_func.html#gab848be8b56929c0706da29fe66549ff0',1,'GRRLIB_NGoneFilled(const guVector v[], const u32 color[], const u16 n):&#160;GRRLIB_fbComplex.h']]],
['grrlib_5fnplot_85',['GRRLIB_NPlot',['../group___all_func.html#gaad6d71991d8257d06591bdee6fe600f5',1,'GRRLIB_NPlot(const guVector v[], const u32 color[], const u16 n):&#160;GRRLIB_fbComplex.h'],['../group___all_func.html#gaad6d71991d8257d06591bdee6fe600f5',1,'GRRLIB_NPlot(const guVector v[], const u32 color[], const u16 n):&#160;GRRLIB_fbComplex.h']]],
['grrlib_5fobjectview_86',['GRRLIB_ObjectView',['../group___all_func.html#gac02a14d2556b5ec92e28f41c9888b530',1,'GRRLIB_ObjectView(f32 posx, f32 posy, f32 posz, f32 angx, f32 angy, f32 angz, f32 scalx, f32 scaly, f32 scalz):&#160;GRRLIB_3D.c'],['../group___all_func.html#gac02a14d2556b5ec92e28f41c9888b530',1,'GRRLIB_ObjectView(f32 posx, f32 posy, f32 posz, f32 angx, f32 angy, f32 angz, f32 scalx, f32 scaly, f32 scalz):&#160;GRRLIB_3D.c']]],
['grrlib_5fobjectviewbegin_87',['GRRLIB_ObjectViewBegin',['../group___all_func.html#gaf7f2e67faf4659534f18a6077522eaf6',1,'GRRLIB_ObjectViewBegin(void):&#160;GRRLIB_3D.c'],['../group___all_func.html#gaf7f2e67faf4659534f18a6077522eaf6',1,'GRRLIB_ObjectViewBegin(void):&#160;GRRLIB_3D.c']]],
['grrlib_5fobjectviewend_88',['GRRLIB_ObjectViewEnd',['../group___all_func.html#gac174d61b9a21730a97a8aa6ba59c8e2e',1,'GRRLIB_ObjectViewEnd(void):&#160;GRRLIB_3D.c'],['../group___all_func.html#gac174d61b9a21730a97a8aa6ba59c8e2e',1,'GRRLIB_ObjectViewEnd(void):&#160;GRRLIB_3D.c']]],
@ -94,7 +94,7 @@ var searchData=
['grrlib_5frectinrect_100',['GRRLIB_RectInRect',['../group___all_func.html#gaaaf388fab79085829b2cc886f18a138f',1,'GRRLIB_RectInRect(const int rect1x, const int rect1y, const int rect1w, const int rect1h, const int rect2x, const int rect2y, const int rect2w, const int rect2h):&#160;GRRLIB_collision.h'],['../group___all_func.html#gaaaf388fab79085829b2cc886f18a138f',1,'GRRLIB_RectInRect(const int rect1x, const int rect1y, const int rect1w, const int rect1h, const int rect2x, const int rect2y, const int rect2w, const int rect2h):&#160;GRRLIB_collision.h']]],
['grrlib_5frectonrect_101',['GRRLIB_RectOnRect',['../group___all_func.html#ga87b9fd5a8ec33cce9b23a243ccda824d',1,'GRRLIB_RectOnRect(const int rect1x, const int rect1y, const int rect1w, const int rect1h, const int rect2x, const int rect2y, const int rect2w, const int rect2h):&#160;GRRLIB_collision.h'],['../group___all_func.html#ga87b9fd5a8ec33cce9b23a243ccda824d',1,'GRRLIB_RectOnRect(const int rect1x, const int rect1y, const int rect1w, const int rect1h, const int rect2x, const int rect2y, const int rect2w, const int rect2h):&#160;GRRLIB_collision.h']]],
['grrlib_5frender_102',['GRRLIB_Render',['../group___all_func.html#ga9840a19154f1e0cf9de14ad81ba23aef',1,'GRRLIB_Render(void):&#160;GRRLIB_render.c'],['../group___all_func.html#ga9840a19154f1e0cf9de14ad81ba23aef',1,'GRRLIB_Render(void):&#160;GRRLIB_render.c']]],
['grrlib_5fscreen2texture_103',['GRRLIB_Screen2Texture',['../group___all_func.html#ga7ac4e30576d4fccd0ae537a41b75f4c1',1,'GRRLIB_Screen2Texture(int posx, int posy, GRRLIB_texImg *tex, bool clear):&#160;GRRLIB_snapshot.c'],['../group___all_func.html#ga7ac4e30576d4fccd0ae537a41b75f4c1',1,'GRRLIB_Screen2Texture(int posx, int posy, GRRLIB_texImg *tex, bool clear):&#160;GRRLIB_snapshot.c']]],
['grrlib_5fscreen2texture_103',['GRRLIB_Screen2Texture',['../group___all_func.html#ga2679d0fa70341fa428857a776b9db970',1,'GRRLIB_Screen2Texture(u16 posx, u16 posy, GRRLIB_texImg *tex, bool clear):&#160;GRRLIB_snapshot.c'],['../group___all_func.html#ga2679d0fa70341fa428857a776b9db970',1,'GRRLIB_Screen2Texture(u16 posx, u16 posy, GRRLIB_texImg *tex, bool clear):&#160;GRRLIB_snapshot.c']]],
['grrlib_5fscrshot_104',['GRRLIB_ScrShot',['../group___all_func.html#ga3460233a6d9323890a8eefa19f520e25',1,'GRRLIB_ScrShot(const char *filename):&#160;GRRLIB_fileIO.c'],['../group___all_func.html#ga3460233a6d9323890a8eefa19f520e25',1,'GRRLIB_ScrShot(const char *filename):&#160;GRRLIB_fileIO.c']]],
['grrlib_5fsetantialiasing_105',['GRRLIB_SetAntiAliasing',['../group___all_func.html#ga6a685c604592b6f219f101b1f47d87bd',1,'GRRLIB_SetAntiAliasing(const bool aa):&#160;GRRLIB_settings.h'],['../group___all_func.html#ga6a685c604592b6f219f101b1f47d87bd',1,'GRRLIB_SetAntiAliasing(const bool aa):&#160;GRRLIB_settings.h']]],
['grrlib_5fsetbackgroundcolour_106',['GRRLIB_SetBackgroundColour',['../group___all_func.html#ga73ea335f801066d4c13114124e70f82f',1,'GRRLIB_SetBackgroundColour(u8 r, u8 g, u8 b, u8 a):&#160;GRRLIB_3D.c'],['../group___all_func.html#ga73ea335f801066d4c13114124e70f82f',1,'GRRLIB_SetBackgroundColour(u8 r, u8 g, u8 b, u8 a):&#160;GRRLIB_3D.c']]],

View file

@ -13,14 +13,14 @@ var searchData=
['grrlib_5fcamera3dsettings_170',['GRRLIB_Camera3dSettings',['../group___all_func.html#ga7300940a38526ab5aa9be0f4abe4a32a',1,'GRRLIB_Camera3dSettings(f32 posx, f32 posy, f32 posz, f32 upx, f32 upy, f32 upz, f32 lookx, f32 looky, f32 lookz):&#160;GRRLIB_3D.c'],['../group___all_func.html#ga7300940a38526ab5aa9be0f4abe4a32a',1,'GRRLIB_Camera3dSettings(f32 posx, f32 posy, f32 posz, f32 upx, f32 upy, f32 upz, f32 lookx, f32 looky, f32 lookz):&#160;GRRLIB_3D.c']]],
['grrlib_5fcircle_171',['GRRLIB_Circle',['../group___all_func.html#ga23a8ac948a2f606256f981ec7665f7a3',1,'GRRLIB_Circle(const f32 x, const f32 y, const f32 radius, const u32 color, const u8 filled):&#160;GRRLIB_fbAdvanced.c'],['../group___all_func.html#ga23a8ac948a2f606256f981ec7665f7a3',1,'GRRLIB_Circle(const f32 x, const f32 y, const f32 radius, const u32 color, const u8 filled):&#160;GRRLIB_fbAdvanced.c']]],
['grrlib_5fcleartex_172',['GRRLIB_ClearTex',['../group___all_func.html#gadf667fd892b2f24dfcfe1542e086630e',1,'GRRLIB_ClearTex(GRRLIB_texImg *tex):&#160;GRRLIB_texSetup.h'],['../group___all_func.html#gadf667fd892b2f24dfcfe1542e086630e',1,'GRRLIB_ClearTex(GRRLIB_texImg *tex):&#160;GRRLIB_texSetup.h']]],
['grrlib_5fclipdrawing_173',['GRRLIB_ClipDrawing',['../group___all_func.html#gacf077d7ee678f8bd942db4cbf6027d98',1,'GRRLIB_ClipDrawing(const int x, const int y, const int width, const int height):&#160;GRRLIB_clipping.h'],['../group___all_func.html#gacf077d7ee678f8bd942db4cbf6027d98',1,'GRRLIB_ClipDrawing(const int x, const int y, const int width, const int height):&#160;GRRLIB_clipping.h']]],
['grrlib_5fclipdrawing_173',['GRRLIB_ClipDrawing',['../group___all_func.html#gac59a40807579d718a2c139245b599472',1,'GRRLIB_ClipDrawing(const u32 x, const u32 y, const u32 width, const u32 height):&#160;GRRLIB_clipping.h'],['../group___all_func.html#gac59a40807579d718a2c139245b599472',1,'GRRLIB_ClipDrawing(const u32 x, const u32 y, const u32 width, const u32 height):&#160;GRRLIB_clipping.h']]],
['grrlib_5fclipreset_174',['GRRLIB_ClipReset',['../group___all_func.html#gae4bc6ca96070c33d540ad720c5c91fc4',1,'GRRLIB_ClipReset(void):&#160;GRRLIB_clipping.h'],['../group___all_func.html#gae4bc6ca96070c33d540ad720c5c91fc4',1,'GRRLIB_ClipReset(void):&#160;GRRLIB_clipping.h']]],
['grrlib_5fcompoend_175',['GRRLIB_CompoEnd',['../group___all_func.html#gaab852acf9b7679bd1142003b4d6635f3',1,'GRRLIB_CompoEnd(int posx, int posy, GRRLIB_texImg *tex):&#160;GRRLIB_snapshot.c'],['../group___all_func.html#gaab852acf9b7679bd1142003b4d6635f3',1,'GRRLIB_CompoEnd(int posx, int posy, GRRLIB_texImg *tex):&#160;GRRLIB_snapshot.c']]],
['grrlib_5fcompoend_175',['GRRLIB_CompoEnd',['../group___all_func.html#ga0af29f5435a5cbdee720afb8c375ca71',1,'GRRLIB_CompoEnd(u16 posx, u16 posy, GRRLIB_texImg *tex):&#160;GRRLIB_snapshot.c'],['../group___all_func.html#ga0af29f5435a5cbdee720afb8c375ca71',1,'GRRLIB_CompoEnd(u16 posx, u16 posy, GRRLIB_texImg *tex):&#160;GRRLIB_snapshot.c']]],
['grrlib_5fcompostart_176',['GRRLIB_CompoStart',['../group___all_func.html#gab46283be3128415bf0ab2969bf7fda95',1,'GRRLIB_CompoStart(void):&#160;GRRLIB_snapshot.c'],['../group___all_func.html#gab46283be3128415bf0ab2969bf7fda95',1,'GRRLIB_CompoStart(void):&#160;GRRLIB_snapshot.c']]],
['grrlib_5fcreateemptytexture_177',['GRRLIB_CreateEmptyTexture',['../group___all_func.html#ga1ce62f1f902e4138f4d92e4808c957b1',1,'GRRLIB_CreateEmptyTexture(const u32 width, const u32 height):&#160;GRRLIB_texEdit.c'],['../group___all_func.html#ga1ce62f1f902e4138f4d92e4808c957b1',1,'GRRLIB_CreateEmptyTexture(const u32 width, const u32 height):&#160;GRRLIB_texEdit.c']]],
['grrlib_5fdrawcone_178',['GRRLIB_DrawCone',['../group___all_func.html#gabc9c582a2d39b97f5450fea8c61f7f80',1,'GRRLIB_DrawCone(f32 r, f32 h, int d, bool filled, u32 col):&#160;GRRLIB_3D.c'],['../group___all_func.html#gabc9c582a2d39b97f5450fea8c61f7f80',1,'GRRLIB_DrawCone(f32 r, f32 h, int d, bool filled, u32 col):&#160;GRRLIB_3D.c']]],
['grrlib_5fdrawcone_178',['GRRLIB_DrawCone',['../group___all_func.html#ga09c1572feadf21c46678b3a7bb0944e2',1,'GRRLIB_DrawCone(f32 r, f32 h, u16 d, bool filled, u32 col):&#160;GRRLIB_3D.c'],['../group___all_func.html#ga09c1572feadf21c46678b3a7bb0944e2',1,'GRRLIB_DrawCone(f32 r, f32 h, u16 d, bool filled, u32 col):&#160;GRRLIB_3D.c']]],
['grrlib_5fdrawcube_179',['GRRLIB_DrawCube',['../group___all_func.html#gad029080b2bb31c61feb5af6b60e59ec2',1,'GRRLIB_DrawCube(f32 size, bool filled, u32 col):&#160;GRRLIB_3D.c'],['../group___all_func.html#gad029080b2bb31c61feb5af6b60e59ec2',1,'GRRLIB_DrawCube(f32 size, bool filled, u32 col):&#160;GRRLIB_3D.c']]],
['grrlib_5fdrawcylinder_180',['GRRLIB_DrawCylinder',['../group___all_func.html#ga6250c32662da700f248f305b737f3ceb',1,'GRRLIB_DrawCylinder(f32 r, f32 h, int d, bool filled, u32 col):&#160;GRRLIB_3D.c'],['../group___all_func.html#ga6250c32662da700f248f305b737f3ceb',1,'GRRLIB_DrawCylinder(f32 r, f32 h, int d, bool filled, u32 col):&#160;GRRLIB_3D.c']]],
['grrlib_5fdrawcylinder_180',['GRRLIB_DrawCylinder',['../group___all_func.html#gac6ecd421da6885c7ee3f1b41f36acad2',1,'GRRLIB_DrawCylinder(f32 r, f32 h, u16 d, bool filled, u32 col):&#160;GRRLIB_3D.c'],['../group___all_func.html#gac6ecd421da6885c7ee3f1b41f36acad2',1,'GRRLIB_DrawCylinder(f32 r, f32 h, u16 d, bool filled, u32 col):&#160;GRRLIB_3D.c']]],
['grrlib_5fdrawimg_181',['GRRLIB_DrawImg',['../group___all_func.html#gac93fa62dac7639bd2fe626aae5fef150',1,'GRRLIB_DrawImg(const f32 xpos, const f32 ypos, const GRRLIB_texImg *tex, const f32 degrees, const f32 scaleX, const f32 scaleY, const u32 color):&#160;GRRLIB_render.c'],['../group___all_func.html#gac93fa62dac7639bd2fe626aae5fef150',1,'GRRLIB_DrawImg(const f32 xpos, const f32 ypos, const GRRLIB_texImg *tex, const f32 degrees, const f32 scaleX, const f32 scaleY, const u32 color):&#160;GRRLIB_render.c']]],
['grrlib_5fdrawimgquad_182',['GRRLIB_DrawImgQuad',['../group___all_func.html#ga852b2b23d242d8cdd0a1cbcbe89d7317',1,'GRRLIB_DrawImgQuad(const guVector pos[4], GRRLIB_texImg *tex, const u32 color):&#160;GRRLIB_render.c'],['../group___all_func.html#ga852b2b23d242d8cdd0a1cbcbe89d7317',1,'GRRLIB_DrawImgQuad(const guVector pos[4], GRRLIB_texImg *tex, const u32 color):&#160;GRRLIB_render.c']]],
['grrlib_5fdrawpart_183',['GRRLIB_DrawPart',['../group___all_func.html#gabafe0b9297e020c440851543c028575e',1,'GRRLIB_DrawPart(const f32 xpos, const f32 ypos, const f32 partx, const f32 party, const f32 partw, const f32 parth, const GRRLIB_texImg *tex, const f32 degrees, const f32 scaleX, const f32 scaleY, const u32 color):&#160;GRRLIB_render.c'],['../group___all_func.html#gabafe0b9297e020c440851543c028575e',1,'GRRLIB_DrawPart(const f32 xpos, const f32 ypos, const f32 partx, const f32 party, const f32 partw, const f32 parth, const GRRLIB_texImg *tex, const f32 degrees, const f32 scaleX, const f32 scaleY, const u32 color):&#160;GRRLIB_render.c']]],
@ -42,7 +42,7 @@ var searchData=
['grrlib_5fgetblend_199',['GRRLIB_GetBlend',['../group___all_func.html#ga2a1ef7de190db2f090526ef0cc5dee30',1,'GRRLIB_GetBlend(void):&#160;GRRLIB_settings.h'],['../group___all_func.html#ga2a1ef7de190db2f090526ef0cc5dee30',1,'GRRLIB_GetBlend(void):&#160;GRRLIB_settings.h']]],
['grrlib_5fgetpixelfromfb_200',['GRRLIB_GetPixelFromFB',['../group___all_func.html#ga454dafae2dfd9829789aa73810163858',1,'GRRLIB_GetPixelFromFB(int x, int y):&#160;GRRLIB_pixel.h'],['../group___all_func.html#ga454dafae2dfd9829789aa73810163858',1,'GRRLIB_GetPixelFromFB(int x, int y):&#160;GRRLIB_pixel.h']]],
['grrlib_5fgetpixelfromteximg_201',['GRRLIB_GetPixelFromtexImg',['../group___all_func.html#gaf0efaaeacbc18ff40d02dfe8104def56',1,'GRRLIB_GetPixelFromtexImg(const int x, const int y, const GRRLIB_texImg *tex):&#160;GRRLIB_pixel.h'],['../group___all_func.html#gaf0efaaeacbc18ff40d02dfe8104def56',1,'GRRLIB_GetPixelFromtexImg(const int x, const int y, const GRRLIB_texImg *tex):&#160;GRRLIB_pixel.h']]],
['grrlib_5fgxengine_202',['GRRLIB_GXEngine',['../group___all_func.html#gab30f2c50710d1d659efb03daaa4866c8',1,'GRRLIB_GXEngine(const guVector v[], const u32 color[], const long n, const u8 fmt):&#160;GRRLIB_fbGX.h'],['../group___all_func.html#gab30f2c50710d1d659efb03daaa4866c8',1,'GRRLIB_GXEngine(const guVector v[], const u32 color[], const long n, const u8 fmt):&#160;GRRLIB_fbGX.h']]],
['grrlib_5fgxengine_202',['GRRLIB_GXEngine',['../group___all_func.html#ga5aad414db04673ea5142519600856419',1,'GRRLIB_GXEngine(const guVector v[], const u32 color[], const u16 n, const u8 fmt):&#160;GRRLIB_fbGX.h'],['../group___all_func.html#ga5aad414db04673ea5142519600856419',1,'GRRLIB_GXEngine(const guVector v[], const u32 color[], const u16 n, const u8 fmt):&#160;GRRLIB_fbGX.h']]],
['grrlib_5finit_203',['GRRLIB_Init',['../group___all_func.html#gad3186c7e10e4e6c46a743e062971e89a',1,'GRRLIB_Init(void):&#160;GRRLIB_core.c'],['../group___all_func.html#gad3186c7e10e4e6c46a743e062971e89a',1,'GRRLIB_Init(void):&#160;GRRLIB_core.c']]],
['grrlib_5finittileset_204',['GRRLIB_InitTileSet',['../group___all_func.html#ga9a25f472b099163469251ec7ad52d270',1,'GRRLIB_InitTileSet(GRRLIB_texImg *tex, const u32 tilew, const u32 tileh, const u32 tilestart):&#160;GRRLIB_bmf.c'],['../group___all_func.html#ga9a25f472b099163469251ec7ad52d270',1,'GRRLIB_InitTileSet(GRRLIB_texImg *tex, const u32 tilew, const u32 tileh, const u32 tilestart):&#160;GRRLIB_bmf.c']]],
['grrlib_5fline_205',['GRRLIB_Line',['../group___all_func.html#ga6b0172d719954b1d876138d3e71b188c',1,'GRRLIB_Line(const f32 x1, const f32 y1, const f32 x2, const f32 y2, const u32 color):&#160;GRRLIB_fbSimple.h'],['../group___all_func.html#ga6b0172d719954b1d876138d3e71b188c',1,'GRRLIB_Line(const f32 x1, const f32 y1, const f32 x2, const f32 y2, const u32 color):&#160;GRRLIB_fbSimple.h']]],
@ -52,13 +52,13 @@ var searchData=
['grrlib_5floadtexturebmp_209',['GRRLIB_LoadTextureBMP',['../group___all_func.html#ga715d38ab3a56377f4d1ae855f7a7a94e',1,'GRRLIB_LoadTextureBMP(const u8 *my_bmp):&#160;GRRLIB_texEdit.c'],['../group___all_func.html#ga715d38ab3a56377f4d1ae855f7a7a94e',1,'GRRLIB_LoadTextureBMP(const u8 *my_bmp):&#160;GRRLIB_texEdit.c']]],
['grrlib_5floadtexturefromfile_210',['GRRLIB_LoadTextureFromFile',['../group___all_func.html#ga1c43c28ecb0e4d7f592577bca92e7ffc',1,'GRRLIB_LoadTextureFromFile(const char *filename):&#160;GRRLIB_fileIO.c'],['../group___all_func.html#ga1c43c28ecb0e4d7f592577bca92e7ffc',1,'GRRLIB_LoadTextureFromFile(const char *filename):&#160;GRRLIB_fileIO.c']]],
['grrlib_5floadtexturejpg_211',['GRRLIB_LoadTextureJPG',['../group___all_func.html#ga885310955bccea418939fb791e0640f8',1,'GRRLIB_LoadTextureJPG(const u8 *my_jpg):&#160;GRRLIB_texEdit.c'],['../group___all_func.html#ga885310955bccea418939fb791e0640f8',1,'GRRLIB_LoadTextureJPG(const u8 *my_jpg):&#160;GRRLIB_texEdit.c']]],
['grrlib_5floadtexturejpgex_212',['GRRLIB_LoadTextureJPGEx',['../group___all_func.html#ga18be940abee75a107e8b48789cd5688b',1,'GRRLIB_LoadTextureJPGEx(const u8 *my_jpg, const int my_size):&#160;GRRLIB_texEdit.c'],['../group___all_func.html#ga18be940abee75a107e8b48789cd5688b',1,'GRRLIB_LoadTextureJPGEx(const u8 *my_jpg, const int my_size):&#160;GRRLIB_texEdit.c']]],
['grrlib_5floadtexturejpgex_212',['GRRLIB_LoadTextureJPGEx',['../group___all_func.html#ga81963db20a127b9fa88686b119018dda',1,'GRRLIB_LoadTextureJPGEx(const u8 *my_jpg, const u32 my_size):&#160;GRRLIB_texEdit.c'],['../group___all_func.html#ga81963db20a127b9fa88686b119018dda',1,'GRRLIB_LoadTextureJPGEx(const u8 *my_jpg, const u32 my_size):&#160;GRRLIB_texEdit.c']]],
['grrlib_5floadtexturepng_213',['GRRLIB_LoadTexturePNG',['../group___all_func.html#gaab9f55cfb94c2cbfcd65fb7970357391',1,'GRRLIB_LoadTexturePNG(const u8 *my_png):&#160;GRRLIB_texEdit.c'],['../group___all_func.html#gaab9f55cfb94c2cbfcd65fb7970357391',1,'GRRLIB_LoadTexturePNG(const u8 *my_png):&#160;GRRLIB_texEdit.c']]],
['grrlib_5floadttf_214',['GRRLIB_LoadTTF',['../group___all_func.html#gab2b209553f321a9e30078aa6f5942ea7',1,'GRRLIB_LoadTTF(const u8 *file_base, s32 file_size):&#160;GRRLIB_ttf.c'],['../group___all_func.html#gab2b209553f321a9e30078aa6f5942ea7',1,'GRRLIB_LoadTTF(const u8 *file_base, s32 file_size):&#160;GRRLIB_ttf.c']]],
['grrlib_5floadttffromfile_215',['GRRLIB_LoadTTFFromFile',['../group___all_func.html#ga61a5765d99502956f055b666d51f0497',1,'GRRLIB_LoadTTFFromFile(const char *filename):&#160;GRRLIB_fileIO.c'],['../group___all_func.html#ga61a5765d99502956f055b666d51f0497',1,'GRRLIB_LoadTTFFromFile(const char *filename):&#160;GRRLIB_fileIO.c']]],
['grrlib_5fngone_216',['GRRLIB_NGone',['../group___all_func.html#gac7ba7ec716a2a7100cdc6f4fb8c85062',1,'GRRLIB_NGone(const guVector v[], const u32 color[], const long n):&#160;GRRLIB_fbComplex.h'],['../group___all_func.html#gac7ba7ec716a2a7100cdc6f4fb8c85062',1,'GRRLIB_NGone(const guVector v[], const u32 color[], const long n):&#160;GRRLIB_fbComplex.h']]],
['grrlib_5fngonefilled_217',['GRRLIB_NGoneFilled',['../group___all_func.html#ga39d86882203f923af1403ec9bbbd01c4',1,'GRRLIB_NGoneFilled(const guVector v[], const u32 color[], const long n):&#160;GRRLIB_fbComplex.h'],['../group___all_func.html#ga39d86882203f923af1403ec9bbbd01c4',1,'GRRLIB_NGoneFilled(const guVector v[], const u32 color[], const long n):&#160;GRRLIB_fbComplex.h']]],
['grrlib_5fnplot_218',['GRRLIB_NPlot',['../group___all_func.html#ga4e6b4d7e4a15eb39d507d923b439d0e5',1,'GRRLIB_NPlot(const guVector v[], const u32 color[], const long n):&#160;GRRLIB_fbComplex.h'],['../group___all_func.html#ga4e6b4d7e4a15eb39d507d923b439d0e5',1,'GRRLIB_NPlot(const guVector v[], const u32 color[], const long n):&#160;GRRLIB_fbComplex.h']]],
['grrlib_5fngone_216',['GRRLIB_NGone',['../group___all_func.html#gaaaad869c6b2cd0ac502b8ab261fe34e9',1,'GRRLIB_NGone(const guVector v[], const u32 color[], const u16 n):&#160;GRRLIB_fbComplex.h'],['../group___all_func.html#gaaaad869c6b2cd0ac502b8ab261fe34e9',1,'GRRLIB_NGone(const guVector v[], const u32 color[], const u16 n):&#160;GRRLIB_fbComplex.h']]],
['grrlib_5fngonefilled_217',['GRRLIB_NGoneFilled',['../group___all_func.html#gab848be8b56929c0706da29fe66549ff0',1,'GRRLIB_NGoneFilled(const guVector v[], const u32 color[], const u16 n):&#160;GRRLIB_fbComplex.h'],['../group___all_func.html#gab848be8b56929c0706da29fe66549ff0',1,'GRRLIB_NGoneFilled(const guVector v[], const u32 color[], const u16 n):&#160;GRRLIB_fbComplex.h']]],
['grrlib_5fnplot_218',['GRRLIB_NPlot',['../group___all_func.html#gaad6d71991d8257d06591bdee6fe600f5',1,'GRRLIB_NPlot(const guVector v[], const u32 color[], const u16 n):&#160;GRRLIB_fbComplex.h'],['../group___all_func.html#gaad6d71991d8257d06591bdee6fe600f5',1,'GRRLIB_NPlot(const guVector v[], const u32 color[], const u16 n):&#160;GRRLIB_fbComplex.h']]],
['grrlib_5fobjectview_219',['GRRLIB_ObjectView',['../group___all_func.html#gac02a14d2556b5ec92e28f41c9888b530',1,'GRRLIB_ObjectView(f32 posx, f32 posy, f32 posz, f32 angx, f32 angy, f32 angz, f32 scalx, f32 scaly, f32 scalz):&#160;GRRLIB_3D.c'],['../group___all_func.html#gac02a14d2556b5ec92e28f41c9888b530',1,'GRRLIB_ObjectView(f32 posx, f32 posy, f32 posz, f32 angx, f32 angy, f32 angz, f32 scalx, f32 scaly, f32 scalz):&#160;GRRLIB_3D.c']]],
['grrlib_5fobjectviewbegin_220',['GRRLIB_ObjectViewBegin',['../group___all_func.html#gaf7f2e67faf4659534f18a6077522eaf6',1,'GRRLIB_ObjectViewBegin(void):&#160;GRRLIB_3D.c'],['../group___all_func.html#gaf7f2e67faf4659534f18a6077522eaf6',1,'GRRLIB_ObjectViewBegin(void):&#160;GRRLIB_3D.c']]],
['grrlib_5fobjectviewend_221',['GRRLIB_ObjectViewEnd',['../group___all_func.html#gac174d61b9a21730a97a8aa6ba59c8e2e',1,'GRRLIB_ObjectViewEnd(void):&#160;GRRLIB_3D.c'],['../group___all_func.html#gac174d61b9a21730a97a8aa6ba59c8e2e',1,'GRRLIB_ObjectViewEnd(void):&#160;GRRLIB_3D.c']]],
@ -76,7 +76,7 @@ var searchData=
['grrlib_5frectinrect_233',['GRRLIB_RectInRect',['../group___all_func.html#gaaaf388fab79085829b2cc886f18a138f',1,'GRRLIB_RectInRect(const int rect1x, const int rect1y, const int rect1w, const int rect1h, const int rect2x, const int rect2y, const int rect2w, const int rect2h):&#160;GRRLIB_collision.h'],['../group___all_func.html#gaaaf388fab79085829b2cc886f18a138f',1,'GRRLIB_RectInRect(const int rect1x, const int rect1y, const int rect1w, const int rect1h, const int rect2x, const int rect2y, const int rect2w, const int rect2h):&#160;GRRLIB_collision.h']]],
['grrlib_5frectonrect_234',['GRRLIB_RectOnRect',['../group___all_func.html#ga87b9fd5a8ec33cce9b23a243ccda824d',1,'GRRLIB_RectOnRect(const int rect1x, const int rect1y, const int rect1w, const int rect1h, const int rect2x, const int rect2y, const int rect2w, const int rect2h):&#160;GRRLIB_collision.h'],['../group___all_func.html#ga87b9fd5a8ec33cce9b23a243ccda824d',1,'GRRLIB_RectOnRect(const int rect1x, const int rect1y, const int rect1w, const int rect1h, const int rect2x, const int rect2y, const int rect2w, const int rect2h):&#160;GRRLIB_collision.h']]],
['grrlib_5frender_235',['GRRLIB_Render',['../group___all_func.html#ga9840a19154f1e0cf9de14ad81ba23aef',1,'GRRLIB_Render(void):&#160;GRRLIB_render.c'],['../group___all_func.html#ga9840a19154f1e0cf9de14ad81ba23aef',1,'GRRLIB_Render(void):&#160;GRRLIB_render.c']]],
['grrlib_5fscreen2texture_236',['GRRLIB_Screen2Texture',['../group___all_func.html#ga7ac4e30576d4fccd0ae537a41b75f4c1',1,'GRRLIB_Screen2Texture(int posx, int posy, GRRLIB_texImg *tex, bool clear):&#160;GRRLIB_snapshot.c'],['../group___all_func.html#ga7ac4e30576d4fccd0ae537a41b75f4c1',1,'GRRLIB_Screen2Texture(int posx, int posy, GRRLIB_texImg *tex, bool clear):&#160;GRRLIB_snapshot.c']]],
['grrlib_5fscreen2texture_236',['GRRLIB_Screen2Texture',['../group___all_func.html#ga2679d0fa70341fa428857a776b9db970',1,'GRRLIB_Screen2Texture(u16 posx, u16 posy, GRRLIB_texImg *tex, bool clear):&#160;GRRLIB_snapshot.c'],['../group___all_func.html#ga2679d0fa70341fa428857a776b9db970',1,'GRRLIB_Screen2Texture(u16 posx, u16 posy, GRRLIB_texImg *tex, bool clear):&#160;GRRLIB_snapshot.c']]],
['grrlib_5fscrshot_237',['GRRLIB_ScrShot',['../group___all_func.html#ga3460233a6d9323890a8eefa19f520e25',1,'GRRLIB_ScrShot(const char *filename):&#160;GRRLIB_fileIO.c'],['../group___all_func.html#ga3460233a6d9323890a8eefa19f520e25',1,'GRRLIB_ScrShot(const char *filename):&#160;GRRLIB_fileIO.c']]],
['grrlib_5fsetantialiasing_238',['GRRLIB_SetAntiAliasing',['../group___all_func.html#ga6a685c604592b6f219f101b1f47d87bd',1,'GRRLIB_SetAntiAliasing(const bool aa):&#160;GRRLIB_settings.h'],['../group___all_func.html#ga6a685c604592b6f219f101b1f47d87bd',1,'GRRLIB_SetAntiAliasing(const bool aa):&#160;GRRLIB_settings.h']]],
['grrlib_5fsetbackgroundcolour_239',['GRRLIB_SetBackgroundColour',['../group___all_func.html#ga73ea335f801066d4c13114124e70f82f',1,'GRRLIB_SetBackgroundColour(u8 r, u8 g, u8 b, u8 a):&#160;GRRLIB_3D.c'],['../group___all_func.html#ga73ea335f801066d4c13114124e70f82f',1,'GRRLIB_SetBackgroundColour(u8 r, u8 g, u8 b, u8 a):&#160;GRRLIB_3D.c']]],