cairo 1.15.14-x86-mingw32 → 1.16.0-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (295) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS +10 -0
  3. data/Rakefile +3 -3
  4. data/ext/cairo/rb_cairo.h +2 -2
  5. data/ext/cairo/rb_cairo_surface.c +0 -8
  6. data/lib/2.2/cairo.so +0 -0
  7. data/lib/2.3/cairo.so +0 -0
  8. data/lib/2.4/cairo.so +0 -0
  9. data/lib/2.5/cairo.so +0 -0
  10. data/vendor/local/bin/fc-cache.exe +0 -0
  11. data/vendor/local/bin/fc-cat.exe +0 -0
  12. data/vendor/local/bin/fc-conflist.exe +0 -0
  13. data/vendor/local/bin/fc-list.exe +0 -0
  14. data/vendor/local/bin/fc-match.exe +0 -0
  15. data/vendor/local/bin/fc-pattern.exe +0 -0
  16. data/vendor/local/bin/fc-query.exe +0 -0
  17. data/vendor/local/bin/fc-scan.exe +0 -0
  18. data/vendor/local/bin/fc-validate.exe +0 -0
  19. data/vendor/local/bin/libcairo-2.dll +0 -0
  20. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  21. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  22. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  23. data/vendor/local/bin/libfreetype-6.dll +0 -0
  24. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  25. data/vendor/local/bin/libpng16-16.dll +0 -0
  26. data/vendor/local/bin/libxml2-2.dll +0 -0
  27. data/vendor/local/bin/png-fix-itxt.exe +0 -0
  28. data/vendor/local/bin/pngfix.exe +0 -0
  29. data/vendor/local/bin/xml2-config +1 -1
  30. data/vendor/local/bin/xmlcatalog.exe +0 -0
  31. data/vendor/local/bin/xmllint.exe +0 -0
  32. data/vendor/local/bin/zlib1211.dll +0 -0
  33. data/vendor/local/include/cairo/cairo-version.h +2 -2
  34. data/vendor/local/include/cairo/cairo.h +2 -3
  35. data/vendor/local/include/libxml2/libxml/encoding.h +5 -0
  36. data/vendor/local/include/libxml2/libxml/hash.h +6 -3
  37. data/vendor/local/include/libxml2/libxml/list.h +3 -3
  38. data/vendor/local/include/libxml2/libxml/xmlversion.h +4 -7
  39. data/vendor/local/lib/cmake/libxml2/libxml2-config.cmake +2 -2
  40. data/vendor/local/lib/libcairo-gobject.a +0 -0
  41. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  42. data/vendor/local/lib/libcairo-gobject.la +3 -3
  43. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  44. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  45. data/vendor/local/lib/libcairo-script-interpreter.la +3 -3
  46. data/vendor/local/lib/libcairo.a +0 -0
  47. data/vendor/local/lib/libcairo.dll.a +0 -0
  48. data/vendor/local/lib/libcairo.la +3 -3
  49. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  50. data/vendor/local/lib/libfreetype.dll.a +0 -0
  51. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  52. data/vendor/local/lib/libpng.dll.a +0 -0
  53. data/vendor/local/lib/libpng16.dll.a +0 -0
  54. data/vendor/local/lib/libxml2.a +0 -0
  55. data/vendor/local/lib/libxml2.dll.a +0 -0
  56. data/vendor/local/lib/libxml2.la +1 -1
  57. data/vendor/local/lib/libz.dll.a +0 -0
  58. data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
  59. data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
  60. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
  61. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
  62. data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
  63. data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
  64. data/vendor/local/lib/pkgconfig/cairo-script.pc +1 -1
  65. data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
  66. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
  67. data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
  68. data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
  69. data/vendor/local/lib/pkgconfig/libxml-2.0.pc +1 -1
  70. data/vendor/local/lib/xml2Conf.sh +1 -1
  71. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/Copyright +0 -0
  72. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/examples/testHTML.c +0 -0
  73. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/examples/testSAX.c +0 -0
  74. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/examples/testXPath.c +0 -0
  75. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/examples/xmllint.c +13 -15
  76. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/DOM.gif +0 -0
  77. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/FAQ.html +0 -0
  78. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/Libxml2-Logo-180x168.gif +0 -0
  79. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/Libxml2-Logo-90x34.gif +0 -0
  80. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/encoding.html +0 -0
  81. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/examples.xml +0 -0
  82. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/examples.xsl +0 -0
  83. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/book1.html +0 -0
  84. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/home.png +0 -0
  85. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/index.html +0 -0
  86. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/left.png +0 -0
  87. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-DOCBparser.html +0 -0
  88. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-HTMLparser.html +0 -0
  89. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-HTMLtree.html +0 -0
  90. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-SAX.html +0 -0
  91. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-SAX2.html +0 -0
  92. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-c14n.html +0 -0
  93. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-catalog.html +0 -0
  94. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-chvalid.html +0 -0
  95. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-debugXML.html +0 -0
  96. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-dict.html +0 -0
  97. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-encoding.html +5 -1
  98. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-entities.html +0 -0
  99. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-globals.html +0 -0
  100. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-hash.html +10 -7
  101. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-lib.html +0 -0
  102. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-list.html +6 -6
  103. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-nanoftp.html +0 -0
  104. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-nanohttp.html +0 -0
  105. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-parser.html +0 -0
  106. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-parserInternals.html +0 -0
  107. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-pattern.html +0 -0
  108. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-relaxng.html +0 -0
  109. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-schemasInternals.html +0 -0
  110. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-schematron.html +0 -0
  111. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-threads.html +0 -0
  112. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-tree.html +0 -0
  113. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-uri.html +0 -0
  114. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-valid.html +0 -0
  115. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xinclude.html +0 -0
  116. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xlink.html +0 -0
  117. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xmlIO.html +0 -0
  118. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xmlautomata.html +0 -0
  119. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xmlerror.html +0 -0
  120. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xmlexports.html +0 -0
  121. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xmlmemory.html +0 -0
  122. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xmlmodule.html +0 -0
  123. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xmlreader.html +0 -0
  124. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xmlregexp.html +0 -0
  125. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xmlsave.html +0 -0
  126. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xmlschemas.html +0 -0
  127. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xmlschemastypes.html +0 -0
  128. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xmlstring.html +0 -0
  129. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xmlunicode.html +0 -0
  130. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xmlversion.html +0 -0
  131. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xmlwriter.html +0 -0
  132. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xpath.html +4 -4
  133. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xpathInternals.html +0 -0
  134. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xpointer.html +0 -0
  135. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/libxml-xzlib.html +0 -0
  136. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/right.png +0 -0
  137. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/html/up.png +0 -0
  138. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/index.html +0 -0
  139. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/io1.c +0 -0
  140. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/io1.res +0 -0
  141. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/io2.c +0 -0
  142. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/io2.res +0 -0
  143. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/libxml.gif +0 -0
  144. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/parse1.c +0 -0
  145. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/parse2.c +0 -0
  146. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/parse3.c +0 -0
  147. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/parse4.c +0 -0
  148. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/reader1.c +0 -0
  149. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/reader1.res +0 -0
  150. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/reader2.c +0 -0
  151. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/reader3.c +0 -0
  152. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/reader3.res +0 -0
  153. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/reader4.c +0 -0
  154. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/reader4.res +0 -0
  155. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/redhat.gif +0 -0
  156. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/smallfootonly.gif +0 -0
  157. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/structure.gif +0 -0
  158. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/test1.xml +0 -0
  159. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/test2.xml +0 -0
  160. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/test3.xml +0 -0
  161. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/testWriter.c +0 -0
  162. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tree1.c +0 -0
  163. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tree1.res +0 -0
  164. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tree2.c +0 -0
  165. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tree2.res +0 -0
  166. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tst.xml +0 -0
  167. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/apa.html +0 -0
  168. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/apb.html +0 -0
  169. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/apc.html +0 -0
  170. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/apd.html +0 -0
  171. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/ape.html +0 -0
  172. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/apf.html +0 -0
  173. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/apg.html +0 -0
  174. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/aph.html +0 -0
  175. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/api.html +0 -0
  176. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/ar01s02.html +0 -0
  177. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/ar01s03.html +0 -0
  178. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/ar01s04.html +0 -0
  179. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/ar01s05.html +0 -0
  180. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/ar01s06.html +0 -0
  181. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/ar01s07.html +0 -0
  182. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/ar01s08.html +0 -0
  183. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/ar01s09.html +0 -0
  184. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/blank.png +0 -0
  185. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/callouts/1.png +0 -0
  186. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/callouts/10.png +0 -0
  187. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/callouts/2.png +0 -0
  188. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/callouts/3.png +0 -0
  189. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/callouts/4.png +0 -0
  190. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/callouts/5.png +0 -0
  191. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/callouts/6.png +0 -0
  192. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/callouts/7.png +0 -0
  193. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/callouts/8.png +0 -0
  194. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/callouts/9.png +0 -0
  195. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/caution.png +0 -0
  196. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/draft.png +0 -0
  197. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/home.png +0 -0
  198. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/important.png +0 -0
  199. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/next.png +0 -0
  200. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/note.png +0 -0
  201. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/prev.png +0 -0
  202. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/tip.png +0 -0
  203. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/toc-blank.png +0 -0
  204. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/toc-minus.png +0 -0
  205. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/toc-plus.png +0 -0
  206. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/up.png +0 -0
  207. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/images/warning.png +0 -0
  208. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/includeaddattribute.c +0 -0
  209. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/includeaddkeyword.c +0 -0
  210. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/includeconvert.c +0 -0
  211. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/includegetattribute.c +0 -0
  212. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/includekeyword.c +0 -0
  213. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/includexpath.c +0 -0
  214. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/index.html +0 -0
  215. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/ix01.html +0 -0
  216. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/tutorial/xmltutorial.pdf +0 -0
  217. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/w3c.png +0 -0
  218. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/writer.xml +0 -0
  219. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/xml.html +48 -0
  220. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/xpath1.c +0 -0
  221. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/xpath1.res +0 -0
  222. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/xpath2.c +0 -0
  223. data/vendor/local/share/doc/{libxml2-2.9.7 → libxml2-2.9.8}/html/xpath2.res +0 -0
  224. data/vendor/local/share/gtk-doc/html/cairo/bindings-errors.html +2 -2
  225. data/vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html +2 -2
  226. data/vendor/local/share/gtk-doc/html/cairo/bindings-memory.html +2 -2
  227. data/vendor/local/share/gtk-doc/html/cairo/bindings-overloading.html +2 -2
  228. data/vendor/local/share/gtk-doc/html/cairo/bindings-path.html +2 -2
  229. data/vendor/local/share/gtk-doc/html/cairo/bindings-patterns.html +2 -2
  230. data/vendor/local/share/gtk-doc/html/cairo/bindings-return-values.html +2 -2
  231. data/vendor/local/share/gtk-doc/html/cairo/bindings-streams.html +2 -2
  232. data/vendor/local/share/gtk-doc/html/cairo/bindings-surfaces.html +2 -2
  233. data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +3 -3
  234. data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +31 -14
  235. data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +29 -13
  236. data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +18 -9
  237. data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +2 -2
  238. data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +102 -45
  239. data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +53 -28
  240. data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html +2 -2
  241. data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +15 -6
  242. data/vendor/local/share/gtk-doc/html/cairo/cairo-Raster-Sources.html +2 -2
  243. data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +25 -12
  244. data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +12 -12
  245. data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +192 -5
  246. data/vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html +2 -2
  247. data/vendor/local/share/gtk-doc/html/cairo/cairo-Tags-and-Links.html +167 -71
  248. data/vendor/local/share/gtk-doc/html/cairo/cairo-Transformations.html +2 -2
  249. data/vendor/local/share/gtk-doc/html/cairo/cairo-Types.html +17 -7
  250. data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +16 -16
  251. data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +33 -12
  252. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +3 -3
  253. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +62 -8
  254. data/vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html +7 -9
  255. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +3 -3
  256. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +3 -3
  257. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +51 -38
  258. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +7 -7
  259. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +92 -4
  260. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +2 -2
  261. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +114 -65
  262. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +167 -80
  263. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +60 -38
  264. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +49 -25
  265. data/vendor/local/share/gtk-doc/html/cairo/cairo-drawing.html +2 -2
  266. data/vendor/local/share/gtk-doc/html/cairo/cairo-fonts.html +2 -2
  267. data/vendor/local/share/gtk-doc/html/cairo/cairo-support.html +2 -2
  268. data/vendor/local/share/gtk-doc/html/cairo/cairo-surfaces.html +2 -2
  269. data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +13 -13
  270. data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +17 -0
  271. data/vendor/local/share/gtk-doc/html/cairo/home.png +0 -0
  272. data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +58 -58
  273. data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +65 -65
  274. data/vendor/local/share/gtk-doc/html/cairo/index-1.14.html +14 -9
  275. data/vendor/local/share/gtk-doc/html/cairo/index-1.16.html +96 -0
  276. data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +55 -55
  277. data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +31 -31
  278. data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +24 -24
  279. data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +35 -35
  280. data/vendor/local/share/gtk-doc/html/cairo/index-all.html +522 -510
  281. data/vendor/local/share/gtk-doc/html/cairo/index.html +4 -3
  282. data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +4 -4
  283. data/vendor/local/share/gtk-doc/html/cairo/left-insensitive.png +0 -0
  284. data/vendor/local/share/gtk-doc/html/cairo/left.png +0 -0
  285. data/vendor/local/share/gtk-doc/html/cairo/right-insensitive.png +0 -0
  286. data/vendor/local/share/gtk-doc/html/cairo/right.png +0 -0
  287. data/vendor/local/share/gtk-doc/html/cairo/up-insensitive.png +0 -0
  288. data/vendor/local/share/gtk-doc/html/cairo/up.png +0 -0
  289. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +9 -1
  290. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +11 -6
  291. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +6 -6
  292. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +4 -4
  293. data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +2 -0
  294. data/vendor/local/share/license/cairo/README +12 -18
  295. metadata +156 -155
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="cairo-support.html" title="Utilities">
9
9
  <link rel="prev" href="cairo-Error-handling.html" title="Error handling">
