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

  /external/chromium_org/ui/gfx/geometry/
point_base.h 23 void SetPoint(Type x, Type y) {
point3_f.h 33 SetPoint(x() * x_scale, y() * y_scale, z() * z_scale);
44 void SetPoint(float x, float y, float z) {

Completed in 61 milliseconds