Searched refs:bx2 (Results 1 - 4 of 4) sorted by relevance
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ComboDialog.cpp | 46 int bx1, bx2, by;
in OnSize() local 48 GetItemSizes(IDOK, bx2, by);
in OnSize() 55 MoveItem(IDOK, x - mx - bx2, y, bx2, by);
in OnSize()
|
H A D | BrowseDialog.cpp | 310 int bx1, bx2, by;
in OnSize() local 312 GetItemSizes(IDOK, bx2, by);
in OnSize() 316 MoveItem(IDOK, x - mx - bx2, y, bx2, by);
in OnSize()
|
/third_party/python/Tools/demo/ |
H A D | hanoi.py | 104 bx1, by1, bx2, by2 = c.bbox(self.pegs[b]) 105 newcenter = (bx1+bx2)//2
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_resource.c | 967 uint32_t bx2 = ((x + 1) * tile_w / in vc4_dump_surface_msaa() local 977 bx2 - bx1, in vc4_dump_surface_msaa()
|
Completed in 4 milliseconds