10
10
  <link rel="next" href="cairo-Types.html" title="Types">
11
- <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -178,14 +178,27 @@ Run-time
178
178
  For example, checking that the cairo version is greater than or equal
179
179
  to 1.0.0 could be achieved at compile-time or run-time as follows:
180
180
 
181
- <div class="informalexample"><pre class="programlisting">
182
- ##if CAIRO_VERSION &gt;= CAIRO_VERSION_ENCODE(1, 0, 0)
183
- printf ("Compiling with suitable cairo version: %s\n", %CAIRO_VERSION_STRING);
184
- ##endif
181
+ <div class="informalexample">
182
+ <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
183
+ <tbody>
184
+ <tr>
185
+ <td class="listing_lines" align="right"><pre>1
186
+ 2
187
+ 3
188
+ 4
189
+ 5
190
+ 6</pre></td>
191
+ <td class="listing_code"><pre class="programlisting"><span class="gtkdoc ppc">##if CAIRO_VERSION &gt;= CAIRO_VERSION_ENCODE(1, 0, 0)</span>
192
+ <span class="function">printf</span> <span class="gtkdoc opt">(</span><span class="string">&quot;Compiling with suitable cairo version: %s</span><span class="gtkdoc esc">\n</span><span class="string">&quot;</span><span class="gtkdoc opt">, %</span>CAIRO_VERSION_STRING<span class="gtkdoc opt">);</span>
193
+ <span class="gtkdoc ppc">##endif</span>
194
+
195
+ <span class="keyword">if</span> <span class="gtkdoc opt">(</span><span class="function"><a href="cairo-Version-Information.html#cairo-version">cairo_version</a></span><span class="gtkdoc opt">() &gt;=</span> <span class="function"><a href="cairo-Version-Information.html#CAIRO-VERSION-ENCODE:CAPS">CAIRO_VERSION_ENCODE</a></span><span class="gtkdoc opt">(</span><span class="number">1</span><span class="gtkdoc opt">,</span> <span class="number">0</span><span class="gtkdoc opt">,</span> <span class="number">0</span><span class="gtkdoc opt">))</span>
196
+ <span class="function">printf</span> <span class="gtkdoc opt">(</span><span class="string">&quot;Running with suitable cairo version: %s</span><span class="gtkdoc esc">\n</span><span class="string">&quot;</span><span class="gtkdoc opt">,</span> <span class="function"><a href="cairo-Version-Information.html#cairo-version-string">cairo_version_string</a></span> <span class="gtkdoc opt">());</span></pre></td>
197
+ </tr>
198
+ </tbody>
199
+ </table>
200
+ </div>
185
201
 
