Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/
DTransform.cpp48 static constexpr float kMaxSkewAngle = 85; in totalMatrix() local
49 sk = -SkDegreesToRadians(SkTPin(sk, -kMaxSkewAngle, kMaxSkewAngle)); in totalMatrix()