gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
docs/api/hblankcpy_8h_source.html
1 <!-- HTML header for doxygen 1.8.14-->
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <meta http-equiv="cache-control" content="max-age=86400"/>
6 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
7 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
8 <meta name="generator" content="Doxygen 1.9.2"/>
9 <meta name="viewport" content="width=device-width, initial-scale=1"/>
10 <title>GBDK 2020 Docs: gbdk-lib/include/gb/hblankcpy.h Source File</title>
11 <link href="tabs.css" rel="stylesheet" type="text/css"/>
12 <script type="text/javascript" src="jquery.js"></script>
13 <script type="text/javascript" src="dynsections.js"></script>
14 <link href="navtree.css" rel="stylesheet" type="text/css"/>
15 <script type="text/javascript" src="resize.js"></script>
16 <script type="text/javascript" src="navtreedata.js"></script>
17 <script type="text/javascript" src="navtree.js"></script>
18 <link href="search/search.css" rel="stylesheet" type="text/css"/>
19 <script type="text/javascript" src="search/searchdata.js"></script>
20 <script type="text/javascript" src="search/search.js"></script>
21 <link href="doxygen.css" rel="stylesheet" type="text/css" />
22 <link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
23 <link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
24 <link href="doxygen-awesome-sidebar-only-darkmode-toggle.css" rel="stylesheet" type="text/css"/>
25 <!-- BEGIN: doxygen-awesome-css -->
26 <script type="text/javascript" src="doxygen-awesome-darkmode-toggle.js"></script>
27 <script type="text/javascript">
28 DoxygenAwesomeDarkModeToggle.init()
29 </script>
30 <script type="text/javascript" src="doxygen-awesome-paragraph-link.js"></script>
31 <script type="text/javascript">
32 DoxygenAwesomeParagraphLink.init()
33 </script>
34 <!-- END: doxygen-awesome-css -->
35 </head>
36 <body>
37 <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
38 <div id="titlearea">
39 <table cellspacing="0" cellpadding="0">
40 <tbody>
41 <tr style="height: 56px;">
42 <td id="projectalign" style="padding-left: 0.5em;">
43 <div id="projectname">GBDK 2020 Docs
44  <span id="projectnumber">4.5.0</span>
45 </div>
46 <div id="projectbrief">API Documentation for GBDK 2020</div>
47 </td>
48 </tr>
49 </tbody>
50 </table>
51 </div>
52 <!-- end header part -->
53 <!-- Generated by Doxygen 1.9.2 -->
54 <script type="text/javascript">
55 /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
56 var searchBox = new SearchBox("searchBox", "search",'Search','.html');
57 /* @license-end */
58 </script>
59 <script type="text/javascript" src="menudata.js"></script>
60 <script type="text/javascript" src="menu.js"></script>
61 <script type="text/javascript">
62 /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
63 $(function() {
64 initMenu('',true,false,'search.php','Search');
65 $(document).ready(function() { init_search(); });
66 });
67 /* @license-end */
68 </script>
69 <div id="main-nav"></div>
70 </div><!-- top -->
71 <div id="side-nav" class="ui-resizable side-nav-resizable">
72 <div id="nav-tree">
73 <div id="nav-tree-contents">
74 <div id="nav-sync" class="sync"></div>
75 </div>
76 </div>
77 <div id="splitbar" style="-moz-user-select:none;"
78 class="ui-resizable-handle">
79 </div>
80 </div>
81 <script type="text/javascript">
82 /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
83 $(document).ready(function(){initNavTree('hblankcpy_8h_source.html',''); initResizable(); });
84 /* @license-end */
85 </script>
86 <div id="doc-content">
87 <!-- window showing the filter options -->
88 <div id="MSearchSelectWindow"
89 onmouseover="return searchBox.OnSearchSelectShow()"
90 onmouseout="return searchBox.OnSearchSelectHide()"
91 onkeydown="return searchBox.OnSearchSelectKey(event)">
92 </div>
93
94 <!-- iframe showing the search results (closed by default) -->
95 <div id="MSearchResultsWindow">
96 <iframe src="javascript:void(0)" frameborder="0"
97 name="MSearchResults" id="MSearchResults">
98 </iframe>
99 </div>
100
101 <div class="header">
102 <div class="headertitle"><div class="title">hblankcpy.h</div></div>
103 </div><!--header-->
104 <div class="contents">
105 <a href="hblankcpy_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#ifndef __HBLANKCPY_H_INCLUDE__</span></div>
106 <div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define __HBLANKCPY_H_INCLUDE__</span></div>
107 <div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
108 <div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include <<a class="code" href="stdint_8h.html">stdint.h</a>></span></div>
109 <div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span> </div>
110 <div class="line"><a id="l00020" name="l00020"></a><span class="lineno"><a class="line" href="hblankcpy_8h.html#hblank_copy_vram"> 20</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="hblankcpy_8h.html#hblank_copy_vram">hblank_copy_vram</a>(<span class="keyword">const</span> <a class="code hl_typedef" href="stdint_8h.html#uint8_t">uint8_t</a> * sour, <a class="code hl_typedef" href="stdint_8h.html#uint8_t">uint8_t</a> count);</div>
111 <div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> </div>
112 <div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="hblankcpy_8h.html#hblank_cpy_vram"> 37</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="hblankcpy_8h.html#hblank_cpy_vram">hblank_cpy_vram</a>(<span class="keyword">const</span> <a class="code hl_typedef" href="stdint_8h.html#uint8_t">uint8_t</a> * sour, <a class="code hl_typedef" href="stdint_8h.html#uint8_t">uint8_t</a> count);</div>
113 <div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> </div>
114 <div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="keyword">extern</span> <a class="code hl_typedef" href="stdint_8h.html#uint8_t">uint8_t</a> * <a class="code hl_variable" href="hblankcpy_8h.html#hblank_copy_destination">hblank_copy_destination</a>; </div>
115 <div class="line"><a id="l00048" name="l00048"></a><span class="lineno"><a class="line" href="hblankcpy_8h.html#hblank_copy"> 48</a></span><span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code hl_function" href="hblankcpy_8h.html#hblank_copy">hblank_copy</a>(<a class="code hl_typedef" href="stdint_8h.html#uint8_t">uint8_t</a> * dest, <span class="keyword">const</span> <a class="code hl_typedef" href="stdint_8h.html#uint8_t">uint8_t</a> * sour, <a class="code hl_typedef" href="stdint_8h.html#uint16_t">uint16_t</a> size) {</div>
116 <div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> <a class="code hl_variable" href="hblankcpy_8h.html#hblank_copy_destination">hblank_copy_destination</a> = dest;</div>
117 <div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <a class="code hl_function" href="hblankcpy_8h.html#hblank_copy_vram">hblank_copy_vram</a>(sour, size >> 4);</div>
118 <div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span>}</div>
119 <div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> </div>
120 <div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span><span class="preprocessor">#endif</span></div>
121 <div class="ttc" id="ahblankcpy_8h_html_hblank_copy"><div class="ttname"><a href="hblankcpy_8h.html#hblank_copy">hblank_copy</a></div><div class="ttdeci">void hblank_copy(uint8_t *dest, const uint8_t *sour, uint16_t size)</div><div class="ttdef"><b>Definition:</b> hblankcpy.h:48</div></div>
122 <div class="ttc" id="ahblankcpy_8h_html_hblank_copy_destination"><div class="ttname"><a href="hblankcpy_8h.html#hblank_copy_destination">hblank_copy_destination</a></div><div class="ttdeci">uint8_t * hblank_copy_destination</div></div>
123 <div class="ttc" id="ahblankcpy_8h_html_hblank_copy_vram"><div class="ttname"><a href="hblankcpy_8h.html#hblank_copy_vram">hblank_copy_vram</a></div><div class="ttdeci">void hblank_copy_vram(const uint8_t *sour, uint8_t count)</div></div>
124 <div class="ttc" id="ahblankcpy_8h_html_hblank_cpy_vram"><div class="ttname"><a href="hblankcpy_8h.html#hblank_cpy_vram">hblank_cpy_vram</a></div><div class="ttdeci">void hblank_cpy_vram(const uint8_t *sour, uint8_t count)</div></div>
125 <div class="ttc" id="astdint_8h_html"><div class="ttname"><a href="stdint_8h.html">stdint.h</a></div></div>
126 <div class="ttc" id="astdint_8h_html_uint16_t"><div class="ttname"><a href="stdint_8h.html#uint16_t">uint16_t</a></div><div class="ttdeci">unsigned short int uint16_t</div><div class="ttdef"><b>Definition:</b> stdint.h:52</div></div>
127 <div class="ttc" id="astdint_8h_html_uint8_t"><div class="ttname"><a href="stdint_8h.html#uint8_t">uint8_t</a></div><div class="ttdeci">unsigned char uint8_t</div><div class="ttdef"><b>Definition:</b> stdint.h:51</div></div>
128 </div><!-- fragment --></div><!-- contents -->
129 </div><!-- doc-content -->
130 <!-- start footer part -->
131 <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
132 <ul>
133 <li class="navelem"><a class="el" href="dir_8bd3092e915ccc8a773a74e0a10d4d15.html">gbdk-lib</a></li><li class="navelem"><a class="el" href="dir_a9f896cff747ba031115e41245385c17.html">include</a></li><li class="navelem"><a class="el" href="dir_bdfe001eb73b667f67d57fb851301eb1.html">gb</a></li><li class="navelem"><a class="el" href="hblankcpy_8h.html">hblankcpy.h</a></li>
134 <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.2 </li>
135 </ul>
136 </div>
137 </body>
138 </html>
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.