Esempio n. 1
0
 public static extern void UpdateRects(IntPtr /*Surface*/ screen, int numrects, ref Rect rects);
Esempio n. 2
0
 public static extern bool SetClipRect(IntPtr /*Surface*/ surface, Rect rect);
Esempio n. 3
0
 public static extern int FillRect(IntPtr /*Surface*/ dst, Rect dstrect, uint color);
Esempio n. 4
0
 public static extern void GetClipRect(IntPtr /*Surface*/ surface, out Rect rect);
Esempio n. 5
0
 public static extern int DisplayYUVOverlay(ref Overlay overlay, Rect dstrect);