Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleShip.cpp101 const float kSinDiff = 0.01745240643f; in onDrawContent() local
141 fXform[i].fSCos = kCosDiff*c - kSinDiff*s; in onDrawContent()
142 fXform[i].fSSin = kSinDiff*c + kCosDiff*s; in onDrawContent()
/external/skqp/samplecode/
DSampleShip.cpp101 const float kSinDiff = 0.01745240643f; in onDrawContent() local
141 fXform[i].fSCos = kCosDiff*c - kSinDiff*s; in onDrawContent()
142 fXform[i].fSSin = kSinDiff*c + kCosDiff*s; in onDrawContent()