Searched defs:CommonRect (Results 1 – 1 of 1) sorted by relevance
56 CommonRect() : left_(0), top_(0), right_(0), bottom_(0) {} in CommonRect() function74 …CommonRect(T left, T top, T right, T bottom) : left_(left), top_(top), right_(right), bottom_(bott… in CommonRect() function