l4re-base-25.08.0

This commit is contained in:
2025-09-12 15:55:45 +02:00
commit d959eaab98
37938 changed files with 9382688 additions and 0 deletions

View File

@@ -0,0 +1,467 @@
<!-- HTML header for doxygen 1.9.1-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.15.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>L4Re Operating System Framework: l4/re/video/goos Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
<link href="l4re-awesome.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="L4Re_rgb_logo_quer_hg_h55.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">L4Re Operating System Framework
</div>
<div id="projectbrief">Interface and Usage Documentation</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.15.0 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search/",'.html');
</script>
<script type="text/javascript">
$(function() { codefold.init(); });
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search',true);
$(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(function(){initNavTree('goos_source.html','',''); });
</script>
<div id="container">
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="header">
<div class="headertitle"><div class="title">goos</div></div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">// vi:set ft=cpp: -*- Mode: C++ -*-</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment">/*</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * (c) 2008-2009 Adam Lackorzynski &lt;adam@os.inf.tu-dresden.de&gt;,</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * Alexander Warg &lt;warg@os.inf.tu-dresden.de&gt;</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> * economic rights: Technische Universität Dresden (Germany)</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> *</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> * License: see LICENSE.spdx (in this directory or the directories above)</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> */</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#pragma once</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span> </div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#include &lt;<a class="code" href="capability.html">l4/sys/capability</a>&gt;</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="preprocessor">#include &lt;<a class="code" href="dataspace.html">l4/re/dataspace</a>&gt;</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="preprocessor">#include &lt;l4/re/video/colors&gt;</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="preprocessor">#include &lt;<a class="code" href="ipc__iface.html">l4/sys/cxx/ipc_iface</a>&gt;</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> </div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceL4Re.html">L4Re</a> { <span class="keyword">namespace </span>Video {</div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="keyword">class </span><a class="code hl_define" href="group__l4sys__defines.html#ga63e7f1ab50a1b3049bdd0a34e97423c2">L4_EXPORT</a> <a class="code hl_class" href="classL4Re_1_1Video_1_1Goos.html">Goos</a>;</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span></div>
<div class="foldopen" id="foldopen00039" data-start="{" data-end="};">
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html"> 39</a></span><span class="keyword">class </span><a class="code hl_define" href="group__l4sys__defines.html#ga63e7f1ab50a1b3049bdd0a34e97423c2">L4_EXPORT</a> View</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span>{</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span><span class="keyword">private</span>:</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> <span class="keyword">friend</span> <span class="keyword">class </span>Goos;</div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> </div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> <a class="code hl_class" href="classL4_1_1Cap.html">L4::Cap&lt;Goos&gt;</a> _goos;</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <span class="keywordtype">unsigned</span> _view_idx;</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> View(<a class="code hl_typedef" href="group__l4__cap__api.html#ga1445e923ce73029130d569d6e69a4dd8">l4_cap_idx_t</a> goos, <span class="keywordtype">unsigned</span> idx)</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> : _goos(goos), _view_idx(_goos.is_valid() ? idx : ~0U) {}</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> </div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <span class="keywordtype">unsigned</span> view_index() <span class="keyword">const</span> <span class="keyword">noexcept</span></div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> { <span class="keywordflow">return</span> _goos.is_valid() ? _view_idx : ~0U; }</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> </div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> View() : _goos(<a class="code hl_enumvalue" href="classL4_1_1Cap__base.html#ac74dbedb04347341ba30ece923c12fe7af425c8e16afcd760ecb1f30bd6c1437a">L4::Cap&lt;Goos&gt;::Invalid</a>), _view_idx(~0U) {}</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span></div>
<div class="foldopen" id="foldopen00059" data-start="{" data-end="};">
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafe"> 59</a></span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafe">Flags</a></div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> {</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea40a93137408d51fd75a1711a22703134"> 61</a></span> <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea40a93137408d51fd75a1711a22703134">F_none</a> = 0x00, </div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafeaf4aaca2960966cc768b9a46cb5d8ba84"> 62</a></span> <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafeaf4aaca2960966cc768b9a46cb5d8ba84">F_set_buffer</a> = 0x01, </div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea8995cff1913d7904514177118d6e92a7"> 63</a></span> <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea8995cff1913d7904514177118d6e92a7">F_set_buffer_offset</a> = 0x02, </div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea5404d6de025c6901e65d50d945e3c0f4"> 64</a></span> <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea5404d6de025c6901e65d50d945e3c0f4">F_set_bytes_per_line</a> = 0x04, </div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea983a38dc7111764a5ac3b14dce0b9627"> 65</a></span> <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea983a38dc7111764a5ac3b14dce0b9627">F_set_pixel</a> = 0x08, </div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea6437ab31f9902cb1922b82d0a930781b"> 66</a></span> <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea6437ab31f9902cb1922b82d0a930781b">F_set_position</a> = 0x10, </div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea0f2b3556b02af43f6dcdae1a05ea2971"> 67</a></span> <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea0f2b3556b02af43f6dcdae1a05ea2971">F_dyn_allocated</a> = 0x20, </div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafeaf209aba4832b7ea57c37869e67513168"> 68</a></span> <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafeaf209aba4832b7ea57c37869e67513168">F_set_background</a> = 0x40, </div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafeaf34763496fafe4e73a7924bab00d1830"> 69</a></span> <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafeaf34763496fafe4e73a7924bab00d1830">F_set_flags</a> = 0x80, </div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span></div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafeafae92b60e799a944e97457ee0711baa4"> 72</a></span> <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafeafae92b60e799a944e97457ee0711baa4">F_fully_dynamic</a> = <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafeaf4aaca2960966cc768b9a46cb5d8ba84">F_set_buffer</a> | <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea8995cff1913d7904514177118d6e92a7">F_set_buffer_offset</a> | <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea5404d6de025c6901e65d50d945e3c0f4">F_set_bytes_per_line</a></div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> | <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea983a38dc7111764a5ac3b14dce0b9627">F_set_pixel</a> | <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea6437ab31f9902cb1922b82d0a930781b">F_set_position</a> | <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea0f2b3556b02af43f6dcdae1a05ea2971">F_dyn_allocated</a>,</div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> };</div>
</div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span></div>
<div class="foldopen" id="foldopen00082" data-start="{" data-end="};">
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#a205bd2671ad7cca42ba80f85bb852717"> 82</a></span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="classL4Re_1_1Video_1_1View.html#a205bd2671ad7cca42ba80f85bb852717">V_flags</a></div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> {</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#a205bd2671ad7cca42ba80f85bb852717a1f525672aa8d11fc5518fe549710cbed"> 84</a></span> <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#a205bd2671ad7cca42ba80f85bb852717a1f525672aa8d11fc5518fe549710cbed">F_above</a> = 0x1000, </div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#a205bd2671ad7cca42ba80f85bb852717ac05436ec4b7c1537a40a56880caebbbb"> 85</a></span> <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#a205bd2671ad7cca42ba80f85bb852717ac05436ec4b7c1537a40a56880caebbbb">F_flags_mask</a> = 0xff000, </div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> };</div>
</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span></div>
<div class="foldopen" id="foldopen00091" data-start="{" data-end="};">
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1View_1_1Info.html"> 91</a></span> <span class="keyword">struct </span><a class="code hl_struct" href="structL4Re_1_1Video_1_1View_1_1Info.html">Info</a></div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> {</div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1View_1_1Info.html#ae680a92b6f5e0611a7fc3b3f5bb0300f"> 93</a></span> <span class="keywordtype">unsigned</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#ae680a92b6f5e0611a7fc3b3f5bb0300f">flags</a> = 0; </div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1View_1_1Info.html#a49518030468a45b14e5c6ca585b1c835"> 94</a></span> <span class="keywordtype">unsigned</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a49518030468a45b14e5c6ca585b1c835">view_index</a> = 0; </div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> </div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1View_1_1Info.html#a381d417f823c03dd6bfa566cc949f4c6"> 96</a></span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a381d417f823c03dd6bfa566cc949f4c6">xpos</a> = 0; </div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1View_1_1Info.html#aca893e357cdaf6729477d065aceec8cd"> 97</a></span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#aca893e357cdaf6729477d065aceec8cd">ypos</a> = 0; </div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1View_1_1Info.html#a1feaa33de5d1e61344496c9fac0e2c94"> 98</a></span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a1feaa33de5d1e61344496c9fac0e2c94">width</a> = 0; </div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1View_1_1Info.html#a1fba85e111b9d71681f8ff816d6fabcd"> 99</a></span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a1fba85e111b9d71681f8ff816d6fabcd">height</a> = 0; </div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1View_1_1Info.html#a4aff63a96f7c9f1ca8179c089b3310c8"> 100</a></span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a4aff63a96f7c9f1ca8179c089b3310c8">buffer_offset</a> = 0; </div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1View_1_1Info.html#a852e02404702519021078051f9dab1a2"> 101</a></span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a852e02404702519021078051f9dab1a2">bytes_per_line</a> = 0; </div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1View_1_1Info.html#a10dc91ab5d49a468df9d6e567abde60d"> 102</a></span> <a class="code hl_class" href="classL4Re_1_1Video_1_1Pixel__info.html">Pixel_info</a> <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a10dc91ab5d49a468df9d6e567abde60d">pixel_info</a>; </div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1View_1_1Info.html#a351184edc84831ac00d2cbaf24e85e9f"> 103</a></span> <span class="keywordtype">unsigned</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a351184edc84831ac00d2cbaf24e85e9f">buffer_index</a> = 0; </div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span></div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1View_1_1Info.html#aa2bb866b5612bf083fd7303e6f84afc1"> 106</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structL4Re_1_1Video_1_1View_1_1Info.html#aa2bb866b5612bf083fd7303e6f84afc1">has_static_buffer</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> !(<a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#ae680a92b6f5e0611a7fc3b3f5bb0300f">flags</a> &amp; <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafeaf4aaca2960966cc768b9a46cb5d8ba84">F_set_buffer</a>); }</div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1View_1_1Info.html#aeacb010500d75930ba45d88dd72f67c7"> 108</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structL4Re_1_1Video_1_1View_1_1Info.html#aeacb010500d75930ba45d88dd72f67c7">has_static_buffer_offset</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> !(<a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#ae680a92b6f5e0611a7fc3b3f5bb0300f">flags</a> &amp; <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea8995cff1913d7904514177118d6e92a7">F_set_buffer_offset</a>); }</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span></div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1View_1_1Info.html#a22c39aaefe89a7408526a97203eb2cae"> 111</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structL4Re_1_1Video_1_1View_1_1Info.html#a22c39aaefe89a7408526a97203eb2cae">has_set_buffer</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#ae680a92b6f5e0611a7fc3b3f5bb0300f">flags</a> &amp; <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafeaf4aaca2960966cc768b9a46cb5d8ba84">F_set_buffer</a>; }</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1View_1_1Info.html#aba3960b90c985b97aec9f4ab290dea37"> 113</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structL4Re_1_1Video_1_1View_1_1Info.html#aba3960b90c985b97aec9f4ab290dea37">has_set_buffer_offset</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#ae680a92b6f5e0611a7fc3b3f5bb0300f">flags</a> &amp; <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea8995cff1913d7904514177118d6e92a7">F_set_buffer_offset</a>; }</div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1View_1_1Info.html#adb446081538cb98e99ef8acb4f2dac44"> 115</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structL4Re_1_1Video_1_1View_1_1Info.html#adb446081538cb98e99ef8acb4f2dac44">has_set_bytes_per_line</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#ae680a92b6f5e0611a7fc3b3f5bb0300f">flags</a> &amp; <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea5404d6de025c6901e65d50d945e3c0f4">F_set_bytes_per_line</a>; }</div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1View_1_1Info.html#a677497b823098a0d2c69794bd58a75dd"> 117</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structL4Re_1_1Video_1_1View_1_1Info.html#a677497b823098a0d2c69794bd58a75dd">has_set_pixel</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#ae680a92b6f5e0611a7fc3b3f5bb0300f">flags</a> &amp; <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea983a38dc7111764a5ac3b14dce0b9627">F_set_pixel</a>; }</div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1View_1_1Info.html#aedfe4dabeb386e19365a54d465effc58"> 119</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structL4Re_1_1Video_1_1View_1_1Info.html#aedfe4dabeb386e19365a54d465effc58">has_set_position</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#ae680a92b6f5e0611a7fc3b3f5bb0300f">flags</a> &amp; <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea6437ab31f9902cb1922b82d0a930781b">F_set_position</a>; }</div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span></div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> <span class="keyword">template</span>&lt; <span class="keyword">typename</span> OUT &gt;</div>
<div class="foldopen" id="foldopen00123" data-start="{" data-end="}">
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1View_1_1Info.html#ab7dd87a779400ed0fca88f485b9a638b"> 123</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="structL4Re_1_1Video_1_1View_1_1Info.html#ab7dd87a779400ed0fca88f485b9a638b">dump</a>(OUT &amp;s)<span class="keyword"> const</span></div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> s.printf(<span class="stringliteral">&quot;View::Info:\n&quot;</span></div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> <span class="stringliteral">&quot; flags: %x\n&quot;</span></div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> <span class="stringliteral">&quot; size: %ldx%ld\n&quot;</span></div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> <span class="stringliteral">&quot; pos: %ldx%ld\n&quot;</span></div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> <span class="stringliteral">&quot; bytes_per_line: %ld\n&quot;</span></div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> <span class="stringliteral">&quot; buffer_offset: %lx\n&quot;</span></div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> <span class="stringliteral">&quot; &quot;</span>,</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#ae680a92b6f5e0611a7fc3b3f5bb0300f">flags</a>, <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a1feaa33de5d1e61344496c9fac0e2c94">width</a>, <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a1fba85e111b9d71681f8ff816d6fabcd">height</a>, <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a381d417f823c03dd6bfa566cc949f4c6">xpos</a>, <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#aca893e357cdaf6729477d065aceec8cd">ypos</a>,</div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a852e02404702519021078051f9dab1a2">bytes_per_line</a>, <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a4aff63a96f7c9f1ca8179c089b3310c8">buffer_offset</a>);</div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a10dc91ab5d49a468df9d6e567abde60d">pixel_info</a>.dump(s);</div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> s.printf(<span class="stringliteral">&quot;\n&quot;</span>);</div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> }</div>
</div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> };</div>
</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span></div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> <span class="keywordtype">int</span> info(Info *info) <span class="keyword">const</span> <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span></div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> <span class="keywordtype">int</span> set_info(Info <span class="keyword">const</span> &amp;info) <span class="keyword">const</span> <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span></div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> <span class="keywordtype">int</span> set_viewport(<span class="keywordtype">int</span> scr_x, <span class="keywordtype">int</span> scr_y, <span class="keywordtype">int</span> w, <span class="keywordtype">int</span> h, <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> buf_offset) <span class="keyword">const</span> <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span></div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> <span class="keywordtype">int</span> stack(<a class="code hl_class" href="classL4Re_1_1Video_1_1View.html">View</a> <span class="keyword">const</span> &amp;pivot, <span class="keywordtype">bool</span> behind = <span class="keyword">true</span>) const noexcept;</div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span></div>
<div class="foldopen" id="foldopen00185" data-start="{" data-end="}">
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#a4ca30d95b3b68ce2ede67031debe27e8"> 185</a></span> <span class="keywordtype">int</span> <a class="code hl_function" href="classL4Re_1_1Video_1_1View.html#a4ca30d95b3b68ce2ede67031debe27e8">push_top</a>() const noexcept</div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> { <span class="keywordflow">return</span> <a class="code hl_function" href="classL4Re_1_1Video_1_1View.html#af7be5cae564973d4495619421c3c1b92">stack</a>(View(), <span class="keyword">true</span>); }</div>
</div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span></div>
<div class="foldopen" id="foldopen00189" data-start="{" data-end="}">
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#a211224077b196132b360903f63a949b9"> 189</a></span> <span class="keywordtype">int</span> <a class="code hl_function" href="classL4Re_1_1Video_1_1View.html#a211224077b196132b360903f63a949b9">push_bottom</a>() const noexcept</div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> { <span class="keywordflow">return</span> <a class="code hl_function" href="classL4Re_1_1Video_1_1View.html#af7be5cae564973d4495619421c3c1b92">stack</a>(View(), <span class="keyword">false</span>); }</div>
</div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span></div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> <span class="keywordtype">int</span> refresh(<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, <span class="keywordtype">int</span> w, <span class="keywordtype">int</span> h) <span class="keyword">const</span> <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span></div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#aac22679f4bbdd1d3fd9ed856c173dc03"> 205</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classL4Re_1_1Video_1_1View.html#aac22679f4bbdd1d3fd9ed856c173dc03">valid</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> _goos.is_valid(); }</div>
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span>};</div>
</div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> </div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span></div>
<div class="foldopen" id="foldopen00223" data-start="{" data-end="};">
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1Goos.html"> 223</a></span><span class="keyword">class </span><a class="code hl_define" href="group__l4sys__defines.html#ga63e7f1ab50a1b3049bdd0a34e97423c2">L4_EXPORT</a> <a class="code hl_class" href="classL4Re_1_1Video_1_1Goos.html">Goos</a> :</div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> <span class="keyword">public</span> <a class="code hl_class" href="classL4_1_1Kobject__t.html">L4::Kobject_t</a>&lt;Goos, L4::Kobject, L4RE_PROTO_GOOS&gt;</div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span>{</div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span><span class="keyword">public</span>:</div>
<div class="foldopen" id="foldopen00228" data-start="{" data-end="};">
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1Goos.html#a29434ee9d84482ea22f9a2ec06472596"> 228</a></span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="classL4Re_1_1Video_1_1Goos.html#a29434ee9d84482ea22f9a2ec06472596">Flags</a></div>
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> {</div>
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1Goos.html#a29434ee9d84482ea22f9a2ec06472596af4ff5a93feec7feb6b6ee0c52b5f29ca"> 230</a></span> <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1Goos.html#a29434ee9d84482ea22f9a2ec06472596af4ff5a93feec7feb6b6ee0c52b5f29ca">F_auto_refresh</a> = 0x01, </div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1Goos.html#a29434ee9d84482ea22f9a2ec06472596ae16e74bf6cb4a649e8a6cbd9cfd6f7e3"> 231</a></span> <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1Goos.html#a29434ee9d84482ea22f9a2ec06472596ae16e74bf6cb4a649e8a6cbd9cfd6f7e3">F_pointer</a> = 0x02, </div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1Goos.html#a29434ee9d84482ea22f9a2ec06472596af2c145f95c0ccd1c1404f9924035cab9"> 232</a></span> <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1Goos.html#a29434ee9d84482ea22f9a2ec06472596af2c145f95c0ccd1c1404f9924035cab9">F_dynamic_views</a> = 0x04, </div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1Goos.html#a29434ee9d84482ea22f9a2ec06472596ad1ee80a8040808dfade92ecbff43933e"> 233</a></span> <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1Goos.html#a29434ee9d84482ea22f9a2ec06472596ad1ee80a8040808dfade92ecbff43933e">F_dynamic_buffers</a> = 0x08, </div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> };</div>
</div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span></div>
<div class="foldopen" id="foldopen00237" data-start="{" data-end="};">
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1Goos_1_1Info.html"> 237</a></span> <span class="keyword">struct </span>Info</div>
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> {</div>
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a36c21356d2ba773273c0d8c006c67cb5"> 239</a></span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a36c21356d2ba773273c0d8c006c67cb5">width</a>; </div>
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a35547303cc10a12cb54e8ba84b79d880"> 240</a></span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a35547303cc10a12cb54e8ba84b79d880">height</a>; </div>
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a7feff4a4200c3d38597d21dbd52200e7"> 241</a></span> <span class="keywordtype">unsigned</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a7feff4a4200c3d38597d21dbd52200e7">flags</a>; </div>
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#acfebd3bb031a9ad69060c5a93cf10645"> 242</a></span> <span class="keywordtype">unsigned</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#acfebd3bb031a9ad69060c5a93cf10645">num_static_views</a>; </div>
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#aa67aae51970e347752970cc42851b0ee"> 243</a></span> <span class="keywordtype">unsigned</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#aa67aae51970e347752970cc42851b0ee">num_static_buffers</a>; </div>
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a3f72e3f0f69cd4649440b6ef75365515"> 244</a></span> <a class="code hl_class" href="classL4Re_1_1Video_1_1Pixel__info.html">Pixel_info</a> <a class="code hl_variable" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a3f72e3f0f69cd4649440b6ef75365515">pixel_info</a>; </div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span></div>
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a0a60de38bddcee93611d8a609bf28483"> 248</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a0a60de38bddcee93611d8a609bf28483">auto_refresh</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a7feff4a4200c3d38597d21dbd52200e7">flags</a> &amp; <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1Goos.html#a29434ee9d84482ea22f9a2ec06472596af4ff5a93feec7feb6b6ee0c52b5f29ca">F_auto_refresh</a>; }</div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a64142fcc0857e34bca168b8c3582e6d9"> 250</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a64142fcc0857e34bca168b8c3582e6d9">has_pointer</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a7feff4a4200c3d38597d21dbd52200e7">flags</a> &amp; <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1Goos.html#a29434ee9d84482ea22f9a2ec06472596ae16e74bf6cb4a649e8a6cbd9cfd6f7e3">F_pointer</a>; }</div>
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a786bba9fa57f1156d7fea60a2130cb01"> 252</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a786bba9fa57f1156d7fea60a2130cb01">has_dynamic_views</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a7feff4a4200c3d38597d21dbd52200e7">flags</a> &amp; <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1Goos.html#a29434ee9d84482ea22f9a2ec06472596af2c145f95c0ccd1c1404f9924035cab9">F_dynamic_views</a>; }</div>
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"><a class="line" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a4cc8a2214ff5117184b069b199c5919e"> 254</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a4cc8a2214ff5117184b069b199c5919e">has_dynamic_buffers</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code hl_variable" href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a7feff4a4200c3d38597d21dbd52200e7">flags</a> &amp; <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1Goos.html#a29434ee9d84482ea22f9a2ec06472596ad1ee80a8040808dfade92ecbff43933e">F_dynamic_buffers</a>; }</div>
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span> </div>
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> <a class="code hl_struct" href="structL4Re_1_1Video_1_1Goos_1_1Info.html">Info</a>()</div>
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span> : width(0), height(0), flags(0), num_static_views(0),</div>
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span> num_static_buffers(0) {}</div>
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span> };</div>
</div>
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span></div>
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1Goos.html#a58641978ff4b4439e0389a6bf7c7cb4e"> 268</a></span> <a class="code hl_define" href="ipc__iface.html#a5772eb61b611f8f17bbc89e02e534ca1">L4_INLINE_RPC</a>(<span class="keywordtype">long</span>, <a class="code hl_function" href="classL4Re_1_1Video_1_1Goos.html#a58641978ff4b4439e0389a6bf7c7cb4e">info</a>, (<a class="code hl_struct" href="structL4Re_1_1Video_1_1Goos_1_1Info.html">Info</a> *<a class="code hl_function" href="classL4Re_1_1Video_1_1Goos.html#a58641978ff4b4439e0389a6bf7c7cb4e">info</a>));</div>
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span></div>
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span> <a class="code hl_define" href="ipc__iface.html#a5e5588cacb2659f18f48ae49c2beb800">L4_RPC</a>(<span class="keywordtype">long</span>, <a class="code hl_function" href="classL4Re_1_1Video_1_1Goos.html#ae3bee8fa4d9c0dee1ed88a259ab67912">get_static_buffer</a>, (<span class="keywordtype">unsigned</span> idx,</div>
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1Goos.html#ae3bee8fa4d9c0dee1ed88a259ab67912"> 279</a></span> <a class="code hl_struct" href="structL4_1_1Ipc_1_1Out.html">L4::Ipc::Out</a>&lt;<a class="code hl_class" href="classL4_1_1Cap.html">L4::Cap&lt;L4Re::Dataspace&gt;</a> &gt; rbuf));</div>
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span></div>
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> <a class="code hl_define" href="ipc__iface.html#a5e5588cacb2659f18f48ae49c2beb800">L4_RPC</a>(<span class="keywordtype">long</span>, <a class="code hl_function" href="classL4Re_1_1Video_1_1Goos.html#a2354fbda983143ba3cd81b1744fde319">create_buffer</a>, (<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> size,</div>
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1Goos.html#a2354fbda983143ba3cd81b1744fde319"> 290</a></span> <a class="code hl_struct" href="structL4_1_1Ipc_1_1Out.html">L4::Ipc::Out</a>&lt;<a class="code hl_class" href="classL4_1_1Cap.html">L4::Cap&lt;L4Re::Dataspace&gt;</a> &gt; rbuf));</div>
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span></div>
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1Goos.html#ac969b4796bb628ba25ea805e06cb2aea"> 299</a></span> <a class="code hl_define" href="ipc__iface.html#a5772eb61b611f8f17bbc89e02e534ca1">L4_INLINE_RPC</a>(<span class="keywordtype">long</span>, <a class="code hl_function" href="classL4Re_1_1Video_1_1Goos.html#ac969b4796bb628ba25ea805e06cb2aea">delete_buffer</a>, (<span class="keywordtype">unsigned</span> idx));</div>
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span> </div>
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span> <span class="comment">// Use a wrapper for this RPC as we enacapsulate the View</span></div>
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span> <a class="code hl_define" href="ipc__iface.html#a7bc5bdbe269ef0598c166ed1dd923549">L4_INLINE_RPC_NF</a>(<span class="keywordtype">long</span>, <a class="code hl_function" href="classL4Re_1_1Video_1_1Goos.html#ab2961aaf280f2d0c16245d112b0ef100">create_view</a>, ());</div>
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span></div>
<div class="foldopen" id="foldopen00312" data-start="{" data-end="}">
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1Goos.html#ab2961aaf280f2d0c16245d112b0ef100"> 312</a></span> <span class="keywordtype">int</span> <a class="code hl_function" href="classL4Re_1_1Video_1_1Goos.html#ab2961aaf280f2d0c16245d112b0ef100">create_view</a>(<a class="code hl_class" href="classL4Re_1_1Video_1_1View.html">View</a> *<a class="code hl_function" href="classL4Re_1_1Video_1_1Goos.html#ac4a86bbb99e7b8f02621ca9d3e37f421">view</a>, <a class="code hl_typedef" href="group__l4__utcb__api.html#ga89be8a86d11c1d532b636cc2df1330fb">l4_utcb_t</a> *utcb = <a class="code hl_function" href="group__l4__utcb__api.html#gadc099b4a59e1d99638c72c11a8c8b644">l4_utcb</a>()) const noexcept</div>
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span> {</div>
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"> 314</span> <span class="keywordtype">long</span> r = create_view_t::call(<a class="code hl_function" href="classL4_1_1Kobject__t.html#a3d80fec7e057d575ec4b393437f05f8a">c</a>(), utcb);</div>
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"> 315</span> <span class="keywordflow">if</span> (r &lt; 0)</div>
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span> <span class="keywordflow">return</span> r;</div>
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span> *<a class="code hl_function" href="classL4Re_1_1Video_1_1Goos.html#ac4a86bbb99e7b8f02621ca9d3e37f421">view</a> = <a class="code hl_class" href="classL4Re_1_1Video_1_1View.html">View</a>(<a class="code hl_function" href="classL4_1_1Kobject.html#a4f2117ae76762f4084e6a1adb915863c">cap</a>(), r);</div>
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span> <span class="keywordflow">return</span> r;</div>
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span> }</div>
</div>
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"> 320</span> </div>
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span> <span class="comment">// Use a wrapper as Views are encapsulated</span></div>
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span> <a class="code hl_define" href="ipc__iface.html#a7bc5bdbe269ef0598c166ed1dd923549">L4_INLINE_RPC_NF</a>(<span class="keywordtype">long</span>, delete_view, (<span class="keywordtype">unsigned</span> index));</div>
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span></div>
<div class="foldopen" id="foldopen00332" data-start="{" data-end="}">
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1Goos.html#ad47a99a2ffed269f8511ac715c0d9c3c"> 332</a></span> <span class="keywordtype">int</span> <a class="code hl_function" href="classL4Re_1_1Video_1_1Goos.html#ad47a99a2ffed269f8511ac715c0d9c3c">delete_view</a>(<a class="code hl_class" href="classL4Re_1_1Video_1_1View.html">View</a> <span class="keyword">const</span> &amp;v, <a class="code hl_typedef" href="group__l4__utcb__api.html#ga89be8a86d11c1d532b636cc2df1330fb">l4_utcb_t</a> *utcb = <a class="code hl_function" href="group__l4__utcb__api.html#gadc099b4a59e1d99638c72c11a8c8b644">l4_utcb</a>()) const noexcept</div>
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span> {</div>
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span> <span class="keywordflow">return</span> delete_view_t::call(<a class="code hl_function" href="classL4_1_1Kobject__t.html#a3d80fec7e057d575ec4b393437f05f8a">c</a>(), v._view_idx, utcb);</div>
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span> }</div>
</div>
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span></div>
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span> <a class="code hl_class" href="classL4Re_1_1Video_1_1View.html">View</a> view(<span class="keywordtype">unsigned</span> index) <span class="keyword">const</span> <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span></div>
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1Goos.html#aa9bebb9eb5cec9dd4988c5bd030eeabd"> 347</a></span> <a class="code hl_define" href="ipc__iface.html#a5772eb61b611f8f17bbc89e02e534ca1">L4_INLINE_RPC</a>(<span class="keywordtype">long</span>, <a class="code hl_function" href="classL4Re_1_1Video_1_1Goos.html#aa9bebb9eb5cec9dd4988c5bd030eeabd">refresh</a>, (<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, <span class="keywordtype">int</span> w, <span class="keywordtype">int</span> h));</div>
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span> </div>
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span> <span class="comment">// those are used by the View</span></div>
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span> <a class="code hl_define" href="ipc__iface.html#a5772eb61b611f8f17bbc89e02e534ca1">L4_INLINE_RPC</a>(<span class="keywordtype">long</span>, view_info, (<span class="keywordtype">unsigned</span> index, <a class="code hl_struct" href="structL4Re_1_1Video_1_1View_1_1Info.html">View::Info</a> *<a class="code hl_function" href="classL4Re_1_1Video_1_1Goos.html#a58641978ff4b4439e0389a6bf7c7cb4e">info</a>));</div>
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span> <a class="code hl_define" href="ipc__iface.html#a5772eb61b611f8f17bbc89e02e534ca1">L4_INLINE_RPC</a>(<span class="keywordtype">long</span>, set_view_info, (<span class="keywordtype">unsigned</span> index, <a class="code hl_struct" href="structL4Re_1_1Video_1_1View_1_1Info.html">View::Info</a> <span class="keyword">const</span> &amp;<a class="code hl_function" href="classL4Re_1_1Video_1_1Goos.html#a58641978ff4b4439e0389a6bf7c7cb4e">info</a>));</div>
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span> <a class="code hl_define" href="ipc__iface.html#a5772eb61b611f8f17bbc89e02e534ca1">L4_INLINE_RPC</a>(<span class="keywordtype">long</span>, view_stack, (<span class="keywordtype">unsigned</span> index, <span class="keywordtype">unsigned</span> pivit, <span class="keywordtype">bool</span> behind));</div>
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span> <a class="code hl_define" href="ipc__iface.html#a5772eb61b611f8f17bbc89e02e534ca1">L4_INLINE_RPC</a>(<span class="keywordtype">long</span>, view_refresh, (<span class="keywordtype">unsigned</span> index, <span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, <span class="keywordtype">int</span> w, <span class="keywordtype">int</span> h));</div>
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span> </div>
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span> <span class="keyword">typedef</span> <a class="code hl_struct" href="structL4_1_1Typeid_1_1Rpcs.html">L4::Typeid::Rpcs</a>&lt;</div>
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"> 356</span> info_t, get_static_buffer_t, create_buffer_t, create_view_t, delete_buffer_t,</div>
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span> delete_view_t, view_info_t, set_view_info_t, view_stack_t, view_refresh_t,</div>
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span> refresh_t</div>
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span> &gt; Rpcs;</div>
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span>};</div>
</div>
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span> </div>
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span><span class="keyword">inline</span> <a class="code hl_class" href="classL4Re_1_1Video_1_1View.html">View</a></div>
<div class="foldopen" id="foldopen00363" data-start="{" data-end="}">
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1Goos.html#ac4a86bbb99e7b8f02621ca9d3e37f421"> 363</a></span><a class="code hl_function" href="classL4Re_1_1Video_1_1Goos.html#ac4a86bbb99e7b8f02621ca9d3e37f421">Goos::view</a>(<span class="keywordtype">unsigned</span> index) <span class="keyword">const</span> <span class="keyword">noexcept</span></div>
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span>{ <span class="keywordflow">return</span> <a class="code hl_class" href="classL4Re_1_1Video_1_1View.html">View</a>(<a class="code hl_function" href="classL4_1_1Kobject.html#a4f2117ae76762f4084e6a1adb915863c">cap</a>(), index); }</div>
</div>
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span> </div>
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span><span class="keyword">inline</span> <span class="keywordtype">int</span></div>
<div class="foldopen" id="foldopen00367" data-start="{" data-end="}">
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#a47cad20b2816650ce16cb76635cbcfed"> 367</a></span><a class="code hl_function" href="classL4Re_1_1Video_1_1View.html#a47cad20b2816650ce16cb76635cbcfed">View::info</a>(<a class="code hl_struct" href="structL4Re_1_1Video_1_1View_1_1Info.html">Info</a> *<a class="code hl_function" href="classL4Re_1_1Video_1_1View.html#a47cad20b2816650ce16cb76635cbcfed">info</a>) <span class="keyword">const</span> <span class="keyword">noexcept</span></div>
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span>{ <span class="keywordflow">return</span> _goos-&gt;view_info(_view_idx, <a class="code hl_function" href="classL4Re_1_1Video_1_1View.html#a47cad20b2816650ce16cb76635cbcfed">info</a>); }</div>
</div>
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"> 369</span> </div>
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span><span class="keyword">inline</span> <span class="keywordtype">int</span></div>
<div class="foldopen" id="foldopen00371" data-start="{" data-end="}">
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#a151d83dcbd2d373a3fd46ea24279b1c8"> 371</a></span><a class="code hl_function" href="classL4Re_1_1Video_1_1View.html#a151d83dcbd2d373a3fd46ea24279b1c8">View::set_info</a>(<a class="code hl_struct" href="structL4Re_1_1Video_1_1View_1_1Info.html">Info</a> <span class="keyword">const</span> &amp;<a class="code hl_function" href="classL4Re_1_1Video_1_1View.html#a47cad20b2816650ce16cb76635cbcfed">info</a>) <span class="keyword">const</span> <span class="keyword">noexcept</span></div>
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span>{ <span class="keywordflow">return</span> _goos-&gt;set_view_info(_view_idx, <a class="code hl_function" href="classL4Re_1_1Video_1_1View.html#a47cad20b2816650ce16cb76635cbcfed">info</a>); }</div>
</div>
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span> </div>
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span><span class="keyword">inline</span> <span class="keywordtype">int</span></div>
<div class="foldopen" id="foldopen00375" data-start="{" data-end="}">
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#af7be5cae564973d4495619421c3c1b92"> 375</a></span><a class="code hl_function" href="classL4Re_1_1Video_1_1View.html#af7be5cae564973d4495619421c3c1b92">View::stack</a>(View <span class="keyword">const</span> &amp;pivot, <span class="keywordtype">bool</span> behind) <span class="keyword">const</span> <span class="keyword">noexcept</span></div>
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span>{ <span class="keywordflow">return</span> _goos-&gt;view_stack(_view_idx, pivot._view_idx, behind); }</div>
</div>
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span> </div>
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span><span class="keyword">inline</span> <span class="keywordtype">int</span></div>
<div class="foldopen" id="foldopen00379" data-start="{" data-end="}">
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#af20b96994ab08baf2739ccb10bc21d10"> 379</a></span><a class="code hl_function" href="classL4Re_1_1Video_1_1View.html#af20b96994ab08baf2739ccb10bc21d10">View::refresh</a>(<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, <span class="keywordtype">int</span> w, <span class="keywordtype">int</span> h) <span class="keyword">const</span> <span class="keyword">noexcept</span></div>
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span>{ <span class="keywordflow">return</span> _goos-&gt;view_refresh(_view_idx, x, y, w, h); }</div>
</div>
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span> </div>
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span><span class="keyword">inline</span> <span class="keywordtype">int</span></div>
<div class="foldopen" id="foldopen00383" data-start="{" data-end="}">
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"><a class="line" href="classL4Re_1_1Video_1_1View.html#af05f19982706aaf87016e2f792a997a6"> 383</a></span><a class="code hl_function" href="classL4Re_1_1Video_1_1View.html#af05f19982706aaf87016e2f792a997a6">View::set_viewport</a>(<span class="keywordtype">int</span> scr_x, <span class="keywordtype">int</span> scr_y, <span class="keywordtype">int</span> w, <span class="keywordtype">int</span> h,</div>
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> buf_offset) <span class="keyword">const</span> <span class="keyword">noexcept</span></div>
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span>{</div>
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span> <a class="code hl_struct" href="structL4Re_1_1Video_1_1View_1_1Info.html">Info</a> i;</div>
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"> 387</span> i.<a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#ae680a92b6f5e0611a7fc3b3f5bb0300f">flags</a> = <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea8995cff1913d7904514177118d6e92a7">F_set_buffer_offset</a> | <a class="code hl_enumvalue" href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea6437ab31f9902cb1922b82d0a930781b">F_set_position</a>;</div>
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"> 388</span> i.<a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a4aff63a96f7c9f1ca8179c089b3310c8">buffer_offset</a> = buf_offset;</div>
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"> 389</span> i.<a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a351184edc84831ac00d2cbaf24e85e9f">buffer_index</a> = 0;</div>
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span> i.<a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a49518030468a45b14e5c6ca585b1c835">view_index</a> = 0;</div>
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"> 391</span> i.<a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a852e02404702519021078051f9dab1a2">bytes_per_line</a> = 0;</div>
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"> 392</span> i.<a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a10dc91ab5d49a468df9d6e567abde60d">pixel_info</a> = <a class="code hl_class" href="classL4Re_1_1Video_1_1Pixel__info.html">Pixel_info</a>();</div>
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"> 393</span> i.<a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a381d417f823c03dd6bfa566cc949f4c6">xpos</a> = scr_x;</div>
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"> 394</span> i.<a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#aca893e357cdaf6729477d065aceec8cd">ypos</a> = scr_y;</div>
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"> 395</span> i.<a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a1feaa33de5d1e61344496c9fac0e2c94">width</a> = w;</div>
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"> 396</span> i.<a class="code hl_variable" href="structL4Re_1_1Video_1_1View_1_1Info.html#a1fba85e111b9d71681f8ff816d6fabcd">height</a> = h;</div>
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"> 397</span> <span class="keywordflow">return</span> <a class="code hl_function" href="classL4Re_1_1Video_1_1View.html#a151d83dcbd2d373a3fd46ea24279b1c8">set_info</a>(i);</div>
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span>}</div>
</div>
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span> </div>
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"> 400</span>}}</div>
<div class="ttc" id="acapability_html"><div class="ttname"><a href="capability.html">capability</a></div><div class="ttdoc">L4::Cap related definitions.</div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1Goos_html"><div class="ttname"><a href="classL4Re_1_1Video_1_1Goos.html">L4Re::Video::Goos</a></div><div class="ttdoc">Class that abstracts framebuffers.</div><div class="ttdef"><b>Definition</b> <a href="#l00223">goos:225</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1Goos_html_a2354fbda983143ba3cd81b1744fde319"><div class="ttname"><a href="classL4Re_1_1Video_1_1Goos.html#a2354fbda983143ba3cd81b1744fde319">L4Re::Video::Goos::create_buffer</a></div><div class="ttdeci">long create_buffer(unsigned long size, L4::Ipc::Out&lt; L4::Cap&lt; L4Re::Dataspace &gt; &gt; rbuf)</div><div class="ttdoc">Create a buffer.</div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1Goos_html_a29434ee9d84482ea22f9a2ec06472596"><div class="ttname"><a href="classL4Re_1_1Video_1_1Goos.html#a29434ee9d84482ea22f9a2ec06472596">L4Re::Video::Goos::Flags</a></div><div class="ttdeci">Flags</div><div class="ttdoc">Flags for a Goos.</div><div class="ttdef"><b>Definition</b> <a href="#l00228">goos:229</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1Goos_html_a29434ee9d84482ea22f9a2ec06472596ad1ee80a8040808dfade92ecbff43933e"><div class="ttname"><a href="classL4Re_1_1Video_1_1Goos.html#a29434ee9d84482ea22f9a2ec06472596ad1ee80a8040808dfade92ecbff43933e">L4Re::Video::Goos::F_dynamic_buffers</a></div><div class="ttdeci">@ F_dynamic_buffers</div><div class="ttdoc">Supports dynamically allocated buffers.</div><div class="ttdef"><b>Definition</b> <a href="#l00233">goos:233</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1Goos_html_a29434ee9d84482ea22f9a2ec06472596ae16e74bf6cb4a649e8a6cbd9cfd6f7e3"><div class="ttname"><a href="classL4Re_1_1Video_1_1Goos.html#a29434ee9d84482ea22f9a2ec06472596ae16e74bf6cb4a649e8a6cbd9cfd6f7e3">L4Re::Video::Goos::F_pointer</a></div><div class="ttdeci">@ F_pointer</div><div class="ttdoc">We have a mouse pointer.</div><div class="ttdef"><b>Definition</b> <a href="#l00231">goos:231</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1Goos_html_a29434ee9d84482ea22f9a2ec06472596af2c145f95c0ccd1c1404f9924035cab9"><div class="ttname"><a href="classL4Re_1_1Video_1_1Goos.html#a29434ee9d84482ea22f9a2ec06472596af2c145f95c0ccd1c1404f9924035cab9">L4Re::Video::Goos::F_dynamic_views</a></div><div class="ttdeci">@ F_dynamic_views</div><div class="ttdoc">Supports dynamically allocated views.</div><div class="ttdef"><b>Definition</b> <a href="#l00232">goos:232</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1Goos_html_a29434ee9d84482ea22f9a2ec06472596af4ff5a93feec7feb6b6ee0c52b5f29ca"><div class="ttname"><a href="classL4Re_1_1Video_1_1Goos.html#a29434ee9d84482ea22f9a2ec06472596af4ff5a93feec7feb6b6ee0c52b5f29ca">L4Re::Video::Goos::F_auto_refresh</a></div><div class="ttdeci">@ F_auto_refresh</div><div class="ttdoc">The graphics display is automatically refreshed.</div><div class="ttdef"><b>Definition</b> <a href="#l00230">goos:230</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1Goos_html_a58641978ff4b4439e0389a6bf7c7cb4e"><div class="ttname"><a href="classL4Re_1_1Video_1_1Goos.html#a58641978ff4b4439e0389a6bf7c7cb4e">L4Re::Video::Goos::info</a></div><div class="ttdeci">long info(Info *info)</div><div class="ttdoc">Return the Goos information of the Goos.</div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1Goos_html_aa9bebb9eb5cec9dd4988c5bd030eeabd"><div class="ttname"><a href="classL4Re_1_1Video_1_1Goos.html#aa9bebb9eb5cec9dd4988c5bd030eeabd">L4Re::Video::Goos::refresh</a></div><div class="ttdeci">long refresh(int x, int y, int w, int h)</div><div class="ttdoc">Trigger refreshing of the given area on the virtual screen.</div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1Goos_html_ab2961aaf280f2d0c16245d112b0ef100"><div class="ttname"><a href="classL4Re_1_1Video_1_1Goos.html#ab2961aaf280f2d0c16245d112b0ef100">L4Re::Video::Goos::create_view</a></div><div class="ttdeci">int create_view(View *view, l4_utcb_t *utcb=l4_utcb()) const noexcept</div><div class="ttdoc">Create a view.</div><div class="ttdef"><b>Definition</b> <a href="#l00312">goos:312</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1Goos_html_ac4a86bbb99e7b8f02621ca9d3e37f421"><div class="ttname"><a href="classL4Re_1_1Video_1_1Goos.html#ac4a86bbb99e7b8f02621ca9d3e37f421">L4Re::Video::Goos::view</a></div><div class="ttdeci">View view(unsigned index) const noexcept</div><div class="ttdoc">Return a view.</div><div class="ttdef"><b>Definition</b> <a href="#l00363">goos:363</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1Goos_html_ac969b4796bb628ba25ea805e06cb2aea"><div class="ttname"><a href="classL4Re_1_1Video_1_1Goos.html#ac969b4796bb628ba25ea805e06cb2aea">L4Re::Video::Goos::delete_buffer</a></div><div class="ttdeci">long delete_buffer(unsigned idx)</div><div class="ttdoc">Delete a buffer.</div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1Goos_html_ad47a99a2ffed269f8511ac715c0d9c3c"><div class="ttname"><a href="classL4Re_1_1Video_1_1Goos.html#ad47a99a2ffed269f8511ac715c0d9c3c">L4Re::Video::Goos::delete_view</a></div><div class="ttdeci">int delete_view(View const &amp;v, l4_utcb_t *utcb=l4_utcb()) const noexcept</div><div class="ttdoc">Delete a view.</div><div class="ttdef"><b>Definition</b> <a href="#l00332">goos:332</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1Goos_html_ae3bee8fa4d9c0dee1ed88a259ab67912"><div class="ttname"><a href="classL4Re_1_1Video_1_1Goos.html#ae3bee8fa4d9c0dee1ed88a259ab67912">L4Re::Video::Goos::get_static_buffer</a></div><div class="ttdeci">long get_static_buffer(unsigned idx, L4::Ipc::Out&lt; L4::Cap&lt; L4Re::Dataspace &gt; &gt; rbuf)</div><div class="ttdoc">Return a static buffer of a Goos.</div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1Pixel__info_html"><div class="ttname"><a href="classL4Re_1_1Video_1_1Pixel__info.html">L4Re::Video::Pixel_info</a></div><div class="ttdoc">Pixel information.</div><div class="ttdef"><b>Definition</b> <a href="colors_source.html#l00094">colors:95</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html">L4Re::Video::View</a></div><div class="ttdoc">View of a framebuffer.</div><div class="ttdef"><b>Definition</b> <a href="#l00039">goos:40</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_a151d83dcbd2d373a3fd46ea24279b1c8"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#a151d83dcbd2d373a3fd46ea24279b1c8">L4Re::Video::View::set_info</a></div><div class="ttdeci">int set_info(Info const &amp;info) const noexcept</div><div class="ttdoc">Set the information structure for this view.</div><div class="ttdef"><b>Definition</b> <a href="#l00371">goos:371</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_a205bd2671ad7cca42ba80f85bb852717"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#a205bd2671ad7cca42ba80f85bb852717">L4Re::Video::View::V_flags</a></div><div class="ttdeci">V_flags</div><div class="ttdoc">Property flags of a view.</div><div class="ttdef"><b>Definition</b> <a href="#l00082">goos:83</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_a205bd2671ad7cca42ba80f85bb852717a1f525672aa8d11fc5518fe549710cbed"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#a205bd2671ad7cca42ba80f85bb852717a1f525672aa8d11fc5518fe549710cbed">L4Re::Video::View::F_above</a></div><div class="ttdeci">@ F_above</div><div class="ttdoc">Flag the view as stay on top.</div><div class="ttdef"><b>Definition</b> <a href="#l00084">goos:84</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_a205bd2671ad7cca42ba80f85bb852717ac05436ec4b7c1537a40a56880caebbbb"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#a205bd2671ad7cca42ba80f85bb852717ac05436ec4b7c1537a40a56880caebbbb">L4Re::Video::View::F_flags_mask</a></div><div class="ttdeci">@ F_flags_mask</div><div class="ttdoc">Mask containing all possible property flags.</div><div class="ttdef"><b>Definition</b> <a href="#l00085">goos:85</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_a211224077b196132b360903f63a949b9"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#a211224077b196132b360903f63a949b9">L4Re::Video::View::push_bottom</a></div><div class="ttdeci">int push_bottom() const noexcept</div><div class="ttdoc">Push this view the back.</div><div class="ttdef"><b>Definition</b> <a href="#l00189">goos:189</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_a47cad20b2816650ce16cb76635cbcfed"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#a47cad20b2816650ce16cb76635cbcfed">L4Re::Video::View::info</a></div><div class="ttdeci">int info(Info *info) const noexcept</div><div class="ttdoc">Return the view information of the view.</div><div class="ttdef"><b>Definition</b> <a href="#l00367">goos:367</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_a4ca30d95b3b68ce2ede67031debe27e8"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#a4ca30d95b3b68ce2ede67031debe27e8">L4Re::Video::View::push_top</a></div><div class="ttdeci">int push_top() const noexcept</div><div class="ttdoc">Make this view the top-most view.</div><div class="ttdef"><b>Definition</b> <a href="#l00185">goos:185</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_aac22679f4bbdd1d3fd9ed856c173dc03"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#aac22679f4bbdd1d3fd9ed856c173dc03">L4Re::Video::View::valid</a></div><div class="ttdeci">bool valid() const</div><div class="ttdoc">Return whether this view is valid.</div><div class="ttdef"><b>Definition</b> <a href="#l00205">goos:205</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_ac59b76ea9344ecf42f1651cb613fdafe"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafe">L4Re::Video::View::Flags</a></div><div class="ttdeci">Flags</div><div class="ttdoc">Flags on a view.</div><div class="ttdef"><b>Definition</b> <a href="#l00059">goos:60</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_ac59b76ea9344ecf42f1651cb613fdafea0f2b3556b02af43f6dcdae1a05ea2971"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea0f2b3556b02af43f6dcdae1a05ea2971">L4Re::Video::View::F_dyn_allocated</a></div><div class="ttdeci">@ F_dyn_allocated</div><div class="ttdoc">View is dynamically allocated.</div><div class="ttdef"><b>Definition</b> <a href="#l00067">goos:67</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_ac59b76ea9344ecf42f1651cb613fdafea40a93137408d51fd75a1711a22703134"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea40a93137408d51fd75a1711a22703134">L4Re::Video::View::F_none</a></div><div class="ttdeci">@ F_none</div><div class="ttdoc">everything for this view is static (the VESA-FB case)</div><div class="ttdef"><b>Definition</b> <a href="#l00061">goos:61</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_ac59b76ea9344ecf42f1651cb613fdafea5404d6de025c6901e65d50d945e3c0f4"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea5404d6de025c6901e65d50d945e3c0f4">L4Re::Video::View::F_set_bytes_per_line</a></div><div class="ttdeci">@ F_set_bytes_per_line</div><div class="ttdoc">bytes per line can be set</div><div class="ttdef"><b>Definition</b> <a href="#l00064">goos:64</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_ac59b76ea9344ecf42f1651cb613fdafea6437ab31f9902cb1922b82d0a930781b"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea6437ab31f9902cb1922b82d0a930781b">L4Re::Video::View::F_set_position</a></div><div class="ttdeci">@ F_set_position</div><div class="ttdoc">position on screen can be set</div><div class="ttdef"><b>Definition</b> <a href="#l00066">goos:66</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_ac59b76ea9344ecf42f1651cb613fdafea8995cff1913d7904514177118d6e92a7"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea8995cff1913d7904514177118d6e92a7">L4Re::Video::View::F_set_buffer_offset</a></div><div class="ttdeci">@ F_set_buffer_offset</div><div class="ttdoc">buffer offset can be set</div><div class="ttdef"><b>Definition</b> <a href="#l00063">goos:63</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_ac59b76ea9344ecf42f1651cb613fdafea983a38dc7111764a5ac3b14dce0b9627"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafea983a38dc7111764a5ac3b14dce0b9627">L4Re::Video::View::F_set_pixel</a></div><div class="ttdeci">@ F_set_pixel</div><div class="ttdoc">pixel type can be set</div><div class="ttdef"><b>Definition</b> <a href="#l00065">goos:65</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_ac59b76ea9344ecf42f1651cb613fdafeaf209aba4832b7ea57c37869e67513168"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafeaf209aba4832b7ea57c37869e67513168">L4Re::Video::View::F_set_background</a></div><div class="ttdeci">@ F_set_background</div><div class="ttdoc">Set view as background for session.</div><div class="ttdef"><b>Definition</b> <a href="#l00068">goos:68</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_ac59b76ea9344ecf42f1651cb613fdafeaf34763496fafe4e73a7924bab00d1830"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafeaf34763496fafe4e73a7924bab00d1830">L4Re::Video::View::F_set_flags</a></div><div class="ttdeci">@ F_set_flags</div><div class="ttdoc">Set view flags (.</div><div class="ttdef"><b>Definition</b> <a href="#l00069">goos:69</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_ac59b76ea9344ecf42f1651cb613fdafeaf4aaca2960966cc768b9a46cb5d8ba84"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafeaf4aaca2960966cc768b9a46cb5d8ba84">L4Re::Video::View::F_set_buffer</a></div><div class="ttdeci">@ F_set_buffer</div><div class="ttdoc">buffer object for this view can be changed</div><div class="ttdef"><b>Definition</b> <a href="#l00062">goos:62</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_ac59b76ea9344ecf42f1651cb613fdafeafae92b60e799a944e97457ee0711baa4"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#ac59b76ea9344ecf42f1651cb613fdafeafae92b60e799a944e97457ee0711baa4">L4Re::Video::View::F_fully_dynamic</a></div><div class="ttdeci">@ F_fully_dynamic</div><div class="ttdoc">Flags for a fully dynamic view.</div><div class="ttdef"><b>Definition</b> <a href="#l00072">goos:72</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_af05f19982706aaf87016e2f792a997a6"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#af05f19982706aaf87016e2f792a997a6">L4Re::Video::View::set_viewport</a></div><div class="ttdeci">int set_viewport(int scr_x, int scr_y, int w, int h, unsigned long buf_offset) const noexcept</div><div class="ttdoc">Set the position of the view in the Goos.</div><div class="ttdef"><b>Definition</b> <a href="#l00383">goos:383</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_af20b96994ab08baf2739ccb10bc21d10"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#af20b96994ab08baf2739ccb10bc21d10">L4Re::Video::View::refresh</a></div><div class="ttdeci">int refresh(int x, int y, int w, int h) const noexcept</div><div class="ttdoc">Refresh/Redraw the view.</div><div class="ttdef"><b>Definition</b> <a href="#l00379">goos:379</a></div></div>
<div class="ttc" id="aclassL4Re_1_1Video_1_1View_html_af7be5cae564973d4495619421c3c1b92"><div class="ttname"><a href="classL4Re_1_1Video_1_1View.html#af7be5cae564973d4495619421c3c1b92">L4Re::Video::View::stack</a></div><div class="ttdeci">int stack(View const &amp;pivot, bool behind=true) const noexcept</div><div class="ttdoc">Move this view in the view stack.</div><div class="ttdef"><b>Definition</b> <a href="#l00375">goos:375</a></div></div>
<div class="ttc" id="aclassL4_1_1Cap__base_html_ac74dbedb04347341ba30ece923c12fe7af425c8e16afcd760ecb1f30bd6c1437a"><div class="ttname"><a href="classL4_1_1Cap__base.html#ac74dbedb04347341ba30ece923c12fe7af425c8e16afcd760ecb1f30bd6c1437a">L4::Cap_base::Invalid</a></div><div class="ttdeci">@ Invalid</div><div class="ttdoc">Invalid capability selector.</div><div class="ttdef"><b>Definition</b> <a href="capability_8h_source.html#l00042">capability.h:42</a></div></div>
<div class="ttc" id="aclassL4_1_1Cap_html"><div class="ttname"><a href="classL4_1_1Cap.html">L4::Cap</a></div><div class="ttdoc">C++ interface for capabilities.</div><div class="ttdef"><b>Definition</b> <a href="capability_8h_source.html#l00223">capability.h:224</a></div></div>
<div class="ttc" id="aclassL4_1_1Kobject__t_html"><div class="ttname"><a href="classL4_1_1Kobject__t.html">L4::Kobject_t</a></div><div class="ttdoc">Helper class to create an L4Re interface class that is derived from a single base class.</div><div class="ttdef"><b>Definition</b> <a href="____typeinfo_8h_source.html#l00749">__typeinfo.h:750</a></div></div>
<div class="ttc" id="aclassL4_1_1Kobject__t_html_a3d80fec7e057d575ec4b393437f05f8a"><div class="ttname"><a href="classL4_1_1Kobject__t.html#a3d80fec7e057d575ec4b393437f05f8a">L4::Kobject_t&lt; Goos, L4::Kobject, L4RE_PROTO_GOOS &gt;::c</a></div><div class="ttdeci">L4::Cap&lt; Class &gt; c() const noexcept</div><div class="ttdef"><b>Definition</b> <a href="____typeinfo_8h_source.html#l00769">__typeinfo.h:769</a></div></div>
<div class="ttc" id="aclassL4_1_1Kobject_html_a4f2117ae76762f4084e6a1adb915863c"><div class="ttname"><a href="classL4_1_1Kobject.html#a4f2117ae76762f4084e6a1adb915863c">L4::Kobject::cap</a></div><div class="ttdeci">l4_cap_idx_t cap() const noexcept</div><div class="ttdoc">Return capability selector.</div><div class="ttdef"><b>Definition</b> <a href="kobject_source.html#l00069">kobject:69</a></div></div>
<div class="ttc" id="adataspace_html"><div class="ttname"><a href="dataspace.html">dataspace</a></div><div class="ttdoc">Dataspace interface.</div></div>
<div class="ttc" id="agroup__l4__cap__api_html_ga1445e923ce73029130d569d6e69a4dd8"><div class="ttname"><a href="group__l4__cap__api.html#ga1445e923ce73029130d569d6e69a4dd8">l4_cap_idx_t</a></div><div class="ttdeci">unsigned long l4_cap_idx_t</div><div class="ttdoc">Capability selector type.</div><div class="ttdef"><b>Definition</b> <a href="l4_2sys_2types_8h_source.html#l00336">types.h:336</a></div></div>
<div class="ttc" id="agroup__l4__utcb__api_html_ga89be8a86d11c1d532b636cc2df1330fb"><div class="ttname"><a href="group__l4__utcb__api.html#ga89be8a86d11c1d532b636cc2df1330fb">l4_utcb_t</a></div><div class="ttdeci">struct l4_utcb_t l4_utcb_t</div><div class="ttdoc">Opaque type for the UTCB.</div><div class="ttdef"><b>Definition</b> <a href="l4_2sys_2utcb_8h_source.html#l00056">utcb.h:56</a></div></div>
<div class="ttc" id="agroup__l4__utcb__api_html_gadc099b4a59e1d99638c72c11a8c8b644"><div class="ttname"><a href="group__l4__utcb__api.html#gadc099b4a59e1d99638c72c11a8c8b644">l4_utcb</a></div><div class="ttdeci">l4_utcb_t * l4_utcb(void) L4_NOTHROW L4_PURE</div><div class="ttdoc">Get the UTCB address.</div><div class="ttdef"><b>Definition</b> <a href="l4_2sys_2utcb_8h_source.html#l00346">utcb.h:346</a></div></div>
<div class="ttc" id="agroup__l4sys__defines_html_ga63e7f1ab50a1b3049bdd0a34e97423c2"><div class="ttname"><a href="group__l4sys__defines.html#ga63e7f1ab50a1b3049bdd0a34e97423c2">L4_EXPORT</a></div><div class="ttdeci">#define L4_EXPORT</div><div class="ttdoc">Attribute to mark functions, variables, and data types as being exported from a library.</div><div class="ttdef"><b>Definition</b> <a href="compiler_8h_source.html#l00214">compiler.h:214</a></div></div>
<div class="ttc" id="aipc__iface_html"><div class="ttname"><a href="ipc__iface.html">ipc_iface</a></div><div class="ttdoc">Interface Definition Language.</div></div>
<div class="ttc" id="aipc__iface_html_a5772eb61b611f8f17bbc89e02e534ca1"><div class="ttname"><a href="ipc__iface.html#a5772eb61b611f8f17bbc89e02e534ca1">L4_INLINE_RPC</a></div><div class="ttdeci">#define L4_INLINE_RPC(res, name, args, attr...)</div><div class="ttdoc">Define an inline RPC call (type and callable).</div><div class="ttdef"><b>Definition</b> <a href="ipc__iface_source.html#l00482">ipc_iface:482</a></div></div>
<div class="ttc" id="aipc__iface_html_a5e5588cacb2659f18f48ae49c2beb800"><div class="ttname"><a href="ipc__iface.html#a5e5588cacb2659f18f48ae49c2beb800">L4_RPC</a></div><div class="ttdeci">#define L4_RPC(res, name, args, attr...)</div><div class="ttdoc">Define an RPC call (type and callable).</div><div class="ttdef"><b>Definition</b> <a href="ipc__iface_source.html#l00541">ipc_iface:541</a></div></div>
<div class="ttc" id="aipc__iface_html_a7bc5bdbe269ef0598c166ed1dd923549"><div class="ttname"><a href="ipc__iface.html#a7bc5bdbe269ef0598c166ed1dd923549">L4_INLINE_RPC_NF</a></div><div class="ttdeci">#define L4_INLINE_RPC_NF(res, name, args...)</div><div class="ttdoc">Define an inline RPC call type (the type only, no callable).</div><div class="ttdef"><b>Definition</b> <a href="ipc__iface_source.html#l00453">ipc_iface:453</a></div></div>
<div class="ttc" id="anamespaceL4Re_html"><div class="ttname"><a href="namespaceL4Re.html">L4Re</a></div><div class="ttdoc">L4Re C++ Interfaces.</div><div class="ttdef"><b>Definition</b> <a href="cmd__control_source.html#l00014">cmd_control:14</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1Goos_1_1Info_html"><div class="ttname"><a href="structL4Re_1_1Video_1_1Goos_1_1Info.html">L4Re::Video::Goos::Info</a></div><div class="ttdoc">Information structure of a Goos.</div><div class="ttdef"><b>Definition</b> <a href="#l00237">goos:238</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1Goos_1_1Info_html_a0a60de38bddcee93611d8a609bf28483"><div class="ttname"><a href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a0a60de38bddcee93611d8a609bf28483">L4Re::Video::Goos::Info::auto_refresh</a></div><div class="ttdeci">bool auto_refresh() const</div><div class="ttdoc">Return whether this Goos does auto refreshing or the view refresh functions must be used to make chan...</div><div class="ttdef"><b>Definition</b> <a href="#l00248">goos:248</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1Goos_1_1Info_html_a35547303cc10a12cb54e8ba84b79d880"><div class="ttname"><a href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a35547303cc10a12cb54e8ba84b79d880">L4Re::Video::Goos::Info::height</a></div><div class="ttdeci">unsigned long height</div><div class="ttdoc">Height.</div><div class="ttdef"><b>Definition</b> <a href="#l00240">goos:240</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1Goos_1_1Info_html_a36c21356d2ba773273c0d8c006c67cb5"><div class="ttname"><a href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a36c21356d2ba773273c0d8c006c67cb5">L4Re::Video::Goos::Info::width</a></div><div class="ttdeci">unsigned long width</div><div class="ttdoc">Width.</div><div class="ttdef"><b>Definition</b> <a href="#l00239">goos:239</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1Goos_1_1Info_html_a3f72e3f0f69cd4649440b6ef75365515"><div class="ttname"><a href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a3f72e3f0f69cd4649440b6ef75365515">L4Re::Video::Goos::Info::pixel_info</a></div><div class="ttdeci">Pixel_info pixel_info</div><div class="ttdoc">Pixel information.</div><div class="ttdef"><b>Definition</b> <a href="#l00244">goos:244</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1Goos_1_1Info_html_a4cc8a2214ff5117184b069b199c5919e"><div class="ttname"><a href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a4cc8a2214ff5117184b069b199c5919e">L4Re::Video::Goos::Info::has_dynamic_buffers</a></div><div class="ttdeci">bool has_dynamic_buffers() const</div><div class="ttdoc">Return whether dynamic buffers are supported.</div><div class="ttdef"><b>Definition</b> <a href="#l00254">goos:254</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1Goos_1_1Info_html_a64142fcc0857e34bca168b8c3582e6d9"><div class="ttname"><a href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a64142fcc0857e34bca168b8c3582e6d9">L4Re::Video::Goos::Info::has_pointer</a></div><div class="ttdeci">bool has_pointer() const</div><div class="ttdoc">Return whether a pointer is used by the provider of the Goos.</div><div class="ttdef"><b>Definition</b> <a href="#l00250">goos:250</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1Goos_1_1Info_html_a786bba9fa57f1156d7fea60a2130cb01"><div class="ttname"><a href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a786bba9fa57f1156d7fea60a2130cb01">L4Re::Video::Goos::Info::has_dynamic_views</a></div><div class="ttdeci">bool has_dynamic_views() const</div><div class="ttdoc">Return whether dynamic view are supported.</div><div class="ttdef"><b>Definition</b> <a href="#l00252">goos:252</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1Goos_1_1Info_html_a7feff4a4200c3d38597d21dbd52200e7"><div class="ttname"><a href="structL4Re_1_1Video_1_1Goos_1_1Info.html#a7feff4a4200c3d38597d21dbd52200e7">L4Re::Video::Goos::Info::flags</a></div><div class="ttdeci">unsigned flags</div><div class="ttdoc">Flags, see Flags.</div><div class="ttdef"><b>Definition</b> <a href="#l00241">goos:241</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1Goos_1_1Info_html_aa67aae51970e347752970cc42851b0ee"><div class="ttname"><a href="structL4Re_1_1Video_1_1Goos_1_1Info.html#aa67aae51970e347752970cc42851b0ee">L4Re::Video::Goos::Info::num_static_buffers</a></div><div class="ttdeci">unsigned num_static_buffers</div><div class="ttdoc">Number of static buffers.</div><div class="ttdef"><b>Definition</b> <a href="#l00243">goos:243</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1Goos_1_1Info_html_acfebd3bb031a9ad69060c5a93cf10645"><div class="ttname"><a href="structL4Re_1_1Video_1_1Goos_1_1Info.html#acfebd3bb031a9ad69060c5a93cf10645">L4Re::Video::Goos::Info::num_static_views</a></div><div class="ttdeci">unsigned num_static_views</div><div class="ttdoc">Number of static view.</div><div class="ttdef"><b>Definition</b> <a href="#l00242">goos:242</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1View_1_1Info_html"><div class="ttname"><a href="structL4Re_1_1Video_1_1View_1_1Info.html">L4Re::Video::View::Info</a></div><div class="ttdoc">Information structure of a view.</div><div class="ttdef"><b>Definition</b> <a href="#l00091">goos:92</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1View_1_1Info_html_a10dc91ab5d49a468df9d6e567abde60d"><div class="ttname"><a href="structL4Re_1_1Video_1_1View_1_1Info.html#a10dc91ab5d49a468df9d6e567abde60d">L4Re::Video::View::Info::pixel_info</a></div><div class="ttdeci">Pixel_info pixel_info</div><div class="ttdoc">Pixel information.</div><div class="ttdef"><b>Definition</b> <a href="#l00102">goos:102</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1View_1_1Info_html_a1fba85e111b9d71681f8ff816d6fabcd"><div class="ttname"><a href="structL4Re_1_1Video_1_1View_1_1Info.html#a1fba85e111b9d71681f8ff816d6fabcd">L4Re::Video::View::Info::height</a></div><div class="ttdeci">unsigned long height</div><div class="ttdoc">Height of the view in pixels.</div><div class="ttdef"><b>Definition</b> <a href="#l00099">goos:99</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1View_1_1Info_html_a1feaa33de5d1e61344496c9fac0e2c94"><div class="ttname"><a href="structL4Re_1_1Video_1_1View_1_1Info.html#a1feaa33de5d1e61344496c9fac0e2c94">L4Re::Video::View::Info::width</a></div><div class="ttdeci">unsigned long width</div><div class="ttdoc">Width of the view in pixels.</div><div class="ttdef"><b>Definition</b> <a href="#l00098">goos:98</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1View_1_1Info_html_a22c39aaefe89a7408526a97203eb2cae"><div class="ttname"><a href="structL4Re_1_1Video_1_1View_1_1Info.html#a22c39aaefe89a7408526a97203eb2cae">L4Re::Video::View::Info::has_set_buffer</a></div><div class="ttdeci">bool has_set_buffer() const</div><div class="ttdoc">Return whether a buffer is set.</div><div class="ttdef"><b>Definition</b> <a href="#l00111">goos:111</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1View_1_1Info_html_a351184edc84831ac00d2cbaf24e85e9f"><div class="ttname"><a href="structL4Re_1_1Video_1_1View_1_1Info.html#a351184edc84831ac00d2cbaf24e85e9f">L4Re::Video::View::Info::buffer_index</a></div><div class="ttdeci">unsigned buffer_index</div><div class="ttdoc">Number of the buffer used for this view.</div><div class="ttdef"><b>Definition</b> <a href="#l00103">goos:103</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1View_1_1Info_html_a381d417f823c03dd6bfa566cc949f4c6"><div class="ttname"><a href="structL4Re_1_1Video_1_1View_1_1Info.html#a381d417f823c03dd6bfa566cc949f4c6">L4Re::Video::View::Info::xpos</a></div><div class="ttdeci">unsigned long xpos</div><div class="ttdoc">X position in pixels of the view in the Goos.</div><div class="ttdef"><b>Definition</b> <a href="#l00096">goos:96</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1View_1_1Info_html_a49518030468a45b14e5c6ca585b1c835"><div class="ttname"><a href="structL4Re_1_1Video_1_1View_1_1Info.html#a49518030468a45b14e5c6ca585b1c835">L4Re::Video::View::Info::view_index</a></div><div class="ttdeci">unsigned view_index</div><div class="ttdoc">Index of the view.</div><div class="ttdef"><b>Definition</b> <a href="#l00094">goos:94</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1View_1_1Info_html_a4aff63a96f7c9f1ca8179c089b3310c8"><div class="ttname"><a href="structL4Re_1_1Video_1_1View_1_1Info.html#a4aff63a96f7c9f1ca8179c089b3310c8">L4Re::Video::View::Info::buffer_offset</a></div><div class="ttdeci">unsigned long buffer_offset</div><div class="ttdoc">Offset in the memory buffer in bytes.</div><div class="ttdef"><b>Definition</b> <a href="#l00100">goos:100</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1View_1_1Info_html_a677497b823098a0d2c69794bd58a75dd"><div class="ttname"><a href="structL4Re_1_1Video_1_1View_1_1Info.html#a677497b823098a0d2c69794bd58a75dd">L4Re::Video::View::Info::has_set_pixel</a></div><div class="ttdeci">bool has_set_pixel() const</div><div class="ttdoc">Return whether the given pixel information is valid.</div><div class="ttdef"><b>Definition</b> <a href="#l00117">goos:117</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1View_1_1Info_html_a852e02404702519021078051f9dab1a2"><div class="ttname"><a href="structL4Re_1_1Video_1_1View_1_1Info.html#a852e02404702519021078051f9dab1a2">L4Re::Video::View::Info::bytes_per_line</a></div><div class="ttdeci">unsigned long bytes_per_line</div><div class="ttdoc">Bytes per line.</div><div class="ttdef"><b>Definition</b> <a href="#l00101">goos:101</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1View_1_1Info_html_aa2bb866b5612bf083fd7303e6f84afc1"><div class="ttname"><a href="structL4Re_1_1Video_1_1View_1_1Info.html#aa2bb866b5612bf083fd7303e6f84afc1">L4Re::Video::View::Info::has_static_buffer</a></div><div class="ttdeci">bool has_static_buffer() const</div><div class="ttdoc">Return whether the view has a static buffer.</div><div class="ttdef"><b>Definition</b> <a href="#l00106">goos:106</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1View_1_1Info_html_ab7dd87a779400ed0fca88f485b9a638b"><div class="ttname"><a href="structL4Re_1_1Video_1_1View_1_1Info.html#ab7dd87a779400ed0fca88f485b9a638b">L4Re::Video::View::Info::dump</a></div><div class="ttdeci">void dump(OUT &amp;s) const</div><div class="ttdoc">Dump information on the view information to a stream.</div><div class="ttdef"><b>Definition</b> <a href="#l00123">goos:123</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1View_1_1Info_html_aba3960b90c985b97aec9f4ab290dea37"><div class="ttname"><a href="structL4Re_1_1Video_1_1View_1_1Info.html#aba3960b90c985b97aec9f4ab290dea37">L4Re::Video::View::Info::has_set_buffer_offset</a></div><div class="ttdeci">bool has_set_buffer_offset() const</div><div class="ttdoc">Return whether the given buffer offset is valid.</div><div class="ttdef"><b>Definition</b> <a href="#l00113">goos:113</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1View_1_1Info_html_aca893e357cdaf6729477d065aceec8cd"><div class="ttname"><a href="structL4Re_1_1Video_1_1View_1_1Info.html#aca893e357cdaf6729477d065aceec8cd">L4Re::Video::View::Info::ypos</a></div><div class="ttdeci">unsigned long ypos</div><div class="ttdoc">Y position in pixels of the view in the Goos.</div><div class="ttdef"><b>Definition</b> <a href="#l00097">goos:97</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1View_1_1Info_html_adb446081538cb98e99ef8acb4f2dac44"><div class="ttname"><a href="structL4Re_1_1Video_1_1View_1_1Info.html#adb446081538cb98e99ef8acb4f2dac44">L4Re::Video::View::Info::has_set_bytes_per_line</a></div><div class="ttdeci">bool has_set_bytes_per_line() const</div><div class="ttdoc">Return whether the given bytes-per-line value is valid.</div><div class="ttdef"><b>Definition</b> <a href="#l00115">goos:115</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1View_1_1Info_html_ae680a92b6f5e0611a7fc3b3f5bb0300f"><div class="ttname"><a href="structL4Re_1_1Video_1_1View_1_1Info.html#ae680a92b6f5e0611a7fc3b3f5bb0300f">L4Re::Video::View::Info::flags</a></div><div class="ttdeci">unsigned flags</div><div class="ttdoc">Flags, see Flags and V_flags.</div><div class="ttdef"><b>Definition</b> <a href="#l00093">goos:93</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1View_1_1Info_html_aeacb010500d75930ba45d88dd72f67c7"><div class="ttname"><a href="structL4Re_1_1Video_1_1View_1_1Info.html#aeacb010500d75930ba45d88dd72f67c7">L4Re::Video::View::Info::has_static_buffer_offset</a></div><div class="ttdeci">bool has_static_buffer_offset() const</div><div class="ttdoc">Return whether the static buffer offset is available.</div><div class="ttdef"><b>Definition</b> <a href="#l00108">goos:108</a></div></div>
<div class="ttc" id="astructL4Re_1_1Video_1_1View_1_1Info_html_aedfe4dabeb386e19365a54d465effc58"><div class="ttname"><a href="structL4Re_1_1Video_1_1View_1_1Info.html#aedfe4dabeb386e19365a54d465effc58">L4Re::Video::View::Info::has_set_position</a></div><div class="ttdeci">bool has_set_position() const</div><div class="ttdoc">Return whether the position information given is valid.</div><div class="ttdef"><b>Definition</b> <a href="#l00119">goos:119</a></div></div>
<div class="ttc" id="astructL4_1_1Ipc_1_1Out_html"><div class="ttname"><a href="structL4_1_1Ipc_1_1Out.html">L4::Ipc::Out</a></div><div class="ttdoc">Mark an argument as a output value in an RPC signature.</div><div class="ttdef"><b>Definition</b> <a href="ipc__types_source.html#l00031">ipc_types:31</a></div></div>
<div class="ttc" id="astructL4_1_1Typeid_1_1Rpcs_html"><div class="ttname"><a href="structL4_1_1Typeid_1_1Rpcs.html">L4::Typeid::Rpcs</a></div><div class="ttdoc">Standard list of RPCs of an interface.</div><div class="ttdef"><b>Definition</b> <a href="____typeinfo_8h_source.html#l00428">__typeinfo.h:428</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
</div><!-- container -->
<!-- HTML footer for doxygen 1.9.1-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><b>l4</b></li><li class="navelem"><b>re</b></li><li class="navelem"><b>video</b></li><li class="navelem"><b>goos</b></li>
<li class="footer">Generated on <span class="timestamp"></span> for L4Re Operating System Framework by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.15.0 </li>
</ul>
</div>
</body>
</html>