Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
H A DSkCamera.cpp84 SkMatrix* orien = &fOrientation; in doUpdate() local
101 orien->set(SkMatrix::kMScaleX, x * axis.x - z * cross.x); in doUpdate()
102 orien->set(SkMatrix::kMSkewX, x * axis.y - z * cross.y); in doUpdate()
103 orien->set(SkMatrix::kMTransX, x * axis.z - z * cross.z); in doUpdate()
104 orien->set(SkMatrix::kMSkewY, y * axis.x - z * zenith.x); in doUpdate()
105 orien->set(SkMatrix::kMScaleY, y * axis.y - z * zenith.y); in doUpdate()
106 orien->set(SkMatrix::kMTransY, y * axis.z - z * zenith.z); in doUpdate()
107 orien->set(SkMatrix::kMPersp0, axis.x); in doUpdate()
108 orien->set(SkMatrix::kMPersp1, axis.y); in doUpdate()
109 orien in doUpdate()
[all...]
/third_party/cups-filters/utils/
H A Dcups-browsed.c3247 int i, count, side_found, orien_req, orien, in supports_job_attributes_requested() local
3467 orien = ippGetInteger(attr1, i); in supports_job_attributes_requested()
3468 if (orien == orien_req) { in supports_job_attributes_requested()

Completed in 16 milliseconds