Searched refs:getStaticMatrix (Results 1 – 4 of 4) sorted by relevance
163 CC_UNLIKELY(getStaticMatrix() && !getStaticMatrix()->isScaleTranslate()); in prepareForFunctorPresence()214 const SkMatrix* getStaticMatrix() const { return mStaticMatrix; } in getStaticMatrix() function
420 if (properties().getStaticMatrix()) { in applyViewPropertyTransforms()421 mat4 stat(*properties().getStaticMatrix()); in applyViewPropertyTransforms()
85 setStaticMatrix(other.getStaticMatrix()); in operator =()
274 if (properties.getStaticMatrix()) { in setViewProperties()275 canvas->concat(*properties.getStaticMatrix()); in setViewProperties()