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

  /external/quake/quake/src/QW/client/
d_polyse.c 312 void D_PolysetRecursiveTriangle (int *lp1, int *lp2, int *lp3)
320 d = lp2[0] - lp1[0];
323 d = lp2[1] - lp1[1];
327 d = lp3[0] - lp2[0];
330 d = lp3[1] - lp2[1];
343 lp3 = lp2;
344 lp2 = temp;
353 lp1 = lp2;
354 lp2 = lp3;
359 new[0] = (lp1[0] + lp2[0]) >> 1
    [all...]
d_polysa.s 479 #define lp2 8+16 define
495 movl lp2(%esp),%esi
499 // d = lp2[0] - lp1[0];
516 // d = lp2[1] - lp1[1];
525 // d = lp3[0] - lp2[0];
540 // d = lp3[1] - lp2[1];
572 // lp3 = lp2;
574 // lp2 = temp;
593 // lp1 = lp2;
594 // lp2 = lp3
    [all...]
  /external/quake/quake/src/WinQuake/
d_polyse.cpp 312 void D_PolysetRecursiveTriangle (int *lp1, int *lp2, int *lp3)
320 d = lp2[0] - lp1[0];
323 d = lp2[1] - lp1[1];
327 d = lp3[0] - lp2[0];
330 d = lp3[1] - lp2[1];
343 lp3 = lp2;
344 lp2 = temp;
353 lp1 = lp2;
354 lp2 = lp3;
359 new[0] = (lp1[0] + lp2[0]) >> 1;
    [all...]
d_polysa.s 479 #define lp2 8+16 define
495 movl lp2(%esp),%esi
499 // d = lp2[0] - lp1[0];
516 // d = lp2[1] - lp1[1];
525 // d = lp3[0] - lp2[0];
540 // d = lp3[1] - lp2[1];
572 // lp3 = lp2;
574 // lp2 = temp;
593 // lp1 = lp2;
594 // lp2 = lp3
    [all...]
  /cts/tests/src/android/widget/cts/util/
ListItemFactory.java 259 final ViewGroup.LayoutParams lp2 = new LinearLayout.LayoutParams( local
264 ll.addView(t2, lp2);
  /frameworks/base/core/tests/coretests/src/android/util/
ListItemFactory.java 260 final ViewGroup.LayoutParams lp2 = new LinearLayout.LayoutParams( local
265 ll.addView(t2, lp2);
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 440 final WindowManager.LayoutParams lp2 = d.getWindow().getAttributes(); local
442 lp2.height = ViewGroup.LayoutParams.WRAP_CONTENT;
443 lp2.width = ViewGroup.LayoutParams.WRAP_CONTENT;
448 d.addContentView(inflate3.inflate(R.layout.checkbox_layout, null), lp2);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallScreen.java 2249 LinearLayout.LayoutParams lp2 = new LinearLayout.LayoutParams( local
    [all...]

Completed in 210 milliseconds