Searched defs:set_y (Results 1 - 11 of 11) sorted by path

/external/chromium_org/cc/resources/
H A Dlayer_quad.h33 void set_y(float y) { y_ = y; } function in class:cc::LayerQuad::Edge
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dvector2.h75 void set_y(double y) { y_ = y; } function in class:Vector2
/external/chromium_org/ppapi/cpp/
H A Dpoint.h89 void set_y(int32_t in_y) { function in class:pp::Point
228 void set_y(float in_y) { function in class:pp::FloatPoint
H A Drect.h38 set_y(rect.point.y);
51 set_y(0);
66 set_y(y);
78 set_y(0);
146 void set_y(int32_t in_y) { function in class:pp::Rect
247 set_y(y);
420 set_y(rect.point.y);
433 set_y(0);
448 set_y(y);
460 set_y(
531 void set_y(float in_y) { function in class:pp::FloatRect
[all...]
/external/chromium_org/ui/gfx/geometry/
H A Dbox_f.h73 void set_y(float y) { origin_.set_y(y); } function in class:gfx::BoxF
H A Dpoint3_f.h41 void set_y(float y) { y_ = y; } function in class:gfx::Point3F
H A Dpoint_base.h29 void set_y(Type y) { y_ = y; } function in class:gfx::PointBase
H A Drect_base.h33 void set_y(Type y) { origin_.set_y(y); } function in class:gfx::RectBase
H A Dvector2d.h31 void set_y(int y) { y_ = y; } function in class:gfx::Vector2d
H A Dvector2d_f.h29 void set_y(float y) { y_ = y; } function in class:gfx::Vector2dF
H A Dvector3d_f.h32 void set_y(float y) { y_ = y; } function in class:gfx::Vector3dF

Completed in 2209 milliseconds