File: drawmesh.h

package info (click to toggle)
xmorph 1%3A20011220
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,468 kB
  • ctags: 1,534
  • sloc: ansic: 16,401; sh: 2,651; makefile: 556; tcl: 516
file content (11 lines) | stat: -rw-r--r-- 239 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11

gboolean
gdk_draw_mesh(GdkDrawable  *drawable,
	      GdkGC        *mpl_gc,
	      GdkGC        *mpp_gc,
	      MeshT *mesh,
	      GdkRectangle *subimage,
	      int height, //viewport height
	      int width //viewport width
	      );