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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineMemoryOverview.js 122 var nextY = histogram[x];
123 if (Math.abs(nextY - y) > 2 && Math.abs(x - lastX) > 1)
125 y = nextY;
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 369 int nextY = 0;
397 y = nextY;
400 && Math.max(nextY, y + preview.getHeight()) > bottomBorder) {
410 y = nextY = Math.max(nextY, bottomBorder + vgap);
418 && Math.max(nextY, y + preview.getHeight()) > bottomBorder) {
427 y = nextY = Math.max(nextY, bottomBorder + vgap);
444 nextY = Math.max(nextY, y + preview.getHeight() + vgap)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp     [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker.cpp     [all...]
  /external/skia/experimental/Intersection/
EdgeWalker.cpp     [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 204 milliseconds