Searched refs:fDstToPos (Results 1 – 3 of 3) sorted by relevance
117 fDstToPos.setConcat(shader.fPtsToUnit, inverse); in GradientShaderBase4fContext()118 fDstToPosProc = fDstToPos.getMapXYProc(); in GradientShaderBase4fContext()119 fDstToPosClass = static_cast<uint8_t>(INHERITED::ComputeMatrixClass(fDstToPos)); in GradientShaderBase4fContext()142 const bool dx_is_pos = fDstToPos.getScaleX() >= 0; in GradientShaderBase4fContext()248 const int search_dir = fDstToPos.getScaleX() >= 0 ? 1 : -1; in findInterval()
48 SkMatrix fDstToPos; variable
225 fDstToPosProc(fDstToPos, in shadeSpanInternal()230 const SkScalar dx = fDstToPos.getScaleX(); in shadeSpanInternal()