Ejemplo n.º 1
0
 public static extern int UpperBlitScaled(Surface *src, Rect *srcrect, Surface *dst, Rect *dstrect);
Ejemplo n.º 2
0
 public static extern IntRect SurfaceGetDirtyBounds([NativeTypeName("ULSurface")] Surface *surface);
Ejemplo n.º 3
0
 public static extern void *SurfaceGetUserData([NativeTypeName("ULSurface")] Surface *surface);
Ejemplo n.º 4
0
 public static extern UIntPtr SurfaceGetSize([NativeTypeName("ULSurface")] Surface *surface);
Ejemplo n.º 5
0
 public static extern void SurfaceResize([NativeTypeName("ULSurface")] Surface *surface, [NativeTypeName("unsigned int")] uint width, [NativeTypeName("unsigned int")] uint height);
Ejemplo n.º 6
0
 public static extern Texture CreateTextureFromSurface(Renderer renderer, Surface *surface);
Ejemplo n.º 7
0
 public static extern uint SurfaceGetHeight([NativeTypeName("ULSurface")] Surface *surface);
Ejemplo n.º 8
0
 public static extern void GetClipRect(Surface *surface, Rect *rect);
Ejemplo n.º 9
0
 public static extern int GetColorKey(Surface *surface, uint *key);
Ejemplo n.º 10
0
 public static extern int FillRects(Surface *dst, Rect *rects, int count, uint color);
Ejemplo n.º 11
0
 public static extern void FreeSurface(Surface *surface);
Ejemplo n.º 12
0
 public static extern Surface *ConvertSurfaceFormat(Surface *src, uint pixel_format, uint flags);
Ejemplo n.º 13
0
 public static extern Surface *ConvertSurface(Surface *src, PixelFormat *fmt, uint flags);
Ejemplo n.º 14
0
 public static int BlitSurface(Surface *src, Rect *srcrect, Surface *dst, Rect *dstrect) => UpperBlit(src, srcrect, dst, dstrect);
Ejemplo n.º 15
0
 public static extern int SetSurfaceAlphaMod(Surface *surface, byte alpha);
Ejemplo n.º 16
0
 public static extern int GetSurfaceColorMod(Surface *surface, byte *r, byte *g, byte *b);
Ejemplo n.º 17
0
 public static extern int SetSurfaceBlendMode(Surface *surface, BlendMode blendMode);
Ejemplo n.º 18
0
 public static extern int LockSurface(Surface *surface);
Ejemplo n.º 19
0
 public static extern Renderer CreateSoftwareRenderer(Surface *surface);
Ejemplo n.º 20
0
 public static extern int LowerBlit(Surface *src, Rect *srcrect, Surface *dst, Rect *dstrect);
Ejemplo n.º 21
0
 public static extern uint SurfaceGetRowBytes([NativeTypeName("ULSurface")] Surface *surface);
Ejemplo n.º 22
0
 public static extern int LowerBlitScaled(Surface *surface, Rect *srcrect, Surface *dst, Rect *dstrect);
Ejemplo n.º 23
0
 public static extern void SurfaceUnlockPixels([NativeTypeName("ULSurface")] Surface *surface);
Ejemplo n.º 24
0
 public static bool MUSTLOCK(Surface *s) => (s->Flags & 0x00000002) != 0;
Ejemplo n.º 25
0
 public static extern void SurfaceSetDirtyBounds([NativeTypeName("ULSurface")] Surface *surface, IntRect bounds);
Ejemplo n.º 26
0
 public static extern bool SetClipRect(Surface *surface, Rect *rect);
Ejemplo n.º 27
0
 public static extern void SurfaceClearDirtyBounds([NativeTypeName("ULSurface")] Surface *surface);
Ejemplo n.º 28
0
 public static extern int SetColorKey(Surface *surface, bool flag, uint key);
Ejemplo n.º 29
0
 public static extern Bitmap *BitmapSurfaceGetBitmap([NativeTypeName("ULBitmapSurface")] Surface *surface);
Ejemplo n.º 30
0
 public static extern void UnlockSurface(Surface *surface);