Searched refs:SetPoint (Results 1 – 8 of 8) sorted by relevance
/external/libchrome/ui/gfx/geometry/ |
D | point_f.h | 32 void SetPoint(float x, float y) { in SetPoint() function 74 SetPoint(x() * x_scale, y() * y_scale); in Scale()
|
D | point3_f.h | 31 SetPoint(x() * x_scale, y() * y_scale, z() * z_scale); in Scale() 42 void SetPoint(float x, float y, float z) { in SetPoint() function
|
D | box_f.cc | 40 origin_.SetPoint(min_x, min_y, min_z); in ExpandTo()
|
D | point.h | 53 void SetPoint(int x, int y) { in SetPoint() function
|
D | rect_f.h | 76 origin_.SetPoint(x, y); in SetRect()
|
D | rect.cc | 107 origin_.SetPoint(x, y); in SetByBounds()
|
D | rect.h | 109 origin_.SetPoint(x, y); in SetRect()
|
/external/libchrome/ui/gfx/geometry/mojo/ |
D | geometry_struct_traits.h | 52 out->SetPoint(data.x(), data.y()); 62 out->SetPoint(data.x(), data.y());
|