# | Line 242 | Line 242 | class RpictSimulManager : protected RtraceSimulManager | |
---|---|---|
242 | bool BelowSampThresh(int x, int y, const int noff[4][2]) const; | |
243 | void FillSquare(const int x, const int y, const int noff[4][2]); | |
244 | void NewBar(int ht = 0); | |
245 | < | bool LowerBar(int v); |
245 | > | bool LowerBar(int v, int ytop); |
246 | bool RenderBelow(int ytop, const int vstep, FILE *pfp, | |
247 | const int dt, FILE *dfp=NULL); | |
248 | public: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |