HomeSort by relevance Sort by last modified time
    Searched refs:fDstToIndex (Results 1 - 6 of 6) sorted by null

  /external/skia/src/effects/gradients/
SkRadialGradient.cpp 203 dstProc(fDstToIndex, SkIntToScalar(x) + SK_ScalarHalf,
205 SkScalar sdx = fDstToIndex.getScaleX();
206 SkScalar sdy = fDstToIndex.getSkewY();
209 const auto step = fDstToIndex.fixedStepInX(SkIntToScalar(y));
229 dstProc(fDstToIndex, dstX, dstY, &srcPt);
SkTwoPointConicalGradient.cpp 258 dstProc(fDstToIndex, SkIntToScalar(x) + SK_ScalarHalf,
264 const auto step = fDstToIndex.fixedStepInX(SkIntToScalar(y));
269 dx = fDstToIndex.getScaleX();
270 dy = fDstToIndex.getSkewY();
280 dstProc(fDstToIndex, dstX, dstY, &srcPt);
SkLinearGradient.cpp 308 dstProc(fDstToIndex, SkIntToScalar(x) + SK_ScalarHalf,
313 const auto step = fDstToIndex.fixedStepInX(SkIntToScalar(y));
318 dx = SkScalarToGradFixed(fDstToIndex.getScaleX());
336 dstProc(fDstToIndex, dstX, dstY, &srcPt);
725 fDstToIndexProc(fDstToIndex, x + SK_ScalarHalf, y + SK_ScalarHalf, &srcPt);
727 const float dx = fDstToIndex.getScaleX();
SkGradientShaderPriv.h 173 SkMatrix fDstToIndex;
SkSweepGradient.cpp 83 const SkMatrix& matrix = fDstToIndex;
SkGradientShader.cpp 306 fDstToIndex.setConcat(shader.fPtsToUnit, inverse);
308 fDstToIndexProc = fDstToIndex.getMapXYProc();
309 fDstToIndexClass = (uint8_t)SkShader::Context::ComputeMatrixClass(fDstToIndex);
    [all...]

Completed in 78 milliseconds