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

  /external/chromium_org/third_party/brotli/src/woff2/
glyph.cc 250 int last_x = 0; local
259 int dx = point.x - last_x;
293 last_x = point.x;
312 last_x = 0;
316 int dx = point.x - last_x;
332 last_x += dx;
woff2_dec.cc 208 int last_x = 0; local
216 int dx = point.x - last_x;
251 last_x = point.x;
271 last_x = 0;
274 int dx = points[i].x - last_x;
283 last_x += dx;
  /external/chromium_org/third_party/ots/src/
woff2.cc 312 int last_x = 0; local
320 int dx = point.x - last_x;
355 last_x = point.x;
375 last_x = 0;
378 int dx = points.at(i).x - last_x;
387 last_x += dx;
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 492 int last_x = details().initial_bounds_in_parent.right(); local
495 bounds.set_x(last_x);
498 last_x = attached_windows_[i]->bounds().right();
    [all...]
  /external/chromium_org/skia/ext/
image_operations_unittest.cc 404 int last_x = std::min(src_w - 1, x * 2 + 1); local
410 first_x, last_x,
421 PrintPixel(src, first_x, last_x, first_y, last_y);
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_detection.cpp 1504 int x,next_x,last_x; local
    [all...]
  /external/fio/
graph.c 950 int last_x = g->xoffset + g->xdim; local
954 return (x >= first_x && x <= last_x) && (y >= first_y && y <= last_y);

Completed in 524 milliseconds