Searched refs:Sk3LookAt (Results 1 – 3 of 3) sorted by relevance
14 SK_API void Sk3LookAt(SkMatrix44* dst, const SkPoint3& eye, const SkPoint3& center, const SkPoint3&…
24 void Sk3LookAt(SkMatrix44* dst, const SkPoint3& eye, const SkPoint3& center, const SkPoint3& up) { in Sk3LookAt() function
124 Sk3LookAt(&camera, fEye, fCOA, fUp); in onDraw()