HomeSort by relevance Sort by last modified time
    Searched refs:bx2 (Results 1 - 9 of 9) sorted by null

  /external/lzma/CPP/7zip/UI/FileManager/
ComboDialog.cpp 46 int bx1, bx2, by; local
48 GetItemSizes(IDOK, bx2, by);
55 MoveItem(IDOK, x - mx - bx2, y, bx2, by);
BrowseDialog.cpp 328 int bx1, bx2, by; local
330 GetItemSizes(IDOK, bx2, by);
334 MoveItem(IDOK, x - mx - bx2, y, bx2, by);
  /external/libjpeg-turbo/simd/
jdcolext-altivec.c 48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh, local
158 bx2 = vec_mergeh(bh, pw_255);
164 rgbx2 = vec_packsu(rg2, bx2);
jdmrgext-altivec.c 49 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, ye, yo, cbl, cbh, local
183 bx2 = vec_mergeh(bh, pw_255);
189 rgbx2 = vec_packsu(rg2, bx2);
  /external/python/cpython2/Demo/tkinter/guido/
hanoi.py 103 bx1, by1, bx2, by2 = c.bbox(self.pegs[b])
104 newcenter = (bx1+bx2)//2
  /external/python/cpython3/Tools/demo/
hanoi.py 104 bx1, by1, bx2, by2 = c.bbox(self.pegs[b])
105 newcenter = (bx1+bx2)//2
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 315 double bx1, by1, bx2, by2, bx3, by3, bx4, by4; local
324 VP_WARP_POINT_2D(xo+w-1, yo, *mot_b, bx2, by2);
331 err += (VP_SQR(ax2 - bx2) + VP_SQR(ay2 - by2));
  /external/fonttools/Lib/fontTools/misc/
bezierTools.py 60 bx2 = bx * 2.0
62 xRoots = [t for t in solveQuadratic(ax3, bx2, cx) if 0 <= t < 1]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_resource.c 866 uint32_t bx2 = ((x + 1) * tile_w \/ local
    [all...]

Completed in 644 milliseconds