Home
last modified time | relevance | path

Searched defs:set_z (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/ui/gfx/geometry/
Dquaternion.h33 void set_z(double z) { z_ = z; } in set_z() function
Dvector3d_f.h36 void set_z(float z) { z_ = z; } in set_z() function
Dpoint3_f.h40 void set_z(float z) { z_ = z; } in set_z() function
Dbox_f.h68 void set_z(float z) { origin_.set_z(z); } in set_z() function