Home | History | Annotate | Download | only in plat-mac

Lines Matching refs:screenbounds

74 screenbounds = GetQDGlobalsScreenBits().bounds
75 screenbounds = screenbounds[0]+4, screenbounds[1]+4, \
76 screenbounds[2]-4, screenbounds[3]-4
85 if r > screenbounds[2]:
87 if b > screenbounds[3]:
784 draglimit = screenbounds
814 growlimit = (50, 50, screenbounds[2] - screenbounds[0], screenbounds[3] - screenbounds[1]) # jvr