186
- if (cairo_version() &gt;= CAIRO_VERSION_ENCODE(1, 0, 0))
187
- printf ("Running with suitable cairo version: %s\n", cairo_version_string ());
188
- </pre></div>
189
202
  </div>
190
203
  </div>
191
204
  <div class="refsect1">
@@ -280,9 +293,17 @@ integer as per <a class="link" href="cairo-Version-Information.html#CAIRO-VERSIO
280
293
  later versions compare greater than earlier versions.</p>
281
294
  <p>A run-time comparison to check that cairo's version is greater than
282
295
  or equal to version X.Y.Z could be performed as follows:</p>
283
- <div class="informalexample"><pre class="programlisting">
284
- if (cairo_version() &gt;= CAIRO_VERSION_ENCODE(X,Y,Z)) {...}
285
- </pre></div>
296
+ <div class="informalexample">
297
+ <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
298
+ <tbody>
299
+ <tr>
300
+ <td class="listing_lines" align="right"><pre>1</pre></td>
301
+ <td class="listing_code"><pre class="programlisting"><span class="keyword">if</span> <span class="gtkdoc opt">(</span><span class="function"><a href="cairo-Version-Information.html#cairo-version">cairo_version</a></span><span class="gtkdoc opt">() &gt;=</span> <span class="function"><a href="cairo-Version-Information.html#CAIRO-VERSION-ENCODE:CAPS">CAIRO_VERSION_ENCODE</a></span><span class="gtkdoc opt">(</span>X<span class="gtkdoc opt">,</span>Y<span class="gtkdoc opt">,</span>Z<span class="gtkdoc opt">)) {...}</span></pre></td>
302
+ </tr>
303
+ </tbody>
304
+ </table>
305
+ </div>
306
+
286
307
  <p>See also <a class="link" href="cairo-Version-Information.html#cairo-version-string" title="cairo_version_string ()"><code class="function">cairo_version_string()</code></a> as well as the compile-time
