Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkCamera.cpp232 SkMatrix* orien = &fOrientation; in doUpdate() local
237 orien->set(SkMatrix::kMScaleX, x * axis.fX - z * cross.fX); in doUpdate()
238 orien->set(SkMatrix::kMSkewX, x * axis.fY - z * cross.fY); in doUpdate()
239 orien->set(SkMatrix::kMTransX, x * axis.fZ - z * cross.fZ); in doUpdate()
240 orien->set(SkMatrix::kMSkewY, y * axis.fX - z * zenith.fX); in doUpdate()
241 orien->set(SkMatrix::kMScaleY, y * axis.fY - z * zenith.fY); in doUpdate()
242 orien->set(SkMatrix::kMTransY, y * axis.fZ - z * zenith.fZ); in doUpdate()
243 orien->set(SkMatrix::kMPersp0, axis.fX); in doUpdate()
244 orien->set(SkMatrix::kMPersp1, axis.fY); in doUpdate()
245 orien->set(SkMatrix::kMPersp2, axis.fZ); in doUpdate()