Searched refs:bx1 (Results 1 – 10 of 10) sorted by relevance
/external/lzma/CPP/7zip/ |
D | GuiCommon.rc | 22 #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/ |
D | OverwriteDialog.rc | 18 #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
|
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()
|
D | BrowseDialog.cpp | 328 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()
|
D | ProgressDialog2a.rc | 48 PUSHBUTTON "Cancel", IDCANCEL, bx1, by, bxs, bys
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
D | resource.rc | 22 PUSHBUTTON "Cancel", IDCANCEL, bx1, by, bxs, bys 37 PUSHBUTTON "Cancel", IDCANCEL, bx1, by, bxs, bys
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | hanoi.py | 103 bx1, by1, bx2, by2 = c.bbox(self.pegs[b]) 104 newcenter = (bx1+bx2)//2
|
/external/python/cpython3/Tools/demo/ |
D | hanoi.py | 104 bx1, by1, bx2, by2 = c.bbox(self.pegs[b]) 105 newcenter = (bx1+bx2)//2
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractDialog.rc | 59 PUSHBUTTON "Help", IDHELP, bx1, by, bxs, bys
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_resource.c | 952 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()
|