287
308
  equivalents <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION:CAPS" title="CAIRO_VERSION"><code class="literal">CAIRO_VERSION</code></a> and <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-STRING:CAPS" title="CAIRO_VERSION_STRING"><code class="literal">CAIRO_VERSION_STRING</code></a>.</p>
288
309
  <div class="refsect3">
@@ -351,6 +372,6 @@ at compile-time, in the form of "X.Y.Z".</p>
351
372
  </div>
352
373
  </div>
353
374
  <div class="footer">
354
- <hr>Generated by GTK-Doc V1.25</div>
375
+ <hr>Generated by GTK-Doc V1.27</div>
355
376
  </body>
356
377
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="cairo-fonts.html" title="Fonts">
9
9
  <link rel="prev" href="cairo-FreeType-Fonts.html" title="FreeType Fonts">
10
10
  <link rel="next" href="cairo-Quartz-(CGFont)-Fonts.html" title="Quartz (CGFont) Fonts">
11
- <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -221,7 +221,7 @@ and can be used with functions such as <a class="link" href="cairo-Win32-Fonts.h
221
221
  <td class="parameter_name"><p>logfont</p></td>
222
222
  <td class="parameter_description"><p>A <span class="type">LOGFONTW</span> structure specifying the font to use.
223
223
  If <em class="parameter"><code>font</code></em>
224
- is <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> then the lfHeight, lfWidth, lfOrientation and lfEscapement
224
+ is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> then the lfHeight, lfWidth, lfOrientation and lfEscapement
225
225
  fields of this structure are ignored. Otherwise lfWidth, lfOrientation and
226
226
  lfEscapement must be zero.</p></td>
227
227
  <td class="parameter_annotations"> </td>
@@ -431,6 +431,6 @@ This macro can be used to conditionally compile backend-specific code.</p>
431
431
  </div>
432
432
  </div>
433
433
  <div class="footer">
434
- <hr>Generated by GTK-Doc V1.25</div>
434
+ <hr>Generated by GTK-Doc V1.27</div>
435
435
  </body>
436
436
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="cairo-surfaces.html" title="Surfaces">
9
9
  <link rel="prev" href="cairo-Recording-Surfaces.html" title="Recording Surfaces">
10
10
  <link rel="next" href="cairo-SVG-Surfaces.html" title="SVG Surfaces">
11
- <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -68,6 +68,14 @@
68
68
  <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="returnvalue">cairo_surface_t</span></a> *
69
69
  </td>
70
70
  <td class="function_name">
71
+ <a class="link" href="cairo-Win32-Surfaces.html#cairo-win32-surface-create-with-format" title="cairo_win32_surface_create_with_format ()">cairo_win32_surface_create_with_format</a> <span class="c_punctuation">()</span>
72
+ </td>
73
+ </tr>
74
+ <tr>
75
+ <td class="function_type">
76
+ <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="returnvalue">cairo_surface_t</span></a> *
77
+ </td>
78
+ <td class="function_name">
71
79
  <a class="link" href="cairo-Win32-Surfaces.html#cairo-win32-printing-surface-create" title="cairo_win32_printing_surface_create ()">cairo_win32_printing_surface_create</a> <span class="c_punctuation">()</span>
72
80
  </td>
73
81
  </tr>
