Searched defs:botRight (Results 1 – 5 of 5) sorted by relevance
37 AI Rect(float2 topLeft, float2 botRight) : fVals(topLeft, -botRight) {} in Rect()89 AI float2 botRight() const { return -fVals.zw(); } in botRight() function97 AI void setBotRight(float2 botRight) { fVals.zw() = -botRight; } in setBotRight()
70 SkDPoint botRight = {3, 4}; in DEF_TEST() local
301 const android::vec3 botRight(right, bottom, 0.0f); in renderCameraOntoGroundPlane() local
285 POINT botRight; in WndProc() local
291 POINT botRight; in WndProc() local