Home
last modified time | relevance | path

Searched refs:SetPoint (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/ui/gfx/geometry/
Dpoint_f.h32 void SetPoint(float x, float y) { in SetPoint() function
74 SetPoint(x() * x_scale, y() * y_scale); in Scale()
Dpoint3_f.h31 SetPoint(x() * x_scale, y() * y_scale, z() * z_scale); in Scale()
42 void SetPoint(float x, float y, float z) { in SetPoint() function
Dbox_f.cc40 origin_.SetPoint(min_x, min_y, min_z); in ExpandTo()
Dpoint.h53 void SetPoint(int x, int y) { in SetPoint() function
Drect_f.h76 origin_.SetPoint(x, y); in SetRect()
Drect.cc107 origin_.SetPoint(x, y); in SetByBounds()
Drect.h109 origin_.SetPoint(x, y); in SetRect()
/external/libchrome/ui/gfx/geometry/mojo/
Dgeometry_struct_traits.h52 out->SetPoint(data.x(), data.y());
62 out->SetPoint(data.x(), data.y());