@@ -124,7 +132,7 @@ queried for its initial clip extents, and this will be used as the
124
132
  size of the cairo surface. The resulting surface will always be of
125
133
  format <a class="link" href="cairo-Image-Surfaces.html#CAIRO-FORMAT-RGB24:CAPS"><code class="literal">CAIRO_FORMAT_RGB24</code></a>; should you need another surface format,
126
134
  you will need to create one through
127
- <code class="function">cairo_win32_surface_create_with_format()</code> or
135
+ <a class="link" href="cairo-Win32-Surfaces.html#cairo-win32-surface-create-with-format" title="cairo_win32_surface_create_with_format ()"><code class="function">cairo_win32_surface_create_with_format()</code></a> or
128
136
  <a class="link" href="cairo-Win32-Surfaces.html#cairo-win32-surface-create-with-dib" title="cairo_win32_surface_create_with_dib ()"><code class="function">cairo_win32_surface_create_with_dib()</code></a>.</p>
129
137
  <div class="refsect3">
130
138
  <a name="cairo-win32-surface-create.parameters"></a><h4>Parameters</h4>
@@ -241,6 +249,52 @@ bitmap will be uninitialized.</p>
241
249
  </div>
242
250
  <hr>
243
251
  <div class="refsect2">
252
+ <a name="cairo-win32-surface-create-with-format"></a><h3>cairo_win32_surface_create_with_format ()</h3>
253
+ <pre class="programlisting"><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="returnvalue">cairo_surface_t</span></a> *
254
+ cairo_win32_surface_create_with_format
255
+ (<em class="parameter"><code><span class="type">HDC</span> hdc</code></em>,
256
+ <em class="parameter"><code><a class="link" href="cairo-Image-Surfaces.html#cairo-format-t" title="enum cairo_format_t"><span class="type">cairo_format_t</span></a> format</code></em>);</pre>
257
+ <p>Creates a cairo surface that targets the given DC. The DC will be
258
+ queried for its initial clip extents, and this will be used as the
259
+ size of the cairo surface.</p>
260
+ <p>Supported formats are:
261
+ <a class="link" href="cairo-Image-Surfaces.html#CAIRO-FORMAT-ARGB32:CAPS"><code class="literal">CAIRO_FORMAT_ARGB32</code></a>
262
+ <a class="link" href="cairo-Image-Surfaces.html#CAIRO-FORMAT-RGB24:CAPS"><code class="literal">CAIRO_FORMAT_RGB24</code></a></p>
263
+ <p>Note: <em class="parameter"><code>format</code></em>
264
+ only tells cairo how to draw on the surface, not what
265
+ the format of the surface is. Namely, cairo does not (and cannot)
266
+ check that <em class="parameter"><code>hdc</code></em>
267
+ actually supports alpha-transparency.</p>
268
+ <div class="refsect3">
269
+ <a name="cairo-win32-surface-create-with-format.parameters"></a><h4>Parameters</h4>
270
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
271
+ <colgroup>
272
+ <col width="150px" class="parameters_name">
273
+ <col class="parameters_description">
274
+ <col width="200px" class="parameters_annotations">
275
+ </colgroup>
276
+ <tbody>
277
+ <tr>
278
+ <td class="parameter_name"><p>hdc</p></td>
279
+ <td class="parameter_description"><p>the DC to create a surface for</p></td>
280
+ <td class="parameter_annotations"> </td>
281
+ </tr>
282
+ <tr>
283
+ <td class="parameter_name"><p>format</p></td>
284
+ <td class="parameter_description"><p>format of pixels in the surface to create</p></td>
285
+ <td class="parameter_annotations"> </td>
286
+ </tr>
287
+ </tbody>
288
+ </table></div>
289
+ </div>
290
+ <div class="refsect3">
291
+ <a name="cairo-win32-surface-create-with-format.returns"></a><h4>Returns</h4>
292
+ <p> the newly created surface, NULL on failure</p>
293
+ </div>
294
+ <p class="since">Since: 1.14</p>
295
+ </div>
296
+ <hr>
297
+ <div class="refsect2">
244
298
  <a name="cairo-win32-printing-surface-create"></a><h3>cairo_win32_printing_surface_create ()</h3>
245
299
  <pre class="programlisting"><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="returnvalue">cairo_surface_t</span></a> *
246
300
  cairo_win32_printing_surface_create (<em class="parameter"><code><span class="type">HDC</span> hdc</code></em>);</pre>
@@ -278,8 +332,8 @@ associated methods must be used for correct output.</p>
278
332
  <a name="cairo-win32-surface-get-dc"></a><h3>cairo_win32_surface_get_dc ()</h3>
279
333
  <pre class="programlisting"><span class="returnvalue">HDC</span>
280
334
  cairo_win32_surface_get_dc (<em class="parameter"><code><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> *surface</code></em>);</pre>
281
- <p>Returns the HDC associated with this surface, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none.
282
- Also returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the surface is not a win32 surface.</p>
335
+ <p>Returns the HDC associated with this surface, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none.
336
+ Also returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the surface is not a win32 surface.</p>
283
337
  <p>A call to <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-flush" title="cairo_surface_flush ()"><code class="function">cairo_surface_flush()</code></a> is required before using the HDC to
284
338
  ensure that all pending drawing operations are finished and to
285
339
  restore any temporary modification cairo has made to its state. A
@@ -302,7 +356,7 @@ the content of the HDC has been modified.</p>
302
356
  </div>
303
357
  <div class="refsect3">
304
358
  <a name="cairo-win32-surface-get-dc.returns"></a><h4>Returns</h4>
