Searched refs:IsBoundY (Results 1 – 1 of 1) sorted by relevance
71 static inline BOOL IsBoundY(DrawiCommon * p, int y) in IsBoundY() function329 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()