1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 4<head> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 <meta http-equiv="Content-Style-Type" content="text/css" /> 7 <link rel="stylesheet" href="../../css/manpage.css" type="text/css" /> 8</head> 9<body> 10 11<h1>tpl - IconSample Demo</h1> 12 13<h2>Description</h2> 14 15<div class="section"> 16<p>This sample demonstrates the typical usage of the TPL library.<BR>The upper screen displays a 48 x 48 pixel icon, and the lower screen displays a 24 x 24 pixel icon.</p> 17</div> 18 19<h2>Required Environment</h2> 20 21<div class="section"> 22<p>None.</p> 23</div> 24 25<h2>How to Use</h2> 26 27<div class="section"> 28<p>None.</p> 29</div> 30 31<h2>Notes</h2> 32 33<div class="section"> 34<p>None.</p> 35</div> 36 37<h2>Execution Procedure</h2> 38 39<div class="section"> 40<p>When this demo is run, it displays the following log.</p> 41 <pre class="code">Reading data from ROMFS... 42 fileSize = 4608 (Byte) 43 readSize = 4608 (Byte) 44width = 48, height = 48, size = 4608 45TextureInfo Padding width = 64, height = 64 46GenerateTexture() width = 48, height = 48 47 New Texture0Id = 2 48 49Reading data from ROMFS... 50 fileSize = 1152 (Byte) 51 readSize = 1152 (Byte) 52width = 24, height = 24, size = 1152 53TextureInfo Padding width = 32, height = 32 54GenerateTexture() width = 48, height = 48 55 New Texture1Id = 3</pre> 56 <p>The following icons are displayed on the upper and lower screens.</p> 57 <p><img src="Fig/image2010_1203_1022_0.PNG"></p> 58 <p>There is no shutdown procedure. Stop execution in a timely manner.</p> 59</div> 60 61<h2>Revision History</h2> 62 63<div class="section"> 64 <dl class="history"> 65 <dt>2011/01/10</dt> 66<dd>Initial version.</dd> 67 </dl> 68</div> 69 70 71<hr><p>CONFIDENTIAL</p></body> 72</html> 73