This file is indexed.

/usr/share/doc/libkxl0-dev/html/vkxlrect.html is in libkxl0-dev 1.1.7-16.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
   <meta name="GENERATOR" content="emacs">
   <meta name="Author" content="kacchan">
   <title>KXL_Rect</title>
</head>
<body text="#000000" bgcolor="#f0f0dc" link="#3366FF" vlink="#3366FF" alink="#FF0000">

<a href="vkxlimage.html">Prev</a>
<a href="KXL.html">Top</a>
<a href="vkxlpolygon.html">Next</a>
<hr>

<b>Name</b><br><br>
<font size=+2>KXL_Rect</font> -- Defines a rectangular area.<br><br>

<b>Structure Definition</b>
<pre>
typedef struct {
  Sint16 Left, Top;
  Uint16 Width, Height;
} KXL_Rect;
</pre><br>

<b>Structure data</b><br>
<table border="1">
<tr><td>Left, Top</td><td>Position of the upper-left corner of the rectangle</td></tr>
<tr><td>Width, Height</td><td>The width and height of the rectangle</td></tr>
</table>
<br>

<b>Description</b><br>
It is used by 
<a href="./kxlresizeframe.html">KXL_ReSizeFrame</a>
<a href="./kxlupdaterect.html">KXL_UpDateRect</a>
<a href="./kxlupdate.html">KXL_UpDate</a>
<a href="./kxlclearframerect.html">KXL_ClearFrameRect</a>
<a href="./kxlclearframe.html">KXL_ClearFrame</a>
<a href="./kxlcopyimagerect.html">KXL_CopyImageRect</a>
<a href="./kxlcopyimage.html">KXL_CopyImage</a>
<a href="./kxlcopystretchimagerect.html">KXL_CopyStretchImageRect</a>
<a href="./kxlputimagerect.html">KXL_PutImageRect</a>
<a href="./kxlputrectimage.html">KXL_PutRectImage</a>
<a href="./kxlputstretchimagerect.html">KXL_PutStretchImageRect</a>
<a href="./kxldirectionadd.html">KXL_DirectionAdd</a>
<a href="./kxlrectintersect.html">KXL_RectIntersect</a>

</body>
</html>