Home
last modified time | relevance | path

Searched refs:bx1 (Results 1 – 10 of 10) sorted by relevance

/external/lzma/CPP/7zip/
DGuiCommon.rc22 #undef bx1
46 #define bx1 (xs - m - bxs)
47 #define bx2 (bx1 - m - bxs)
49 #define bx bx1
72 PUSHBUTTON "Cancel", IDCANCEL, bx1, by, bxs, bys
75 DEFPUSHBUTTON "&Close", IDCLOSE, bx1, by, bxs, bys
/external/lzma/CPP/7zip/UI/FileManager/
DOverwriteDialog.rc18 #undef bx1
19 #define bx1 (xs - m - bSizeBig)
37 PUSHBUTTON "A&uto Rename", IDB_AUTO_RENAME, bx1, by2, bSizeBig, bys
60 #undef bx1
62 #define bx1 (xs - m - bxs)
79 PUSHBUTTON "A&uto Rename", IDB_AUTO_RENAME, bx1, by2, bxs, bys
82 PUSHBUTTON "&Cancel", IDCANCEL, bx1, by1, bxs, bys
DComboDialog.cpp46 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()
DBrowseDialog.cpp328 int bx1, bx2, by; in OnSize() local
329 GetItemSizes(IDCANCEL, bx1, by); in OnSize()
332 int x = xLim - bx1; in OnSize()
333 MoveItem(IDCANCEL, x, y, bx1, by); in OnSize()
DProgressDialog2a.rc48 PUSHBUTTON "Cancel", IDCANCEL, bx1, by, bxs, bys
/external/lzma/CPP/7zip/Bundles/SFXWin/
Dresource.rc22 PUSHBUTTON "Cancel", IDCANCEL, bx1, by, bxs, bys
37 PUSHBUTTON "Cancel", IDCANCEL, bx1, by, bxs, bys
/external/python/cpython2/Demo/tkinter/guido/
Dhanoi.py103 bx1, by1, bx2, by2 = c.bbox(self.pegs[b])
104 newcenter = (bx1+bx2)//2
/external/python/cpython3/Tools/demo/
Dhanoi.py104 bx1, by1, bx2, by2 = c.bbox(self.pegs[b])
105 newcenter = (bx1+bx2)//2
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.rc59 PUSHBUTTON "Help", IDHELP, bx1, by, bxs, bys
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c952 uint32_t bx1 = (x * tile_w / in vc4_dump_surface_msaa() local
962 tx + bx1, in vc4_dump_surface_msaa()
964 bx2 - bx1, in vc4_dump_surface_msaa()