summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCircle CI <circleci@navit-project.org>2020-10-31 12:58:11 +0000
committerCircle CI <circleci@navit-project.org>2020-10-31 12:58:11 +0000
commitd7030d37a7e4d2f076c702e194b047aa4f45cd68 (patch)
tree0b7dd4e98dee8f029e0cd053cf3d37078c55a209
parentcaa79ea3f3d2de9b3e333eded6e50fd601b1b857 (diff)
downloadnavit-d7030d37a7e4d2f076c702e194b047aa4f45cd68.tar.gz
update:doc:Doxygen update for commit 6819fe255df971f78e8a011b6374f1e9c7740d25 [ci skip]
-rw-r--r--VSSpeechSynthesizer_8h_source.html2
-rw-r--r--navigation_8h.html2
-rw-r--r--osd__core_8c.html7
-rw-r--r--structosd__item.html2
4 files changed, 7 insertions, 6 deletions
diff --git a/VSSpeechSynthesizer_8h_source.html b/VSSpeechSynthesizer_8h_source.html
index 282e85a5b..0f962f177 100644
--- a/VSSpeechSynthesizer_8h_source.html
+++ b/VSSpeechSynthesizer_8h_source.html
@@ -87,7 +87,7 @@ $(document).ready(function(){initNavTree('VSSpeechSynthesizer_8h_source.html',''
<a href="VSSpeechSynthesizer_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#import &lt;foundation/foundation.h&gt;</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;</div><div class="line"><a name="l00003"></a><span class="lineno"><a class="line" href="interfaceVSSpeechSynthesizer.html"> 3</a></span>&#160;<span class="keyword">@interface </span><a class="code" href="interfaceVSSpeechSynthesizer.html">VSSpeechSynthesizer</a> : NSObject</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;{</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;}</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;+ (id)<a class="code" href="interfaceVSSpeechSynthesizer.html#a5a7b3ef55ce44ef92b830d80c6da2f75">availableLanguageCodes</a>;</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;+ (BOOL)<a class="code" href="interfaceVSSpeechSynthesizer.html#a08b5b4954718a35846cb7952f36bf3d0">isSystemSpeaking</a>;</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;- (id)startSpeakingString:(<span class="keywordtype">id</span>)string;</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;- (id)startSpeakingString:(<span class="keywordtype">id</span>)<span class="keywordtype">string</span> toURL:(id)url;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;- (id)startSpeakingString:(<span class="keywordtype">id</span>)<span class="keywordtype">string</span> toURL:(id)url withLanguageCode:(<span class="keywordtype">id</span>)code;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;- (float)<a class="code" href="interfaceVSSpeechSynthesizer.html#a3adf24f3a4f947468fa658d2eb81e495">rate</a>; <span class="comment">// default rate: 1</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;- (id)setRate:(<span class="keywordtype">float</span>)<a class="code" href="interfaceVSSpeechSynthesizer.html#a3adf24f3a4f947468fa658d2eb81e495">rate</a>;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;- (float)<a class="code" href="interfaceVSSpeechSynthesizer.html#a34e515e08388f7f1be1dffc34764035e">pitch</a>; <span class="comment">// default pitch: 0.5</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;- (id)setPitch:(<span class="keywordtype">float</span>)<a class="code" href="interfaceVSSpeechSynthesizer.html#a34e515e08388f7f1be1dffc34764035e">pitch</a>;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;- (float)<a class="code" href="structvolume.html">volume</a>; <span class="comment">// default volume: 0.8</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;- (id)setVolume:(<span class="keywordtype">float</span>)<a class="code" href="interfaceVSSpeechSynthesizer.html#aa989bc284ea7db534120e271c5bc3546">volume</a>;</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="keyword">@end</span></div><div class="ttc" id="interfaceVSSpeechSynthesizer_html_a34e515e08388f7f1be1dffc34764035e"><div class="ttname"><a href="interfaceVSSpeechSynthesizer.html#a34e515e08388f7f1be1dffc34764035e">-[VSSpeechSynthesizer pitch]</a></div><div class="ttdeci">float pitch()</div></div>
<div class="ttc" id="interfaceVSSpeechSynthesizer_html_a08b5b4954718a35846cb7952f36bf3d0"><div class="ttname"><a href="interfaceVSSpeechSynthesizer.html#a08b5b4954718a35846cb7952f36bf3d0">+[VSSpeechSynthesizer isSystemSpeaking]</a></div><div class="ttdeci">BOOL isSystemSpeaking()</div></div>
<div class="ttc" id="interfaceVSSpeechSynthesizer_html"><div class="ttname"><a href="interfaceVSSpeechSynthesizer.html">VSSpeechSynthesizer</a></div><div class="ttdef"><b>Definition:</b> VSSpeechSynthesizer.h:3</div></div>
-<div class="ttc" id="structvolume_html"><div class="ttname"><a href="structvolume.html">volume</a></div><div class="ttdef"><b>Definition:</b> osd_core.c:3593</div></div>
+<div class="ttc" id="structvolume_html"><div class="ttname"><a href="structvolume.html">volume</a></div><div class="ttdef"><b>Definition:</b> osd_core.c:3606</div></div>
<div class="ttc" id="interfaceVSSpeechSynthesizer_html_aa989bc284ea7db534120e271c5bc3546"><div class="ttname"><a href="interfaceVSSpeechSynthesizer.html#aa989bc284ea7db534120e271c5bc3546">-[VSSpeechSynthesizer volume]</a></div><div class="ttdeci">float volume()</div></div>
<div class="ttc" id="interfaceVSSpeechSynthesizer_html_a3adf24f3a4f947468fa658d2eb81e495"><div class="ttname"><a href="interfaceVSSpeechSynthesizer.html#a3adf24f3a4f947468fa658d2eb81e495">-[VSSpeechSynthesizer rate]</a></div><div class="ttdeci">float rate()</div></div>
<div class="ttc" id="interfaceVSSpeechSynthesizer_html_a5a7b3ef55ce44ef92b830d80c6da2f75"><div class="ttname"><a href="interfaceVSSpeechSynthesizer.html#a5a7b3ef55ce44ef92b830d80c6da2f75">+[VSSpeechSynthesizer availableLanguageCodes]</a></div><div class="ttdeci">id availableLanguageCodes()</div></div>
diff --git a/navigation_8h.html b/navigation_8h.html
index 029308b0b..c1f42790e 100644
--- a/navigation_8h.html
+++ b/navigation_8h.html
@@ -164,7 +164,7 @@ Functions</h2></td></tr>
<p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.</p>
<p>You should have received a copy of the GNU Library General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. </p>
-<p class="reference">Referenced by <a class="el" href="osd__core_8c.html#a5bb307bf8e4b8fc62ddfa7d4e7033ade">format_distance()</a>, <a class="el" href="osd__core_8c.html#a048f90976bc0dfeaf113835e2e92e595">format_speed()</a>, <a class="el" href="navigation_8c.html#a55fdd8d56acdf0069268354fca794ab3">get_distance_str()</a>, <a class="el" href="gui__gtk__poi_8c.html#a139bd4131511ebd1499b9c0ccc454492">model_poi()</a>, <a class="el" href="group__navit.html#ga9840d0a2ac5a308e1249fdda78e87dc0">navit_window_roadbook_update()</a>, and <a class="el" href="gui__gtk__statusbar_8c.html#a798ad4510fcf2ee073cf71d5b859a549">statusbar_route_update()</a>.</p>
+<p class="reference">Referenced by <a class="el" href="osd__core_8c.html#a5bb307bf8e4b8fc62ddfa7d4e7033ade">format_distance()</a>, <a class="el" href="osd__core_8c.html#a048f90976bc0dfeaf113835e2e92e595">format_speed()</a>, <a class="el" href="navigation_8c.html#a55fdd8d56acdf0069268354fca794ab3">get_distance_str()</a>, <a class="el" href="gui__gtk__poi_8c.html#a139bd4131511ebd1499b9c0ccc454492">model_poi()</a>, <a class="el" href="group__navit.html#ga9840d0a2ac5a308e1249fdda78e87dc0">navit_window_roadbook_update()</a>, <a class="el" href="osd__core_8c.html#a5931ef28c52eba156129c563fa2fcaaa">osd_text_format_attr()</a>, and <a class="el" href="gui__gtk__statusbar_8c.html#a798ad4510fcf2ee073cf71d5b859a549">statusbar_route_update()</a>.</p>
</div>
</div>
diff --git a/osd__core_8c.html b/osd__core_8c.html
index 2c3a4ff0c..acab56bee 100644
--- a/osd__core_8c.html
+++ b/osd__core_8c.html
@@ -1771,7 +1771,7 @@ Variables</h2></td></tr>
</table>
</div><div class="memdoc">
-<p class="reference">References <a class="el" href="speech_8c.html#a0924606e49ec00b2f1e75281f4a19694">active</a>, <a class="el" href="structosd__priv__common.html#a43b3e90bcb588f26ac6315667d7a121f">osd_priv_common::data</a>, <a class="el" href="debug_8h.html#aba3c0ccefe6daa8941b173073268729e">dbg</a>, <a class="el" href="structosd__item.html#a319f355cf548f743d3bae3019d6cd916">osd_item::do_draw</a>, <a class="el" href="graphics_8c.html#aaf0787db32faf380b8853fcd3b635252">do_draw()</a>, <a class="el" href="graphics_8h.html#ad01f84cc748ef81b278a4be6ff1ea89aa88298faad2fed2eb4fd66dc5a4848c57">draw_mode_end</a>, <a class="el" href="structosd__item.html#ac5ef7d8953962a62a3bda46d04ac1548">osd_item::gr</a>, <a class="el" href="graphics_8c.html#ae7d89638f602a27225c942e9ecfe9c23">graphics_draw_image()</a>, <a class="el" href="graphics_8c.html#a4346119c6921341dfc973a00579286a9">graphics_draw_mode()</a>, <a class="el" href="graphics_8c.html#a2a3820d6f2211c0eea75cd71c963f790">graphics_image_free()</a>, <a class="el" href="graphics_8c.html#abf6614712d6fa6fc9518b609cfafb7d9">graphics_image_new_scaled()</a>, <a class="el" href="structosd__item.html#aff849de461cbd617b0e26e39df0cf6be">osd_item::h</a>, <a class="el" href="structgps__status.html#a30a0f4080c2b22c302725c0cd53cd971">gps_status::icon_src</a>, <a class="el" href="debug_8h.html#a3ce13c42b29fe2a7552478859b7f3c25aa4a22485b46e3407434f1093e42867d4">lvl_debug</a>, <a class="el" href="group__navit.html#gad65e35daa2f1f3182f161b6d1e062030">navit_get_attr()</a>, <a class="el" href="osd_8c.html#a9f451d32667e1745917e76a9133bb469">osd_fill_with_bgcolor()</a>, <a class="el" href="structosd__priv__common.html#a682e1061dee6819cc6c0817d2153f0dd">osd_priv_common::osd_item</a>, <a class="el" href="mg_8h.html#aaf29c41f2020649a36c2820ffa06119a">p</a>, <a class="el" href="structgps__status.html#adf30446b4f6fb330cbd73da00f3dda37">gps_status::strength</a>, <a class="el" href="vehicle_8c.html#ab577c5088da819c7a9d6beb98a0f1e90">vehicle_get_attr()</a>, and <a class="el" href="structosd__item.html#a57318924da99a40920bd552e4206aa06">osd_item::w</a>.</p>
+<p class="reference">References <a class="el" href="speech_8c.html#a0924606e49ec00b2f1e75281f4a19694">active</a>, <a class="el" href="structosd__priv__common.html#a43b3e90bcb588f26ac6315667d7a121f">osd_priv_common::data</a>, <a class="el" href="debug_8h.html#aba3c0ccefe6daa8941b173073268729e">dbg</a>, <a class="el" href="structosd__item.html#a319f355cf548f743d3bae3019d6cd916">osd_item::do_draw</a>, <a class="el" href="graphics_8c.html#aaf0787db32faf380b8853fcd3b635252">do_draw()</a>, <a class="el" href="graphics_8h.html#ad01f84cc748ef81b278a4be6ff1ea89aa88298faad2fed2eb4fd66dc5a4848c57">draw_mode_end</a>, <a class="el" href="structosd__item.html#ac5ef7d8953962a62a3bda46d04ac1548">osd_item::gr</a>, <a class="el" href="structosd__item.html#a41caf500389648ee9f8ba928870bd474">osd_item::graphic_fg</a>, <a class="el" href="graphics_8c.html#ae7d89638f602a27225c942e9ecfe9c23">graphics_draw_image()</a>, <a class="el" href="graphics_8c.html#a4346119c6921341dfc973a00579286a9">graphics_draw_mode()</a>, <a class="el" href="graphics_8c.html#a2a3820d6f2211c0eea75cd71c963f790">graphics_image_free()</a>, <a class="el" href="graphics_8c.html#abf6614712d6fa6fc9518b609cfafb7d9">graphics_image_new_scaled()</a>, <a class="el" href="structosd__item.html#aff849de461cbd617b0e26e39df0cf6be">osd_item::h</a>, <a class="el" href="structgps__status.html#a30a0f4080c2b22c302725c0cd53cd971">gps_status::icon_src</a>, <a class="el" href="debug_8h.html#a3ce13c42b29fe2a7552478859b7f3c25aa4a22485b46e3407434f1093e42867d4">lvl_debug</a>, <a class="el" href="group__navit.html#gad65e35daa2f1f3182f161b6d1e062030">navit_get_attr()</a>, <a class="el" href="osd_8c.html#a9f451d32667e1745917e76a9133bb469">osd_fill_with_bgcolor()</a>, <a class="el" href="structosd__priv__common.html#a682e1061dee6819cc6c0817d2153f0dd">osd_priv_common::osd_item</a>, <a class="el" href="mg_8h.html#aaf29c41f2020649a36c2820ffa06119a">p</a>, <a class="el" href="structgps__status.html#adf30446b4f6fb330cbd73da00f3dda37">gps_status::strength</a>, <a class="el" href="vehicle_8c.html#ab577c5088da819c7a9d6beb98a0f1e90">vehicle_get_attr()</a>, and <a class="el" href="structosd__item.html#a57318924da99a40920bd552e4206aa06">osd_item::w</a>.</p>
<p class="reference">Referenced by <a class="el" href="osd__core_8c.html#aa403197294b888b5c905fa73e1ec201d">osd_gps_status_init()</a>, and <a class="el" href="osd__core_8c.html#aeaa0fb8ccb06e2278bc0bf0a2ff7eb21">osd_gps_status_new()</a>.</p>
@@ -3691,8 +3691,9 @@ Variables</h2></td></tr>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The formatted value </dd></dl>
+<p>johnk 8/13/2020 if format is "feet" then return feet else if format is "imperial" return meters or feet as controlled by "imperial" return meters</p>
-<p class="reference">References <a class="el" href="attr_8c.html#aa0ebda0950efd7e0f64fecf36ae5c462">attr_to_text()</a>, <a class="el" href="structattr.html#a439b17886c791f6d9b6873f3ec354353">attr::coord_geo</a>, <a class="el" href="coord_8h.html#ab414d48bf3be54c39da88757cf788300a75a463d01a1d23d9983b0556f43e7e72">DEGREES_DECIMAL</a>, <a class="el" href="coord_8h.html#ab414d48bf3be54c39da88757cf788300a227f7517d9c114d38cfe5d63962b945c">DEGREES_MINUTES</a>, <a class="el" href="coord_8h.html#ab414d48bf3be54c39da88757cf788300a9b40f609e4dc87612105062881268f1d">DEGREES_MINUTES_SECONDS</a>, <a class="el" href="osd__core_8c.html#a5bb307bf8e4b8fc62ddfa7d4e7033ade">format_distance()</a>, <a class="el" href="osd__core_8c.html#acc1111bdf9049c1d0815a5b092231cb6">format_float_0()</a>, <a class="el" href="osd__core_8c.html#a048f90976bc0dfeaf113835e2e92e595">format_speed()</a>, <a class="el" href="osd__core_8c.html#a43bcc984b8251493bac9a9353ab9c087">format_time()</a>, <a class="el" href="util_8c.html#a9a11b449553663eca76c4ca486e7ebd2">iso8601_to_secs()</a>, <a class="el" href="structcoord__geo.html#a549223ef1f76a24ba2568a4b25a0f766">coord_geo::lat</a>, <a class="el" href="structcoord__geo.html#aa780b02448f92912d7c6a541f289e8fb">coord_geo::lng</a>, <a class="el" href="structattr.html#aebf8c468883c8a41033b97c2ae91003b">attr::num</a>, <a class="el" href="structattr.html#a76048cf7f2de123ea5250cf82f32702b">attr::numd</a>, <a class="el" href="namespacestartup.html#a1e9cd55f4c54905a6806f443061819f7">startup::pos</a>, <a class="el" href="structattr.html#a2a2a2da11501e5c4b5464938c91b87e9">attr::str</a>, <a class="el" href="structattr.html#acbbeecb9ce16c2d7973d0bd2ff544457">attr::type</a>, and <a class="el" href="structattr.html#a682d33096ece5ad806426918c15c4b10">attr::u</a>.</p>
+<p class="reference">References <a class="el" href="attr_8c.html#aa0ebda0950efd7e0f64fecf36ae5c462">attr_to_text()</a>, <a class="el" href="structattr.html#a439b17886c791f6d9b6873f3ec354353">attr::coord_geo</a>, <a class="el" href="coord_8h.html#ab414d48bf3be54c39da88757cf788300a75a463d01a1d23d9983b0556f43e7e72">DEGREES_DECIMAL</a>, <a class="el" href="coord_8h.html#ab414d48bf3be54c39da88757cf788300a227f7517d9c114d38cfe5d63962b945c">DEGREES_MINUTES</a>, <a class="el" href="coord_8h.html#ab414d48bf3be54c39da88757cf788300a9b40f609e4dc87612105062881268f1d">DEGREES_MINUTES_SECONDS</a>, <a class="el" href="navigation_8h.html#ae12f53427fba2f2790098221f27e8cee">FEET_PER_METER</a>, <a class="el" href="osd__core_8c.html#a5bb307bf8e4b8fc62ddfa7d4e7033ade">format_distance()</a>, <a class="el" href="osd__core_8c.html#acc1111bdf9049c1d0815a5b092231cb6">format_float_0()</a>, <a class="el" href="osd__core_8c.html#a048f90976bc0dfeaf113835e2e92e595">format_speed()</a>, <a class="el" href="osd__core_8c.html#a43bcc984b8251493bac9a9353ab9c087">format_time()</a>, <a class="el" href="util_8c.html#a9a11b449553663eca76c4ca486e7ebd2">iso8601_to_secs()</a>, <a class="el" href="structcoord__geo.html#a549223ef1f76a24ba2568a4b25a0f766">coord_geo::lat</a>, <a class="el" href="structcoord__geo.html#aa780b02448f92912d7c6a541f289e8fb">coord_geo::lng</a>, <a class="el" href="structattr.html#aebf8c468883c8a41033b97c2ae91003b">attr::num</a>, <a class="el" href="structattr.html#a76048cf7f2de123ea5250cf82f32702b">attr::numd</a>, <a class="el" href="namespacestartup.html#a1e9cd55f4c54905a6806f443061819f7">startup::pos</a>, <a class="el" href="structattr.html#a2a2a2da11501e5c4b5464938c91b87e9">attr::str</a>, <a class="el" href="structattr.html#acbbeecb9ce16c2d7973d0bd2ff544457">attr::type</a>, and <a class="el" href="structattr.html#a682d33096ece5ad806426918c15c4b10">attr::u</a>.</p>
<p class="reference">Referenced by <a class="el" href="osd__core_8c.html#ad1b3aad9b6f3d02df61bea4c5759ebb4">osd_text_draw()</a>.</p>
@@ -4022,7 +4023,7 @@ Variables</h2></td></tr>
</table>
</div><div class="memdoc">
-<p class="reference">References <a class="el" href="speech_8c.html#a0924606e49ec00b2f1e75281f4a19694">active</a>, <a class="el" href="structosd__priv__common.html#a43b3e90bcb588f26ac6315667d7a121f">osd_priv_common::data</a>, <a class="el" href="graphics_8h.html#ad01f84cc748ef81b278a4be6ff1ea89aa88298faad2fed2eb4fd66dc5a4848c57">draw_mode_end</a>, <a class="el" href="structosd__item.html#ac5ef7d8953962a62a3bda46d04ac1548">osd_item::gr</a>, <a class="el" href="graphics_8c.html#ae7d89638f602a27225c942e9ecfe9c23">graphics_draw_image()</a>, <a class="el" href="graphics_8c.html#a4346119c6921341dfc973a00579286a9">graphics_draw_mode()</a>, <a class="el" href="graphics_8c.html#a2a3820d6f2211c0eea75cd71c963f790">graphics_image_free()</a>, <a class="el" href="graphics_8c.html#abf6614712d6fa6fc9518b609cfafb7d9">graphics_image_new_scaled()</a>, <a class="el" href="structosd__item.html#aff849de461cbd617b0e26e39df0cf6be">osd_item::h</a>, <a class="el" href="structvolume.html#ae3402dab36c6175608152df79ce9d89b">volume::icon_src</a>, <a class="el" href="osd_8c.html#a9f451d32667e1745917e76a9133bb469">osd_fill_with_bgcolor()</a>, <a class="el" href="structosd__priv__common.html#a682e1061dee6819cc6c0817d2153f0dd">osd_priv_common::osd_item</a>, <a class="el" href="mg_8h.html#aaf29c41f2020649a36c2820ffa06119a">p</a>, <a class="el" href="structvolume.html#a16addf0dcd52099919b18a9234b2c8cb">volume::strength</a>, and <a class="el" href="structosd__item.html#a57318924da99a40920bd552e4206aa06">osd_item::w</a>.</p>
+<p class="reference">References <a class="el" href="speech_8c.html#a0924606e49ec00b2f1e75281f4a19694">active</a>, <a class="el" href="structosd__priv__common.html#a43b3e90bcb588f26ac6315667d7a121f">osd_priv_common::data</a>, <a class="el" href="graphics_8h.html#ad01f84cc748ef81b278a4be6ff1ea89aa88298faad2fed2eb4fd66dc5a4848c57">draw_mode_end</a>, <a class="el" href="structosd__item.html#ac5ef7d8953962a62a3bda46d04ac1548">osd_item::gr</a>, <a class="el" href="structosd__item.html#a41caf500389648ee9f8ba928870bd474">osd_item::graphic_fg</a>, <a class="el" href="graphics_8c.html#ae7d89638f602a27225c942e9ecfe9c23">graphics_draw_image()</a>, <a class="el" href="graphics_8c.html#a4346119c6921341dfc973a00579286a9">graphics_draw_mode()</a>, <a class="el" href="graphics_8c.html#a2a3820d6f2211c0eea75cd71c963f790">graphics_image_free()</a>, <a class="el" href="graphics_8c.html#abf6614712d6fa6fc9518b609cfafb7d9">graphics_image_new_scaled()</a>, <a class="el" href="structosd__item.html#aff849de461cbd617b0e26e39df0cf6be">osd_item::h</a>, <a class="el" href="structvolume.html#ae3402dab36c6175608152df79ce9d89b">volume::icon_src</a>, <a class="el" href="osd_8c.html#a9f451d32667e1745917e76a9133bb469">osd_fill_with_bgcolor()</a>, <a class="el" href="structosd__priv__common.html#a682e1061dee6819cc6c0817d2153f0dd">osd_priv_common::osd_item</a>, <a class="el" href="mg_8h.html#aaf29c41f2020649a36c2820ffa06119a">p</a>, <a class="el" href="structvolume.html#a16addf0dcd52099919b18a9234b2c8cb">volume::strength</a>, and <a class="el" href="structosd__item.html#a57318924da99a40920bd552e4206aa06">osd_item::w</a>.</p>
<p class="reference">Referenced by <a class="el" href="osd__core_8c.html#af38f3240c89a339eec782b87faa215d6">osd_volume_click()</a>, <a class="el" href="osd__core_8c.html#a0f1c6d57c8eb8da79cd2194161eb300a">osd_volume_init()</a>, and <a class="el" href="osd__core_8c.html#ac6e2c6ca9936d49bf3d2d48ddf5f3eaf">osd_volume_new()</a>.</p>
diff --git a/structosd__item.html b/structosd__item.html
index c3fb0b1d5..2565b8d5b 100644
--- a/structosd__item.html
+++ b/structosd__item.html
@@ -372,7 +372,7 @@ Data Fields</h2></td></tr>
</table>
</div><div class="memdoc">
-<p class="reference">Referenced by <a class="el" href="osd__core_8c.html#a99c2e93db2ce347aef3fa40d045400bb">osd_cmd_interface_draw()</a>, <a class="el" href="osd__core_8c.html#ab6e27365e27098126d1004a72d9c11f0">osd_cmd_interface_init()</a>, <a class="el" href="osd__core_8c.html#a8ec589bef5aa2b80cf52734966b98332">osd_compass_draw()</a>, <a class="el" href="osd__core_8c.html#a3e2140721a5b43a86b971cef5a3a60dc">osd_compass_init()</a>, <a class="el" href="osd__core_8c.html#acc7a4456ae3b97ce79a9f2f26e572369">osd_nav_toggle_announcer_draw()</a>, <a class="el" href="osd__core_8c.html#a043e8cab591d1f6e333932e16b830863">osd_odometer_draw()</a>, <a class="el" href="osd__core_8c.html#af8725b58572fcb153196e0a7878eb022">osd_odometer_init()</a>, <a class="el" href="osd__core_8c.html#ad86e59ee7e69545d881064ea9d27b700">osd_route_guard_draw()</a>, <a class="el" href="osd__core_8c.html#a4f5922c0e7f4e1e1e7aef609a1c77553">osd_route_guard_init()</a>, <a class="el" href="osd__core_8c.html#a3ced02162786631e06d466a9931cdc97">osd_scale_draw()</a>, <a class="el" href="osd_8h.html#a81f8a476d02d720a1b174604901d0218">osd_set_std_graphic()</a>, <a class="el" href="osd__core_8c.html#a769bb80e8557a8a7208da0721c5e36af">osd_stopwatch_draw()</a>, and <a class="el" href="osd__core_8c.html#a01764c7c3edac5d89301b21301be277b">osd_stopwatch_init()</a>.</p>
+<p class="reference">Referenced by <a class="el" href="osd__core_8c.html#a99c2e93db2ce347aef3fa40d045400bb">osd_cmd_interface_draw()</a>, <a class="el" href="osd__core_8c.html#ab6e27365e27098126d1004a72d9c11f0">osd_cmd_interface_init()</a>, <a class="el" href="osd__core_8c.html#a8ec589bef5aa2b80cf52734966b98332">osd_compass_draw()</a>, <a class="el" href="osd__core_8c.html#a3e2140721a5b43a86b971cef5a3a60dc">osd_compass_init()</a>, <a class="el" href="osd__core_8c.html#a03027a6fcacad6b9d1c39ef2f4fa0a70">osd_gps_status_draw()</a>, <a class="el" href="osd__core_8c.html#acc7a4456ae3b97ce79a9f2f26e572369">osd_nav_toggle_announcer_draw()</a>, <a class="el" href="osd__core_8c.html#a043e8cab591d1f6e333932e16b830863">osd_odometer_draw()</a>, <a class="el" href="osd__core_8c.html#af8725b58572fcb153196e0a7878eb022">osd_odometer_init()</a>, <a class="el" href="osd__core_8c.html#ad86e59ee7e69545d881064ea9d27b700">osd_route_guard_draw()</a>, <a class="el" href="osd__core_8c.html#a4f5922c0e7f4e1e1e7aef609a1c77553">osd_route_guard_init()</a>, <a class="el" href="osd__core_8c.html#a3ced02162786631e06d466a9931cdc97">osd_scale_draw()</a>, <a class="el" href="osd_8h.html#a81f8a476d02d720a1b174604901d0218">osd_set_std_graphic()</a>, <a class="el" href="osd__core_8c.html#a769bb80e8557a8a7208da0721c5e36af">osd_stopwatch_draw()</a>, <a class="el" href="osd__core_8c.html#a01764c7c3edac5d89301b21301be277b">osd_stopwatch_init()</a>, and <a class="el" href="osd__core_8c.html#aa504efc8d3c3f57bc4fd76f83682ba53">osd_volume_draw()</a>.</p>
</div>
</div>