Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleShip.cpp100 const float kCosDiff = 0.99984769515f; 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.cpp100 const float kCosDiff = 0.99984769515f; in onDrawContent() local
141 fXform[i].fSCos = kCosDiff*c - kSinDiff*s; in onDrawContent()
142 fXform[i].fSSin = kSinDiff*c + kCosDiff*s; in onDrawContent()