Searched defs:y_ (Results 1 - 25 of 36) sorted by last modified time

12

/external/webp/src/enc/
H A Dvp8enci.h278 int x_, y_; // current macroblock member in struct:__anon33386
/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/pdfium/core/src/fxge/agg/agg23/
H A Dagg_basics.h264 point_type(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : x(x_), y(y_), flag(flag_) {} argument
272 point_type_flag(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : point_type(x_, y_), flag(flag_) {} argument
278 vertex_type(FX_FLOAT x_, FX_FLOAT y_, unsigned cmd_) : argument
279 x(x_), y(y_), cmd(cmd_) {}
H A Dagg_vertex_sequence.h78 vertex_dist(FX_FLOAT x_, FX_FLOAT y_) : argument
80 y(y_),
93 vertex_dist_cmd(FX_FLOAT x_, FX_FLOAT y_, unsigned cmd_) : argument
94 vertex_dist(x_, y_),
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp144 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} argument
/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp194 const float y_ = float(y)/float(resolution)*2.0f - 1.0f + (isEdge ? 0.0f : rng.getFloat(-xyNoise, +xyNoise)); local
197 vertices[y*gridsize + x] = Vec3(x_, y_, z_);
/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) argument
387 , y (y_)
/external/deqp/framework/common/
H A DtcuVector.hpp107 Vector (T x_, T y_);
108 Vector (T x_, T y_, T z_);
109 Vector (T x_, T y_, T z_, T w_);
188 inline Vector<T, Size>::Vector (T x_, T y_) argument
192 m_data[1] = y_;
196 inline Vector<T, Size>::Vector (T x_, T y_, T z_) argument
200 m_data[1] = y_;
205 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_) argument
209 m_data[1] = y_;
/external/deqp/modules/egl/
H A DteglColorClearCase.cpp64 ClearOp (int x_, int y_, int width_, int height_, const tcu::RGBA& color_) argument
66 , y (y_)
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp116 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} argument
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.h22 DesktopVector() : x_(0), y_(0) {}
23 DesktopVector(int32_t x, int32_t y) : x_(x), y_(y) {}
26 int32_t y() const { return y_; }
27 bool is_zero() const { return x_ == 0 && y_ == 0; }
30 return x_ == other.x_ && y_ == other.y_;
35 y_ = y;
47 int32_t y_; member in class:webrtc::DesktopVector
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dcarbonvideorenderer.h65 int y_; member in class:cricket::CarbonVideoRenderer
/external/chromium_org/ui/events/ozone/evdev/
H A Dtouch_event_converter_evdev.h89 float y_; member in struct:ui::TouchEventConverterEvdev::InProgressEvents
/external/chromium_org/ui/gfx/geometry/
H A Dpoint3_f.h20 Point3F() : x_(0), y_(0), z_(0) {}
22 Point3F(float x, float y, float z) : x_(x), y_(y), z_(z) {}
24 explicit Point3F(const PointF& point) : x_(point.x()), y_(point.y()), z_(0) {}
37 float y() const { return y_; }
41 void set_y(float y) { y_ = y; }
46 y_ = y;
53 y_ += v.y();
60 y_ -= v.y();
67 float dy = y_ - other.y_;
79 float y_; member in class:gfx::Point3F
[all...]
H A Dpoint_base.h21 Type y() const { return y_; }
25 y_ = y;
29 void set_y(Type y) { y_ = y; }
33 y_ += delta_y;
38 y_ += vector.y();
43 y_ -= vector.y();
48 y_ = y_ <= other.y_ ? y_
82 Type y_; member in class:gfx::PointBase
[all...]
H A Dvector2d.h24 Vector2d() : x_(0), y_(0) {}
25 Vector2d(int x, int y) : x_(x), y_(y) {}
30 int y() const { return y_; }
31 void set_y(int y) { y_ = y; }
46 y_ = y_ <= other.y_ ? y_ : other.y_;
51 y_
67 int y_; member in class:gfx::Vector2d
[all...]
H A Dvector2d_f.h22 Vector2dF() : x_(0), y_(0) {}
23 Vector2dF(float x, float y) : x_(x), y_(y) {}
28 float y() const { return y_; }
29 void set_y(float y) { y_ = y; }
44 y_ = y_ <= other.y_ ? y_ : other.y_;
49 y_
67 float y_; member in class:gfx::Vector2dF
[all...]
H A Dvector3d_f.h31 float y() const { return y_; }
32 void set_y(float y) { y_ = y; }
50 y_ = y_ <= other.y_ ? y_ : other.y_;
56 y_ = y_ >= other.y_
77 float y_; member in class:gfx::Vector3dF
[all...]
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view_ash.cc360 y_(0),
407 y_ = dip_point_win32.y();
482 int y() const { return y_; }
496 int y_; member in class:ChromeAppViewAsh::PointerInfoHandler
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h278 int x_, y_; // current macroblock member in struct:__anon13289
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dvector2.h17 Vector2() : x_(0.0), y_(0.0) {}
18 Vector2(double x, double y) : x_(x), y_(y) {}
29 return sqrt(x_ * x_ + y_ * y_);
35 y_ += vec.y();
50 y_ *= scale;
66 double angle = atan2(y_, x_);
74 double y() const { return y_; }
75 void set_y(double y) { y_ = y; }
78 double y_; member in class:Vector2
[all...]
/external/chromium_org/skia/ext/
H A Dplatform_canvas_unittest.cc147 y_(y),
151 bounds.set(SkIntToScalar(x_), SkIntToScalar(y_),
162 int y() const { return y_; }
168 int bottom() const { return y_ + h_; }
172 int x_, y_, w_, h_; member in class:skia::__anon10678::LayerSaver
/external/chromium_org/crypto/
H A Dghash.h77 FieldElement y_; member in class:crypto::GaloisHash
/external/chromium_org/content/browser/renderer_host/
H A Dcompositing_iosurface_mac.h118 SurfaceVertex() : x_(0.0f), y_(0.0f), tx_(0.0f), ty_(0.0f) { }
121 y_ = y;
127 y_ = y;
134 float y_; member in struct:content::CompositingIOSurfaceMac::SurfaceVertex

Completed in 6721 milliseconds

12