Searched refs:botPt (Results 1 – 2 of 2) sorted by relevance
2155 botPt = None2160 if botPt is None or (bot.y > botPt.y) or \2161 (bot.y == botPt.y and bot.x < botPt.x):2162 botPt = bot2164 if botPt is None: return []
2660 auto botPt = brkShp.points[2]; in extractBrackets() local2662 if (brkShp.points[1].y < botPt.y) { in extractBrackets()2663 botPt = brkShp.points[1]; in extractBrackets()2666 rect.trans_ = botPt + (botPt - brkPt); in extractBrackets()