305
- <p> HDC or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no HDC available.</p>
359
+ <p> HDC or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no HDC available.</p>
306
360
  </div>
307
361
  <p class="since">Since: 1.2</p>
308
362
  </div>
@@ -313,7 +367,7 @@ the content of the HDC has been modified.</p>
313
367
  cairo_win32_surface_get_image (<em class="parameter"><code><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> *surface</code></em>);</pre>
314
368
  <p>Returns a <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> image surface that refers to the same bits
315
369
  as the DIB of the Win32 surface. If the passed-in win32 surface
316
- is not a DIB surface, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p>
370
+ is not a DIB surface, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p>
317
371
  <div class="refsect3">
318
372
  <a name="cairo-win32-surface-get-image.parameters"></a><h4>Parameters</h4>
319
373
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -332,7 +386,7 @@ is not a DIB surface, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.
332
386
  <div class="refsect3">
333
387
  <a name="cairo-win32-surface-get-image.returns"></a><h4>Returns</h4>
334
388
  <p> a <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> (owned by the win32 <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a>),
335
- or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the win32 surface is not a DIB.</p>
389
+ or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the win32 surface is not a DIB.</p>
336
390
  </div>
337
391
  <p class="since">Since: 1.4</p>
338
392
  </div>
@@ -354,6 +408,6 @@ This macro can be used to conditionally compile backend-specific code.</p>
354
408
  </div>
355
409
  </div>
356
410
  <div class="footer">
357
- <hr>Generated by GTK-Doc V1.25</div>
411
+ <hr>Generated by GTK-Doc V1.27</div>
358
412
  </body>
359
413
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="cairo-surfaces.html" title="Surfaces">
9
9
  <link rel="prev" href="cairo-Quartz-Surfaces.html" title="Quartz Surfaces">
10
10
  <link rel="next" href="cairo-XLib-Surfaces.html" title="XLib Surfaces">
11
- <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -323,14 +323,14 @@ children will be included.</p>
323
323
  <td class="parameter_annotations"> </td>
324
324
  </tr>
325
325
  <tr>
326
- <td class="parameter_name"><p>screen</p></td>
327
- <td class="parameter_description"><p>the XCB screen associated with <em class="parameter"><code>drawable</code></em>
328
- </p></td>
326
+ <td class="parameter_name"><p>drawable</p></td>
327
+ <td class="parameter_description"><p>an XCB drawable</p></td>
329
328
  <td class="parameter_annotations"> </td>
330
329
  </tr>
331
330
  <tr>
332
- <td class="parameter_name"><p>drawable</p></td>
333
- <td class="parameter_description"><p>an XCB drawable</p></td>
331
+ <td class="parameter_name"><p>screen</p></td>
332
+ <td class="parameter_description"><p>the XCB screen associated with <em class="parameter"><code>drawable</code></em>
333
+ </p></td>
334
334
  <td class="parameter_annotations"> </td>
335
335
  </tr>
336
336
  <tr>
@@ -645,8 +645,6 @@ This macro can be used to conditionally compile backend-specific code.</p>
645
645
  <a name="CAIRO-HAS-XCB-SHM-FUNCTIONS:CAPS"></a><h3>CAIRO_HAS_XCB_SHM_FUNCTIONS</h3>
646
646
  <pre class="programlisting">#define CAIRO_HAS_XCB_SHM_FUNCTIONS 1
647
647
  </pre>
648
- <p>
649
- </p>
650
648
  </div>
651
649
  </div>
652
650
  <div class="refsect1">
@@ -655,6 +653,6 @@ This macro can be used to conditionally compile backend-specific code.</p>
655
653
  </div>
656
654
  </div>
657
655
  <div class="footer">
658
- <hr>Generated by GTK-Doc V1.25</div>
656
+ <hr>Generated by GTK-Doc V1.27</div>
659
657
  </body>
660
658
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="cairo-surfaces.html" title="Surfaces">
9
9
  <link rel="prev" href="cairo-XCB-Surfaces.html" title="XCB Surfaces">
10
10
  <link rel="next" href="cairo-XLib-XRender-Backend.html" title="XLib-XRender Backend">
11
- <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -502,7 +502,7 @@ constructor.</p>
502
502
  </div>
503
503
  <div class="refsect3">
504
504
  <a name="cairo-xlib-surface-get-visual.returns"></a><h4>Returns</h4>
505
- <p> the Visual or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is no appropriate Visual for
505
+ <p> the Visual or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is no appropriate Visual for
506
506
  <em class="parameter"><code>surface</code></em>
507
507
  .</p>
508
508
  </div>
@@ -708,6 +708,6 @@ This macro can be used to conditionally compile backend-specific code.</p>
708
708
  </div>
709
709
  </div>
710
710
  <div class="footer">
711
- <hr>Generated by GTK-Doc V1.25</div>
711
+ <hr>Generated by GTK-Doc V1.27</div>
712
712
  </body>
713
713
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="cairo-surfaces.html" title="Surfaces">
9
9
  <link rel="prev" href="cairo-XLib-Surfaces.html" title="XLib Surfaces">
10
10
  <link rel="next" href="cairo-Script-Surfaces.html" title="Script Surfaces">
11
- <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -180,7 +180,7 @@ value is the format passed to that constructor.</p>
180
180
  <a name="cairo-xlib-surface-get-xrender-format.returns"></a><h4>Returns</h4>
181
181
  <p> the XRenderPictFormat* associated with <em class="parameter"><code>surface</code></em>
182
182
  ,
183
- or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the surface is not an xlib surface
183
+ or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the surface is not an xlib surface
184
184
  or if the X Render extension is not available.</p>
