Home
last modified time | relevance | path

Searched refs:cam_t (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.cpp144 SkMatrix44 cam_t; in totalMatrix() local
145 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()
/third_party/skia/modules/skottie/src/
DCamera.cpp26 const auto cam_t = SkM44::Rotate({0, 0, 1}, SkDegreesToRadians(-rotation.z)) in ComputeCameraMatrix() local
49 * persp_t * cam_t; in ComputeCameraMatrix()