Home
last modified time | relevance | path

Searched refs:GetSurface (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.4/build/demos/ctrdg/backup-1/src/
Ddraw.c62 static inline RGB555 *GetSurface(int x, int y) in GetSurface() function
241 RGB555 *p = GetSurface(r.pos.x, r.pos.y); in FillRect()
257 RGB555 *p = GetSurface(r.pos.x, r.pos.y); in BlitRect()
274 RGB555 *p = GetSurface(r.pos.x, r.pos.y); in TransRect()
319 p = GetSurface(sx, sy); in DrawLine()
337 p = GetSurface(sx, sy); in DrawLine()
352 p = GetSurface(sx, sy); in DrawLine()
385 *GetSurface(x, y) = col; in DrawCircle()
404 RGB555 *p = GetSurface(x, y); in DrawTextLen()