Searched refs:bx1 (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 47 GetItemSizes(IDCANCEL, bx1, by);
in OnSize() 50 int x = xSize - mx - bx1;
in OnSize() 54 MoveItem(IDCANCEL, x, y, bx1, by);
in OnSize()
|
H A D | BrowseDialog.cpp | 310 int bx1, bx2, by;
in OnSize() local 311 GetItemSizes(IDCANCEL, bx1, by);
in OnSize() 314 int x = xLim - bx1;
in OnSize() 315 MoveItem(IDCANCEL, x, y, bx1, 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 | 965 uint32_t bx1 = (x * tile_w / in vc4_dump_surface_msaa() local 975 tx + bx1, in vc4_dump_surface_msaa() 977 bx2 - bx1, in vc4_dump_surface_msaa()
|
Completed in 4 milliseconds