HomeSort by relevance Sort by last modified time
    Searched full:nexty (Results 1 - 12 of 12) sorted by null

  /frameworks/rs/driver/runtime/
rs_sample.c 189 int locX, int locY, int nextX, int nextY,
193 float p2 = getElementAt1(p, stride, locX, nextY);
194 float p3 = getElementAt1(p, stride, nextX, nextY);
202 int locX, int locY, int nextX, int nextY,
206 float p2 = getElementAt1(p, stride, locX, nextY);
207 float p3 = getElementAt1(p, stride, nextX, nextY);
215 int locX, int locY, int nextX, int nextY,
219 float2 p2 = getElementAt2(p, stride, locX, nextY);
220 float2 p3 = getElementAt2(p, stride, nextX, nextY);
228 int locX, int locY, int nextX, int nextY,
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
gc_test.go 136 nexty *Y
146 p.nexty = head
152 for p := head; p != nil; p = p.nexty {
  /prebuilts/go/linux-x86/src/runtime/
gc_test.go 136 nexty *Y
146 p.nexty = head
152 for p := head; p != nil; p = p.nexty {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 370 int nextY = 0;
398 y = nextY;
401 && Math.max(nextY, y + preview.getHeight()) > bottomBorder) {
411 y = nextY = Math.max(nextY, bottomBorder + vgap);
419 && Math.max(nextY, y + preview.getHeight()) > bottomBorder) {
428 y = nextY = Math.max(nextY, bottomBorder + vgap);
445 nextY = Math.max(nextY, y + preview.getHeight() + vgap)
    [all...]
  /external/opencv/cv/src/
cvconvhull.cpp 70 int nexty = array[pnext]->y; local
71 int by = nexty - cury;
143 float nexty = array[pnext]->y; local
144 float by = nexty - cury;
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 249 final int nexty = (int) (Math.random() * yrange); local
254 mSaverView.setY(nexty);
263 "y", mSaverView.getY(), nexty);
  /external/opencv3/modules/imgproc/src/
convhull.cpp 74 _Tp nexty = array[pnext]->y; local
75 _Tp by = nexty - cury;
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 186 Type *NexTy = cast<SequentialType>(Ty)->getElementType();
187 return NexTy;
    [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.4.0-beta6/
ddmuilib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.5.0/
ddmuilib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.0.0-alpha1/
ddmuilib-25.0.0-alpha1.jar 

Completed in 285 milliseconds