Searched refs:getStaticMatrix (Results 1 – 3 of 3) sorted by relevance
402 if (properties().getStaticMatrix()) { in setViewProperties()403 renderer.concatMatrix(*properties().getStaticMatrix()); in setViewProperties()471 if (properties().getStaticMatrix()) { in applyViewPropertyTransforms()472 mat4 stat(*properties().getStaticMatrix()); in applyViewPropertyTransforms()
115 setStaticMatrix(other.getStaticMatrix()); in operator =()
197 const SkMatrix* getStaticMatrix() const { in getStaticMatrix() function