Home
last modified time | relevance | path

Searched defs:tx (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/include/
DDEMOBitmap.h41 #define DEMODrawLine(sx, sy, tx, ty, color) DEMOiDrawLine(sx, sy, tx, ty, DEMOVerifyGXRgb(color)) argument
/TwlSDK-5.1.0/build/demos/ctrdg/backup-1/src/
Ddraw.c191 void ClipWindow(int ox, int oy, int tx, int ty, Rect * p_bak) in ClipWindow()
290 void DrawLine(int sx, int sy, int tx, int ty, RGB555 col) in DrawLine()
444 int tx = x + px; in DrawTextLen() local
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOBitmap.c446 int tx, ty, dx, dy, nx, ny; in DEMOBlitTex16() local
486 void DEMOiDrawLine(int sx, int sy, int tx, int ty, GXRgb color) in DEMOiDrawLine()
666 int tx = x + px; in DEMODrawText() local