Lines Matching defs:trans
669 const Rect& trans,672 int16_t x = trans.GetLeft();673 int16_t y = trans.GetTop();1913 Rect trans = newTransMap.GetBoxRect();1914 trans.SetX(trans.GetX() + position.x);1915 trans.SetY(trans.GetY() + position.y);1917 if (!trans.Intersect(trans, mask)) {