Searched refs:fDstToPos (Results 1 – 6 of 6) sorted by relevance
297 fDstToPos.setConcat(shader.fPtsToUnit, inverse); in GradientShaderBase4fContext()298 SkASSERT(!fDstToPos.hasPerspective()); in GradientShaderBase4fContext()299 fDstToPosProc = SkMatrixPriv::GetMapXYProc(fDstToPos); in GradientShaderBase4fContext()312 return fDstToPos.isFinite(); in isValid()
97 const bool reverseIntervals = std::signbit(fDstToPos.getScaleX()); in LinearGradient4fContext()113 const int search_dir = fDstToPos.getScaleX() >= 0 ? 1 : -1; in findInterval()213 fDstToPosProc(fDstToPos, in shadeSpanInternal()218 const SkScalar dx = fDstToPos.getScaleX(); in shadeSpanInternal()
66 SkMatrix fDstToPos; variable
96 const bool reverseIntervals = std::signbit(fDstToPos.getScaleX()); in LinearGradient4fContext()112 const int search_dir = fDstToPos.getScaleX() >= 0 ? 1 : -1; in findInterval()212 fDstToPosProc(fDstToPos, in shadeSpanInternal()217 const SkScalar dx = fDstToPos.getScaleX(); in shadeSpanInternal()