Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/demos/ctrdg/backup-1/src/
Ddraw.c71 static inline BOOL IsBoundY(DrawiCommon * p, int y) in IsBoundY() function
329 if (!IsBoundY(pc, sy) || (sx >= pc->clip.t.x)) in DrawLine()
362 if (moved && IsBoundX(pc, sx) && IsBoundY(pc, sy)) in DrawLine()
384 if (IsBoundX(pc, x) && IsBoundY(pc, y)) in DrawCircle()