home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume15 / touchup / part06 / pattern.c < prev    next >
Encoding:
C/C++ Source or Header  |  1988-06-14  |  6.1 KB  |  238 lines

  1.  
  2. /**************************************************************************
  3.    Touchup a bitmap graphics editor for the Sun Workstation running SunView
  4.    Copyright (c) 1988 by Raymond Kreisel
  5.    1/22/88 @ Suny Stony Brook
  6.  
  7.    This program may be redistributed without fee as long as this copyright
  8.    notice is intact.
  9.  
  10. ==> PLEASE send comments and bug reports to one of the following addresses:
  11.  
  12.        Ray Kreisel
  13.        CS Dept., SUNY at Stony Brook, Stony Brook NY 11794
  14.  
  15.        UUCP: {allegra, philabs, pyramid, research}!sbcs!rayk   
  16.        ARPA-Internet: rayk@sbcs.sunysb.edu            
  17.        CSnet: rayk@suny-sb
  18.        (If nobody is home at any of the above addresses try:
  19.         S72QKRE@TOWSONVX.BITNET                    )
  20.  
  21.  "If I get home before daylight, I just might get some sleep tonight...."
  22.  
  23. **************************************************************************/
  24. /**************************************************************************
  25.     file: pattern.c
  26.     purpose: this file has all of the paint patterns
  27.  
  28.     modifications:
  29.         date:    Tue Mar 22 22:04:58 EST 1988
  30.         author:    rayk
  31.         changes:add comments
  32. **************************************************************************/
  33.  
  34. #include <pixrect/pixrect_hs.h>
  35.  
  36.  
  37. static short pattern1_data[] = {
  38. #include "pattern1.icon.pat"
  39. };
  40. static mpr_static(pattern1_pr, 32, 32, 1, pattern1_data);
  41.  
  42. static short pattern2_data[] = {
  43. #include "pattern2.icon.pat"
  44. };
  45. static mpr_static(pattern2_pr, 32, 32, 1, pattern2_data);
  46.  
  47. static short pattern3_data[] = {
  48. #include "pattern3.icon.pat"
  49. };
  50. static mpr_static(pattern3_pr, 32, 32, 1, pattern3_data);
  51.  
  52. static short pattern4_data[] = {
  53. #include "pattern4.icon.pat"
  54. };
  55. static mpr_static(pattern4_pr, 32, 32, 1, pattern4_data);
  56.  
  57. static short pattern5_data[] = {
  58. #include "pattern5.icon.pat"
  59. };
  60. static mpr_static(pattern5_pr, 32, 32, 1, pattern5_data);
  61.  
  62. static short pattern6_data[] = {
  63. #include "pattern6.icon.pat"
  64. };
  65. static mpr_static(pattern6_pr, 32, 32, 1, pattern6_data);
  66.  
  67. static short pattern7_data[] = {
  68. #include "pattern7.icon.pat"
  69. };
  70. static mpr_static(pattern7_pr, 32, 32, 1, pattern7_data);
  71.  
  72. static short pattern8_data[] = {
  73. #include "pattern8.icon.pat"
  74. };
  75. static mpr_static(pattern8_pr, 32, 32, 1, pattern8_data);
  76.  
  77. static short pattern9_data[] = {
  78. #include "pattern9.icon.pat"
  79. };
  80. static mpr_static(pattern9_pr, 32, 32, 1, pattern9_data);
  81.  
  82. static short pattern10_data[] = {
  83. #include "pattern10.icon.pat"
  84. };
  85. static mpr_static(pattern10_pr, 32, 32, 1, pattern10_data);
  86.  
  87. static short pattern11_data[] = {
  88. #include "pattern11.icon.pat"
  89. };
  90. static mpr_static(pattern11_pr, 32, 32, 1, pattern11_data);
  91.  
  92. static short pattern12_data[] = {
  93. #include "pattern12.icon.pat"
  94. };
  95. static mpr_static(pattern12_pr, 32, 32, 1, pattern12_data);
  96.  
  97. static short pattern13_data[] = {
  98. #include "pattern13.icon.pat"
  99. };
  100. static mpr_static(pattern13_pr, 32, 32, 1, pattern13_data);
  101.  
  102. static short pattern14_data[] = {
  103. #include "pattern14.icon.pat"
  104. };
  105. static mpr_static(pattern14_pr, 32, 32, 1, pattern14_data);
  106.  
  107. static short pattern15_data[] = {
  108. #include "pattern15.icon.pat"
  109. };
  110. static mpr_static(pattern15_pr, 32, 32, 1, pattern15_data);
  111.  
  112. static short pattern16_data[] = {
  113. #include "pattern16.icon.pat"
  114. };
  115. static mpr_static(pattern16_pr, 32, 32, 1, pattern16_data);
  116.  
  117. static short pattern17_data[] = {
  118. #include "pattern17.icon.pat"
  119. };
  120. static mpr_static(pattern17_pr, 32, 32, 1, pattern17_data);
  121.  
  122. static short pattern18_data[] = {
  123. #include "pattern18.icon.pat"
  124. };
  125. static mpr_static(pattern18_pr, 32, 32, 1, pattern18_data);
  126.  
  127. static short pattern19_data[] = {
  128. #include "pattern19.icon.pat"
  129. };
  130. static mpr_static(pattern19_pr, 32, 32, 1, pattern19_data);
  131.  
  132. static short pattern20_data[] = {
  133. #include "pattern20.icon.pat"
  134. };
  135. static mpr_static(pattern20_pr, 32, 32, 1, pattern20_data);
  136.  
  137. static short pattern21_data[] = {
  138. #include "pattern21.icon.pat"
  139. };
  140. static mpr_static(pattern21_pr, 32, 32, 1, pattern21_data);
  141.  
  142. static short pattern22_data[] = {
  143. #include "pattern22.icon.pat"
  144. };
  145. static mpr_static(pattern22_pr, 32, 32, 1, pattern22_data);
  146.  
  147. static short pattern23_data[] = {
  148. #include "pattern23.icon.pat"
  149. };
  150. static mpr_static(pattern23_pr, 32, 32, 1, pattern23_data);
  151.  
  152. static short pattern24_data[] = {
  153. #include "pattern24.icon.pat"
  154. };
  155. static mpr_static(pattern24_pr, 32, 32, 1, pattern24_data);
  156.  
  157. static short pattern25_data[] = {
  158. #include "pattern25.icon.pat"
  159. };
  160. static mpr_static(pattern25_pr, 32, 32, 1, pattern25_data);
  161.  
  162. static short pattern26_data[] = {
  163. #include "pattern26.icon.pat"
  164. };
  165. static mpr_static(pattern26_pr, 32, 32, 1, pattern26_data);
  166.  
  167. static short pattern27_data[] = {
  168. #include "pattern27.icon.pat"
  169. };
  170. static mpr_static(pattern27_pr, 32, 32, 1, pattern27_data);
  171.  
  172. static short pattern28_data[] = {
  173. #include "pattern28.icon.pat"
  174. };
  175. static mpr_static(pattern28_pr, 32, 32, 1, pattern28_data);
  176.  
  177. static short pattern29_data[] = {
  178. #include "pattern29.icon.pat"
  179. };
  180. static mpr_static(pattern29_pr, 32, 32, 1, pattern29_data);
  181.  
  182. static short pattern30_data[] = {
  183. #include "pattern30.icon.pat"
  184. };
  185. static mpr_static(pattern30_pr, 32, 32, 1, pattern30_data);
  186.  
  187. static short pattern31_data[] = {
  188. #include "pattern31.icon.pat"
  189. };
  190. static mpr_static(pattern31_pr, 32, 32, 1, pattern31_data);
  191.  
  192. static short pattern32_data[] = {
  193. #include "pattern32.icon.pat"
  194. };
  195. static mpr_static(pattern32_pr, 32, 32, 1, pattern32_data);
  196.  
  197. static short pattern33_data[] = {
  198. #include "pattern33.icon.pat"
  199. };
  200. static mpr_static(pattern33_pr, 32, 32, 1, pattern33_data);
  201.  
  202. static short pattern34_data[] = {
  203. #include "pattern34.icon.pat"
  204. };
  205. static mpr_static(pattern34_pr, 32, 32, 1, pattern34_data);
  206.  
  207. static short pattern35_data[] = {
  208. #include "pattern35.icon.pat"
  209. };
  210. static mpr_static(pattern35_pr, 32, 32, 1, pattern35_data);
  211.  
  212. static short pattern36_data[] = {
  213. #include "pattern36.icon.pat"
  214. };
  215. static mpr_static(pattern36_pr, 32, 32, 1, pattern36_data);
  216.  
  217. static short pattern37_data[] = {
  218. #include "pattern37.icon.pat"
  219. };
  220. static mpr_static(pattern37_pr, 32, 32, 1, pattern37_data);
  221.  
  222. static short pattern38_data[] = {
  223. #include "pattern38.icon.pat"
  224. };
  225. static mpr_static(pattern38_pr, 32, 32, 1, pattern38_data);
  226.  
  227. static short pattern39_data[] = {
  228. #include "pattern39.icon.pat"
  229. };
  230. static mpr_static(pattern39_pr, 32, 32, 1, pattern39_data);
  231.  
  232. static short pattern40_data[] = {
  233. #include "pattern40.icon.pat"
  234. };
  235. static mpr_static(pattern40_pr, 32, 32, 1, pattern40_data);
  236.  
  237.  
  238.