Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOBitmap.c548 int y_ofs = GX_LCD_SIZE_X; in DEMOiDrawLine() local
554 y_ofs = -y_ofs; in DEMOiDrawLine()
567 moved = TRUE, dy = 0, sy += y_delta, dst += y_ofs; in DEMOiDrawLine()
/TwlSDK-5.3.1/build/demos/ctrdg/backup-1/src/
Ddraw.c345 int y_ofs = GX_LCD_SIZE_X; in DrawLine() local
350 y_ofs = -y_ofs; in DrawLine()
361 moved = TRUE, dy = 0, sy += y_delta, p += y_ofs; in DrawLine()