185
185
  </div>
186
186
  <p class="since">Since: 1.6</p>
@@ -203,6 +203,6 @@ This macro can be used to conditionally compile backend-specific code.</p>
203
203
  </div>
204
204
  </div>
205
205
  <div class="footer">
206
- <hr>Generated by GTK-Doc V1.25</div>
206
+ <hr>Generated by GTK-Doc V1.27</div>
207
207
  </body>
208
208
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="cairo-surfaces.html" title="Surfaces">
9
9
  <link rel="prev" href="cairo-surfaces.html" title="Surfaces">
10
10
  <link rel="next" href="cairo-cairo-surface-t.html" title="cairo_surface_t">
11
- <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -223,28 +223,55 @@ in a multithreaded environment. This is done internally, but can also
223
223
  be used by applications.</p>
224
224
  <p>Putting this all together, a function that works with devices should
225
225
  look something like this:</p>
226
- <div class="informalexample"><pre class="programlisting">
227
- void
228
- my_device_modifying_function (cairo_device_t *device)
229
- {
230
- cairo_status_t status;
226
+ <div class="informalexample">
227
+ <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
228
+ <tbody>
229
+ <tr>
230
+ <td class="listing_lines" align="right"><pre>1
231
+ 2
232
+ 3
233
+ 4
234
+ 5
235
+ 6
236
+ 7
237
+ 8
238
+ 9
239
+ 10
240
+ 11
241
+ 12
242
+ 13
243
+ 14
244
+ 15
245
+ 16
246
+ 17
247
+ 18
248
+ 19
249
+ 20</pre></td>
250
+ <td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">void</span>
251
+ <span class="function">my_device_modifying_function</span> <span class="gtkdoc opt">(</span>cairo_device_t <span class="gtkdoc opt">*</span>device<span class="gtkdoc opt">)</span>
252
+ <span class="gtkdoc opt">{</span>
253
+ cairo_status_t status<span class="gtkdoc opt">;</span>
231
254
 
232
- // Ensure the device is properly reset
233
- cairo_device_flush (device);
234
- // Try to acquire the device
235
- status = cairo_device_acquire (device);
236
- if (status != CAIRO_STATUS_SUCCESS) {
237
- printf ("Failed to acquire the device: %s\n", cairo_status_to_string (status));
238
- return;
239
- }
255
+ <span class="gtkdoc slc">// Ensure the device is properly reset</span>
256
+ <span class="function"><a href="cairo-cairo-device-t.html#cairo-device-flush">cairo_device_flush</a></span> <span class="gtkdoc opt">(</span>device<span class="gtkdoc opt">);</span>
257
+ <span class="gtkdoc slc">// Try to acquire the device</span>
258
+ status <span class="gtkdoc opt">=</span> <span class="function"><a href="cairo-cairo-device-t.html#cairo-device-acquire">cairo_device_acquire</a></span> <span class="gtkdoc opt">(</span>device<span class="gtkdoc opt">);</span>
259
+ <span class="keyword">if</span> <span class="gtkdoc opt">(</span>status <span class="gtkdoc opt">!=</span> CAIRO_STATUS_SUCCESS<span class="gtkdoc opt">) {</span>
260
+ <span class="function">printf</span> <span class="gtkdoc opt">(</span><span class="string">&quot;Failed to acquire the device: %s</span><span class="gtkdoc esc">\n</span><span class="string">&quot;</span><span class="gtkdoc opt">,</span> <span class="function"><a href="cairo-Error-handling.html#cairo-status-to-string">cairo_status_to_string</a></span> <span class="gtkdoc opt">(</span>status<span class="gtkdoc opt">));</span>
261
+ <span class="keyword">return</span><span class="gtkdoc opt">;</span>
262
+ <span class="gtkdoc opt">}</span>
240
263
 
241
- // Do the custom operations on the device here.
242
- // But do not call any Cairo functions that might acquire devices.
264
+ <span class="gtkdoc slc">// Do the custom operations on the device here.</span>
265
+ <span class="gtkdoc slc">// But do not call any Cairo functions that might acquire devices.</span>
243
266
 
244
- // Release the device when done.
245
- cairo_device_release (device);
246
- }
247
- </pre></div>
267
+ <span class="gtkdoc slc">// Release the device when done.</span>
268
+ <span class="function"><a href="cairo-cairo-device-t.html#cairo-device-release">cairo_device_release</a></span> <span class="gtkdoc opt">(</span>device<span class="gtkdoc opt">);</span>
269
+ <span class="gtkdoc opt">}</span></pre></td>
270
+ </tr>
271
+ </tbody>
272
+ </table>
273
+ </div>
274
+
248
275
  <div class="note"><p>Please refer to the documentation of each backend for
249
276
  additional usage requirements, guarantees provided, and
250
277
  interactions with existing surface API of the device functions for
@@ -475,7 +502,7 @@ cairo_device_set_user_data (<em class="parameter"><code><a class="link" href="ca
475
502
  <em class="parameter"><code><a class="link" href="cairo-Types.html#cairo-destroy-func-t" title="cairo_destroy_func_t ()"><span class="type">cairo_destroy_func_t</span></a> destroy</code></em>);</pre>
476
503
  <p>Attach user data to <em class="parameter"><code>device</code></em>
477
504
  . To remove user data from a surface,
478
- call this function with the key that was used to set it and <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
505
+ call this function with the key that was used to set it and <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
479
506
  for <em class="parameter"><code>data</code></em>
480
507
  .</p>
481
508
  <div class="refsect3">
