Home
last modified time | relevance | path

Searched refs:z_scale (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/ui/gfx/geometry/
Dbox_f.h42 void Scale(float x_scale, float y_scale, float z_scale) { in Scale() argument
43 origin_.Scale(x_scale, y_scale, z_scale); in Scale()
44 set_size(width_ * x_scale, height_ * y_scale, depth_ * z_scale); in Scale()
122 float z_scale) { in ScaleBox() argument
125 b.z() * z_scale, in ScaleBox()
128 b.depth() * z_scale); in ScaleBox()
Dvector3d_f.cc47 void Vector3dF::Scale(float x_scale, float y_scale, float z_scale) { in Scale() argument
50 z_ *= z_scale; in Scale()
81 float z_scale) { in ScaleVector3d() argument
83 scaled_v.Scale(x_scale, y_scale, z_scale); in ScaleVector3d()
Dpoint3_f.h30 void Scale(float x_scale, float y_scale, float z_scale) { in Scale() argument
31 SetPoint(x() * x_scale, y() * y_scale, z() * z_scale); in Scale()
109 float z_scale) { in ScalePoint() argument
110 return Point3F(p.x() * x_scale, p.y() * y_scale, p.z() * z_scale); in ScalePoint()
Dvector3d_f.h69 void Scale(float x_scale, float y_scale, float z_scale);
121 float z_scale);
/external/mesa3d/src/gallium/auxiliary/util/
Du_compute.c93 float z_scale = blit_info->src.box.depth / (float)blit_info->dst.box.depth; in util_compute_blit() local
101 u_bitcast_f2u(z_scale), in util_compute_blit()