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

  /external/opencv/cv/src/
cvcalcimagehomography.cpp 58 double norm_xy, norm_xz, xy_sina, xy_cosa, xz_sina, xz_cosa, nx1, plane_dist; local
85 nx1 = -xz_sina;
87 _rz[0] = (float)(xy_cosa * nx1);
88 _rz[1] = (float)(xy_sina * nx1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ResizeGesture.java 174 int nx1 = b.x + deltaX; local
175 if (nx1 <= x2) {
176 x = nx1;

Completed in 77 milliseconds