Home
last modified time | relevance | path

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

/third_party/skia/experimental/graphite/src/geom/
DTransform.cpp28 if (fM.invert(&fInvM)) { in Transform()
34 fInvM = SkM44(); in Transform()
41 SkASSERT(fM != t.fM || (fInvM == t.fInvM && fType == t.fType && fScale == t.fScale)); in operator ==()
46 Rect Transform::inverseMapRect(const Rect& rect) const { return map_rect(fInvM, rect); } in inverseMapRect()
DTransform_graphite.h55 const SkM44& inverse() const { return fInvM; } in inverse()
68 SkM44 fInvM; // M^-1 variable