Home
last modified time | relevance | path

Searched refs:fDstToPos (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/effects/gradients/
DSk4fGradientBase.cpp117 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()
DSk4fGradientBase.h48 SkMatrix fDstToPos; variable
DSk4fLinearGradient.cpp225 fDstToPosProc(fDstToPos, in shadeSpanInternal()
230 const SkScalar dx = fDstToPos.getScaleX(); in shadeSpanInternal()