Searched refs:maxX_ (Results 1 – 2 of 2) sorted by relevance
53 maxX_(INT32_MIN), in RasterizerCellsAntiAlias()75 maxX_ = INT32_MIN; in Reset()126 if (x1 > maxX_) { in OutLineLegal()127 maxX_ = x1; in OutLineLegal()138 if (x2 > maxX_) { in OutLineLegal()139 maxX_ = x2; in OutLineLegal()
121 return maxX_; in GetMaxX()236 int32_t maxX_; variable