Home
last modified time | relevance | path

Searched refs:bx2 (Results 1 – 13 of 13) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DComboDialog.cpp46 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()
DOverwriteDialog.rc36 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
DBrowseDialog.cpp328 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()
DProgressDialog2a.rc47 PUSHBUTTON "&Pause", IDB_PAUSE bx2, by, bxs, bys
/external/lzma/CPP/7zip/
DGuiCommon.rc23 #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/
Dresource.rc21 DEFPUSHBUTTON "Extract", IDOK, bx2, by, bxs, bys, WS_GROUP
36 DEFPUSHBUTTON "Extract", IDOK, bx2, by, bxs, bys, WS_GROUP
/external/libjpeg-turbo/simd/
Djdcolext-altivec.c48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh, in jsimd_ycc_rgb_convert_altivec() local
158 bx2 = vec_mergeh(bh, pw_255); in jsimd_ycc_rgb_convert_altivec()
164 rgbx2 = vec_packsu(rg2, bx2); in jsimd_ycc_rgb_convert_altivec()
Djdmrgext-altivec.c49 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, ye, yo, cbl, cbh, in jsimd_h2v1_merged_upsample_altivec() local
183 bx2 = vec_mergeh(bh, pw_255); in jsimd_h2v1_merged_upsample_altivec()
189 rgbx2 = vec_packsu(rg2, bx2); in jsimd_h2v1_merged_upsample_altivec()
/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/fonttools/Lib/fontTools/misc/
DbezierTools.py60 bx2 = bx * 2.0
62 xRoots = [t for t in solveQuadratic(ax3, bx2, cx) if 0 <= t < 1]
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.rc58 PUSHBUTTON "Cancel", IDCANCEL, bx2, by, bxs, bys
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c866 uint32_t bx2 = ((x + 1) * tile_w / in vc4_dump_surface_msaa() local
876 bx2 - bx1, in vc4_dump_surface_msaa()