1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../../css/manpage.css" type="text/css" /> 7<title>Scissor</title> 8 </head> 9 <body> 10<h1><CODE><a href="../../../../nn/Overview.html">nn</a>::<a href="../../../../nn/gr/Overview.html">gr</a>::<a href="../../../../nn/gr/CTR/Overview.html">CTR</a>::<a href="../../../../nn/gr/CTR/Scissor/Overview.html">Scissor</a>::Scissor</CODE> Constructor</h1> 11<h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14Scissor( 15 bool isEnable_, 16 <a href="../../../../nn_types/s32.html">s32</a> x_, 17 <a href="../../../../nn_types/s32.html">s32</a> y_, 18 <a href="../../../../nn_types/u32.html">u32</a> width_, 19 <a href="../../../../nn_types/u32.html">u32</a> height_, 20 <a href="../../../../nn_types/s32.html">s32</a> bufferWidth_, 21 <a href="../../../../nn_types/s32.html">s32</a> bufferHeight_ 22); 23</pre> 24 </div> 25<h2>Parameters</h2> 26 <div class="section"> 27 <table class="arguments"> 28 <thead> 29 <tr> 30 <td width="15" /> 31<th>Name</th> 32<td>Description</td> 33 </tr> 34 </thead> 35 <tr> 36<td>in</td> 37<th><CODE>isEnable_</CODE></th> 38<td>Sets whether to enable scissoring.</td> 39 </tr> 40 <tr> 41<td>in</td> 42<th><CODE>x_</CODE></th> 43<td>The lower left x value in the scissor area.</td> 44 </tr> 45 <tr> 46<td>in</td> 47<th><CODE>y_</CODE></th> 48<td>The lower left y value in the scissor area.</td> 49 </tr> 50 <tr> 51<td>in</td> 52<th><CODE>width_</CODE></th> 53<td>The scissor area width.</td> 54 </tr> 55 <tr> 56<td>in</td> 57<th><CODE>height_</CODE></th> 58<td>The scissor area height.</td> 59 </tr> 60 <tr> 61<td>in</td> 62<th><CODE>bufferWidth_</CODE></th> 63<td>The color buffer width.</td> 64 </tr> 65 <tr> 66<td>in</td> 67<th><CODE>bufferHeight_</CODE></th> 68<td>The color buffer height.</td> 69 </tr> </table> 70 </div> 71<h2>Description</h2> 72 <div class="section"> 73<p>Constructor. Initializes using specified values.</p> 74 </div> 75 <hr><p>CONFIDENTIAL</p></body> 76</html>