Searched refs:getStaticMatrix (Results 1 – 5 of 5) sorted by relevance
178 CC_UNLIKELY(getStaticMatrix() && !getStaticMatrix()->isScaleTranslate()); in prepareForFunctorPresence()229 const SkMatrix* getStaticMatrix() const { return mStaticMatrix; } in getStaticMatrix() function
167 if (props.getStaticMatrix()) { in mapRect()168 applyMatrix(props.getStaticMatrix(), &temp); in mapRect()
501 if (properties().getStaticMatrix()) { in applyViewPropertyTransforms()502 mat4 stat(*properties().getStaticMatrix()); in applyViewPropertyTransforms()
93 setStaticMatrix(other.getStaticMatrix()); in operator =()
362 if (properties.getStaticMatrix()) { in setViewProperties()363 canvas->concat(*properties.getStaticMatrix()); in setViewProperties()