HomeSort by relevance Sort by last modified time
    Searched defs:set_y (Results 1 - 13 of 13) sorted by null

  /system/extras/tests/bionic/libc/bionic/
libdlclosetest2.c 53 * This address must be provided through the "set_y" function
69 void set_y(int *y) function
libdlclosetest1.cpp 60 * This address must be provided through the "set_y" function
78 void set_y(int *y) function
  /external/chromium_org/ui/gfx/geometry/
box_f.h 70 void set_y(float y) { origin_.set_y(y); } function in class:gfx::BoxF
point_base.h 29 void set_y(Type y) { y_ = y; } function in class:gfx::PointBase
vector2d.h 30 void set_y(int y) { y_ = y; } function in class:gfx::Vector2d
vector2d_f.h 28 void set_y(float y) { y_ = y; } function in class:gfx::Vector2dF
point3_f.h 40 void set_y(float y) { y_ = y; } function in class:gfx::Point3F
vector3d_f.h 31 void set_y(float y) { y_ = y; } function in class:gfx::Vector3dF
rect_base.h 33 void set_y(Type y) { origin_.set_y(y); } function in class:gfx::RectBase
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
vector2.h 75 void set_y(double y) { y_ = y; } function in class:Vector2
  /external/chromium_org/ppapi/cpp/
point.h 89 void set_y(int32_t in_y) { function in class:pp::Point
228 void set_y(float in_y) { function in class:pp::FloatPoint
rect.h 38 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(0)
531 void set_y(float in_y) { function in class:pp::FloatRect
    [all...]
  /external/chromium_org/cc/resources/
layer_quad.h 33 void set_y(float y) { y_ = y; } function in class:cc::LayerQuad::Edge

Completed in 251 milliseconds