Searched refs:getStaticMatrix (Results 1 – 3 of 3) sorted by relevance
178 || CC_UNLIKELY(getStaticMatrix() && !getStaticMatrix()->isScaleTranslate()); in prepareForFunctorPresence()225 const SkMatrix* getStaticMatrix() const { in getStaticMatrix() function
402 if (properties().getStaticMatrix()) { in setViewProperties()403 renderer.concatMatrix(*properties().getStaticMatrix()); in setViewProperties()475 if (properties().getStaticMatrix()) { in applyViewPropertyTransforms()476 mat4 stat(*properties().getStaticMatrix()); in applyViewPropertyTransforms()
113 setStaticMatrix(other.getStaticMatrix()); in operator =()