@@ -528,7 +555,7 @@ cairo_device_get_user_data (<em class="parameter"><code><a class="link" href="ca
528
555
  <p>Return user data previously attached to <em class="parameter"><code>device</code></em>
529
556
  using the
530
557
  specified key. If no user data has been attached with the given
531
- key this function returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
558
+ key this function returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
532
559
  <div class="refsect3">
533
560
  <a name="cairo-device-get-user-data.parameters"></a><h4>Parameters</h4>
534
561
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -554,7 +581,7 @@ attached to</p></td>
554
581
  </div>
555
582
  <div class="refsect3">
556
583
  <a name="cairo-device-get-user-data.returns"></a><h4>Returns</h4>
557
- <p> the user data previously attached or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
584
+ <p> the user data previously attached or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
558
585
  </div>
559
586
  <p class="since">Since: 1.10</p>
560
587
  </div>
@@ -634,40 +661,30 @@ that function for details.</p>
634
661
  <a name="cairo-device-observer-elapsed"></a><h3>cairo_device_observer_elapsed ()</h3>
635
662
  <pre class="programlisting"><span class="returnvalue">double</span>
636
663
  cairo_device_observer_elapsed (<em class="parameter"><code><a class="link" href="cairo-cairo-device-t.html#cairo-device-t" title="cairo_device_t"><span class="type">cairo_device_t</span></a> *device</code></em>);</pre>
637
- <p>
638
- </p>
639
664
  </div>
640
665
  <hr>
641
666
  <div class="refsect2">
642
667
  <a name="cairo-device-observer-fill-elapsed"></a><h3>cairo_device_observer_fill_elapsed ()</h3>
643
668
  <pre class="programlisting"><span class="returnvalue">double</span>
644
669
  cairo_device_observer_fill_elapsed (<em class="parameter"><code><a class="link" href="cairo-cairo-device-t.html#cairo-device-t" title="cairo_device_t"><span class="type">cairo_device_t</span></a> *device</code></em>);</pre>
645
- <p>
646
- </p>
647
670
  </div>
648
671
  <hr>
649
672
  <div class="refsect2">
650
673
  <a name="cairo-device-observer-glyphs-elapsed"></a><h3>cairo_device_observer_glyphs_elapsed ()</h3>
651
674
  <pre class="programlisting"><span class="returnvalue">double</span>
652
675
  cairo_device_observer_glyphs_elapsed (<em class="parameter"><code><a class="link" href="cairo-cairo-device-t.html#cairo-device-t" title="cairo_device_t"><span class="type">cairo_device_t</span></a> *device</code></em>);</pre>
653
- <p>
654
- </p>
655
676
  </div>
656
677
  <hr>
657
678
  <div class="refsect2">
658
679
  <a name="cairo-device-observer-mask-elapsed"></a><h3>cairo_device_observer_mask_elapsed ()</h3>
659
680
  <pre class="programlisting"><span class="returnvalue">double</span>
660
681
  cairo_device_observer_mask_elapsed (<em class="parameter"><code><a class="link" href="cairo-cairo-device-t.html#cairo-device-t" title="cairo_device_t"><span class="type">cairo_device_t</span></a> *device</code></em>);</pre>
661
- <p>
662
- </p>
663
682
  </div>
664
683
  <hr>
665
684
  <div class="refsect2">
666
685
  <a name="cairo-device-observer-paint-elapsed"></a><h3>cairo_device_observer_paint_elapsed ()</h3>
667
686
  <pre class="programlisting"><span class="returnvalue">double</span>
668
687
  cairo_device_observer_paint_elapsed (<em class="parameter"><code><a class="link" href="cairo-cairo-device-t.html#cairo-device-t" title="cairo_device_t"><span class="type">cairo_device_t</span></a> *device</code></em>);</pre>
669
- <p>
670
- </p>
671
688
  </div>
672
689
  <hr>
673
690
  <div class="refsect2">
@@ -676,16 +693,12 @@ cairo_device_observer_paint_elapsed (<em class="parameter"><code><a class="link"
676
693
  cairo_device_observer_print (<em class="parameter"><code><a class="link" href="cairo-cairo-device-t.html#cairo-device-t" title="cairo_device_t"><span class="type">cairo_device_t</span></a> *device</code></em>,
677
694
  <em class="parameter"><code><a class="link" href="cairo-PNG-Support.html#cairo-write-func-t" title="cairo_write_func_t ()"><span class="type">cairo_write_func_t</span></a> write_func</code></em>,
678
695
  <em class="parameter"><code><span class="type">void</span> *closure</code></em>);</pre>
679
- <p>
680
- </p>
681
696
  </div>
682
697
  <hr>
683
698
  <div class="refsect2">
684
699
  <a name="cairo-device-observer-stroke-elapsed"></a><h3>cairo_device_observer_stroke_elapsed ()</h3>
685
700
  <pre class="programlisting"><span class="returnvalue">double</span>
686
701
  cairo_device_observer_stroke_elapsed (<em class="parameter"><code><a class="link" href="cairo-cairo-device-t.html#cairo-device-t" title="cairo_device_t"><span class="type">cairo_device_t</span></a> *device</code></em>);</pre>
687
- <p>
688
- </p>
689
702
  </div>
690
703
  </div>
691
704
  <div class="refsect1">
@@ -803,6 +816,6 @@ the wrong type is undefined.</p>
803
816
  </div>
804
817
  </div>
805
818
  <div class="footer">
806
- <hr>Generated by GTK-Doc V1.25</div>
819
+ <hr>Generated by GTK-Doc V1.27</div>
807
820
  </body>
808
821
  </html>