Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkCamera.cpp233 SkMatrix* orien = &fOrientation; in doUpdate() local
252 orien->set(SkMatrix::kMScaleX, x * axis.fX - z * cross.fX); in doUpdate()
253 orien->set(SkMatrix::kMSkewX, x * axis.fY - z * cross.fY); in doUpdate()
254 orien->set(SkMatrix::kMTransX, x * axis.fZ - z * cross.fZ); in doUpdate()
255 orien->set(SkMatrix::kMSkewY, y * axis.fX - z * zenith.fX); in doUpdate()
256 orien->set(SkMatrix::kMScaleY, y * axis.fY - z * zenith.fY); in doUpdate()
257 orien->set(SkMatrix::kMTransY, y * axis.fZ - z * zenith.fZ); in doUpdate()
258 orien->set(SkMatrix::kMPersp0, axis.fX); in doUpdate()
259 orien->set(SkMatrix::kMPersp1, axis.fY); in doUpdate()
260 orien->set(SkMatrix::kMPersp2, axis.fZ); in doUpdate()