Searched refs:z_scale (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/ui/gfx/geometry/ |
D | box_f.h | 42 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()
|
D | vector3d_f.cc | 47 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()
|
D | point3_f.h | 30 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()
|
D | vector3d_f.h | 69 void Scale(float x_scale, float y_scale, float z_scale); 121 float z_scale);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_compute.c | 93 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()
|