Searched refs:bx2 (Results 1 – 12 of 12) sorted by relevance
/external/lzma/CPP/7zip/UI/FileManager/ |
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()
|
D | OverwriteDialog.rc | 36 PUSHBUTTON "Yes to &All", IDB_YES_TO_ALL, bx2, by2, bxs, bys 39 PUSHBUTTON "No to A&ll", IDB_NO_TO_ALL, bx2, by1, bxs, bys 78 PUSHBUTTON "Yes to &All", IDB_YES_TO_ALL, bx2, by2, bxs, bys 81 PUSHBUTTON "No to A&ll", IDB_NO_TO_ALL, bx2, by1, bxs, bys
|
D | BrowseDialog.cpp | 328 int bx1, bx2, by; in OnSize() local 330 GetItemSizes(IDOK, bx2, by); in OnSize() 334 MoveItem(IDOK, x - mx - bx2, y, bx2, by); in OnSize()
|
D | ProgressDialog2a.rc | 47 PUSHBUTTON "&Pause", IDB_PAUSE bx2, by, bxs, bys
|
/external/lzma/CPP/7zip/ |
D | GuiCommon.rc | 23 #undef bx2 47 #define bx2 (bx1 - m - bxs) 48 #define bx3 (bx2 - m - bxs) 71 DEFPUSHBUTTON "OK", IDOK, bx2, by, bxs, bys \
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
D | resource.rc | 21 DEFPUSHBUTTON "Extract", IDOK, bx2, by, bxs, bys, WS_GROUP 36 DEFPUSHBUTTON "Extract", IDOK, bx2, by, bxs, bys, WS_GROUP
|
/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 | 58 PUSHBUTTON "Cancel", IDCANCEL, bx2, by, bxs, bys
|
/external/fonttools/Lib/fontTools/misc/ |
D | bezierTools.py | 349 bx2 = bx * 2.0 351 xRoots = [t for t in solveQuadratic(ax3, bx2, cx) if 0 <= t < 1]
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_resource.c | 954 uint32_t bx2 = ((x + 1) * tile_w / in vc4_dump_surface_msaa() local 964 bx2 - bx1, in vc4_dump_surface_msaa()
|
/external/llvm-project/mlir/test/Dialect/GPU/ |
D | outlining.mlir | 75 gpu.launch blocks(%bx2, %by2, %bz2) in (%grid_x2 = %cst, %grid_y2 = %cst,
|