Searched refs:pixels_conv (Results 1 – 6 of 6) sorted by relevance
95 def pixels_conv(value): function
8 get_tk_patchlevel, pixels_conv, tcl_obj_eq)169 expected = pixels_conv(value) * self.scaling
7 from test_ttk.support import pixels_conv, tcl_version, requires_tcl543 self._str(int_round(pixels_conv('.5c') * self.scaling)))554 self._str(int_round(pixels_conv('.5c') * self.scaling)))567 self._str(int_round(pixels_conv('.5c') * self.scaling)))580 self._str(int_round(pixels_conv('.5c') * self.scaling)))
7 from tkinter.test.support import pixels_conv, tcl_version, requires_tcl545 self._str(round(pixels_conv('.5c') * self.scaling)))556 self._str(round(pixels_conv('.5c') * self.scaling)))569 self._str(round(pixels_conv('.5c') * self.scaling)))582 self._str(round(pixels_conv('.5c') * self.scaling)))
8 get_tk_patchlevel, pixels_conv, tcl_obj_eq)188 expected = pixels_conv(value) * self.scaling