Searched defs:set_x (Results 1 - 14 of 14) sorted by path

/external/chromium_org/cc/resources/
H A Dlayer_quad.h32 void set_x(float x) { x_ = x; } function in class:cc::LayerQuad::Edge
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dvector2.h72 void set_x(double x) { x_ = x; } function in class:Vector2
/external/chromium_org/ppapi/cpp/
H A Dpoint.h77 void set_x(int32_t in_x) { function in class:pp::Point
216 void set_x(float in_x) { function in class:pp::FloatPoint
H A Drect.h37 set_x(rect.point.x);
50 set_x(0);
65 set_x(x);
77 set_x(0);
132 void set_x(int32_t in_x) { function in class:pp::Rect
246 set_x(x);
419 set_x(rect.point.x);
432 set_x(0);
447 set_x(x);
459 set_x(
517 void set_x(float in_x) { function in class:pp::FloatRect
[all...]
/external/chromium_org/testing/gtest/test/
H A Dproduction.h51 void set_x(int an_x) { x_ = an_x; } function in class:PrivateCode
/external/chromium_org/ui/gfx/geometry/
H A Dbox_f.h70 void set_x(float x) { origin_.set_x(x); } function in class:gfx::BoxF
H A Dpoint3_f.h40 void set_x(float x) { x_ = x; } function in class:gfx::Point3F
H A Dpoint_base.h28 void set_x(Type x) { x_ = x; } function in class:gfx::PointBase
H A Drect_base.h30 void set_x(Type x) { origin_.set_x(x); } function in class:gfx::RectBase
H A Dvector2d.h28 void set_x(int x) { x_ = x; } function in class:gfx::Vector2d
H A Dvector2d_f.h26 void set_x(float x) { x_ = x; } function in class:gfx::Vector2dF
H A Dvector3d_f.h29 void set_x(float x) { x_ = x; } function in class:gfx::Vector3dF
/external/gtest/test/
H A Dproduction.h51 void set_x(int an_x) { x_ = an_x; } function in class:PrivateCode
/external/protobuf/gtest/test/
H A Dproduction.h51 void set_x(int x) { x_ = x; } function in class:PrivateCode

Completed in 1692 milliseconds