Searched defs:y_ (Results 1 - 6 of 6) sorted by relevance

/external/stlport/test/unit/
H A Dfunc_test.cpp27 static bool bigger_than(int x_, int y_);
39 bool FuncTest::bigger_than(int x_, int y_) argument
41 return x_ > y_;
H A Dptr2_test.cpp35 static int sum(int x_, int y_) argument
37 return x_ + y_;
/external/chromium/ui/gfx/
H A Dpoint.h42 int y() const { return y_; }
46 y_ = y;
50 void set_y(int y) { y_ = y; }
54 y_ += delta_y;
59 copy.Offset(other.x_, other.y_);
65 copy.Offset(-other.x_, -other.y_);
70 return Point((x_ + other.x_) / 2, (y_ + other.y_) / 2);
74 return x_ == rhs.x_ && y_ == rhs.y_;
102 int y_; member in class:gfx::Point
[all...]
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_gtk.cc85 y_(absolute_y) {
92 ui_controls::SendMouseMoveNotifyWhenDone(x_, y_, next_task_);
101 int y_; member in class:MouseMoveTask
/external/libvpx/vp8/encoder/
H A Dssim.c107 int y_, x_; local
114 for (y_ = 0; y_ < KERNEL_SIZE; ++y_, org += stride1, rec += stride2)
116 const int Wy = K[y_];
/external/webp/src/enc/
H A Dvp8enci.h254 int x_, y_; // current macroblock member in struct:__anon15658

Completed in 483 milliseconds