HomeSort by relevance Sort by last modified time
    Searched refs:y_ (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium/ui/gfx/
point.h 42 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...]
point.cc 15 Point::Point() : x_(0), y_(0) {
18 Point::Point(int x, int y) : x_(x), y_(y) {
25 y_ = points.y;
28 Point::Point(const POINT& point) : x_(point.x), y_(point.y) {
33 y_ = point.y;
40 p.y = y_;
44 Point::Point(const CGPoint& point) : x_(point.x), y_(point.y) {
48 return CGPointMake(x_, y_);
53 return base::StringPrintf("%d,%d", x_, y_);
  /frameworks/base/media/mca/filterfw/native/core/
geometry.cpp 27 return std::sqrt(x_ * x_ + y_ * y_);
36 y_ *= new_length / length;
48 out.y_ = y_ + other.y_;
55 out.y_ = y_ - other.y_;
62 out.y_ = factor * y_
    [all...]
geometry.h 30 Point() : x_(0.0f), y_(0.0f) {}
31 Point(float x, float y) : x_(x), y_(y) {}
34 float y() const { return y_; }
48 float x_, y_; member in class:android::filterfw::Point
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.cpp 26 return std::sqrt(x_ * x_ + y_ * y_);
35 y_ *= new_length / length;
47 out.y_ = y_ + other.y_;
54 out.y_ = y_ - other.y_;
61 out.y_ = factor * y_
    [all...]
geometry.h 30 Point() : x_(0.0f), y_(0.0f) {}
31 Point(float x, float y) : x_(x), y_(y) {}
34 float y() const { return y_; }
48 float x_, y_; member in class:android::filterfw::Point
  /external/stlport/test/unit/
func_test.cpp 27 static bool bigger_than(int x_, int y_);
39 bool FuncTest::bigger_than(int x_, int y_)
41 return x_ > y_;
ptr2_test.cpp 35 static int sum(int x_, int y_)
37 return x_ + y_;
  /ndk/tests/device/test-gnustl-full/unit/
func_test.cpp 27 static bool bigger_than(int x_, int y_);
39 bool FuncTest::bigger_than(int x_, int y_)
41 return x_ > y_;
ptr2_test.cpp 35 static int sum(int x_, int y_)
37 return x_ + y_;
  /ndk/tests/device/test-stlport/unit/
func_test.cpp 27 static bool bigger_than(int x_, int y_);
39 bool FuncTest::bigger_than(int x_, int y_)
41 return x_ > y_;
ptr2_test.cpp 35 static int sum(int x_, int y_)
37 return x_ + y_;
  /external/chromium/chrome/browser/automation/
automation_provider_gtk.cc 85 y_(absolute_y) {
92 ui_controls::SendMouseMoveNotifyWhenDone(x_, y_, next_task_);
101 int y_; member in class:MouseMoveTask
  /external/webp/src/enc/
iterator.c 27 (it->y_ > 0) ? 129 : 127;
44 it->y_ = 0;
77 : it->percent0_ + delta * it->y_ / (enc->mb_h_ - 1);
106 const int x = it->x_, y = it->y_;
146 const int x = it->x_, y = it->y_;
249 const int x = it->x_, y = it->y_;
278 it->y_++;
279 it->bw_ = &enc->parts_[it->y_ & (enc->num_parts_ - 1)];
280 it->preds_ = enc->preds_ + it->y_ * 4 * enc->preds_w_;
vp8enci.h 254 int x_, y_; // current macroblock member in struct:__anon16606
quant.c 304 const uint8_t* const top = it->y_ ? enc->y_top_ + it->x_ * 16 : NULL;
311 const uint8_t* const top = it->y_ ? enc->uv_top_ + it->x_ * 16 : NULL;
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 124 var y_ = Y();
126 (y_ % 4 == 0 && y_ % 100 != 0) ||
127 (y_ % 4 == 0 && y_ % 100 == 0 && y_ % 400 == 0)
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 124 var y_ = Y();
126 (y_ % 4 == 0 && y_ % 100 != 0) ||
127 (y_ % 4 == 0 && y_ % 100 == 0 && y_ % 400 == 0)
  /external/libvpx/vp8/encoder/
ssim.c 107 int y_, x_; local
114 for (y_ = 0; y_ < KERNEL_SIZE; ++y_, org += stride1, rec += stride2)
116 const int Wy = K[y_];
  /frameworks/base/core/jni/android/graphics/
Path.cpp 97 SkScalar y_ = SkFloatToScalar(y); local
98 obj->moveTo(x_, y_);
109 SkScalar y_ = SkFloatToScalar(y); local
110 obj->lineTo(x_, y_);
189 SkScalar y_ = SkFloatToScalar(y); local
191 obj->addCircle(x_, y_, radius_, dir);
TextLayout.cpp 62 SkScalar y_ = SkFloatToScalar(y); local
64 paint->getTextPath(value->getGlyphs(), value->getGlyphsCount() * 2, x_, y_, path);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 157 int y_ = y; local
164 y_ += lineHeight;
165 if (y_ > y + height) {
170 gc.drawText(c, x_, y_);
  /frameworks/wilhelm/tools/permute/
permute.c 70 const Segment *y_ = (Segment *) y; local
71 return x_->mFrameStart - y_->mFrameStart;
  /external/v8/test/mjsunit/
debug-references.js 109 function Point(x, y) { this.x_ = x; this.y_ = y;}
mirror-object.js 163 this.y_ = y;

Completed in 495 milliseconds

1 2