Searched refs:IsBoundX (Results 1 – 1 of 1) sorted by relevance
67 static inline BOOL IsBoundX(DrawiCommon * p, int x) in IsBoundX() function311 if (!IsBoundX(pc, sx) || (sy >= pc->clip.t.y)) in DrawLine()362 if (moved && IsBoundX(pc, sx) && IsBoundY(pc, sy)) in DrawLine()384 if (IsBoundX(pc, x) && IsBoundY(pc, y)) in DrawCircle()