Searched refs:Sk3Perspective (Results 1 – 3 of 3) sorted by relevance
15 SK_API bool Sk3Perspective(SkMatrix44* dst, float near, float far, float angle);
41 bool Sk3Perspective(SkMatrix44* dst, float near, float far, float angle) { in Sk3Perspective() function
123 Sk3Perspective(&perspective, fNear, fFar, fAngle); in onDraw()