Searched refs:cam_t (Results 1 – 2 of 2) sorted by relevance
144 SkMatrix44 cam_t; in totalMatrix() local145 Sk3LookAt(&cam_t, pos, poi, up); in totalMatrix()151 cam_t.postConcat(rot); in totalMatrix()153 cam_t.postConcat(rot); in totalMatrix()155 cam_t.postConcat(rot); in totalMatrix()159 cam_t.preScale(1, 1, -1); in totalMatrix()177 t.preConcat(cam_t); in totalMatrix()
26 const auto cam_t = SkM44::Rotate({0, 0, 1}, SkDegreesToRadians(-rotation.z)) in ComputeCameraMatrix() local49 * persp_t * cam_t; in ComputeCameraMatrix()