Searched defs:botRight (Results 1 – 5 of 5) sorted by relevance
31 AI Rect(float2 topLeft, float2 botRight) : fVals(topLeft, -botRight) {} in Rect()75 AI float2 botRight() const { return -fVals.zw(); } in botRight() function83 AI void setBotRight(float2 botRight) { fVals.zw() = -botRight; } in setBotRight()
61 SkDPoint botRight = {3, 4}; in DEF_TEST() local
287 POINT botRight; in WndProc() local
291 POINT botRight; in WndProc() local