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

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkSweepGradient.cpp 111 (void)matrix.fixedStepInX(SkIntToScalar(y) + SK_ScalarHalf,
153 (void)matrix.fixedStepInX(SkIntToScalar(y) + SK_ScalarHalf,
SkLinearGradient.cpp 238 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
425 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
SkRadialGradient.cpp 194 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y),
438 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y),
SkTwoPointConicalGradient.cpp 273 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), &fixedX, &fixedY);
SkTwoPointRadialGradient.cpp 273 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), &fixedX, &fixedY);
  /external/skia/src/effects/gradients/
SkSweepGradient.cpp 100 (void)matrix.fixedStepInX(SkIntToScalar(y) + SK_ScalarHalf,
142 (void)matrix.fixedStepInX(SkIntToScalar(y) + SK_ScalarHalf,
SkLinearGradient.cpp 224 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
411 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
SkRadialGradient.cpp 195 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y),
426 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y),
SkTwoPointConicalGradient.cpp 273 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), &fixedX, &fixedY);
SkTwoPointRadialGradient.cpp 273 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), &fixedX, &fixedY);
  /external/skia/src/core/
SkShader.cpp 198 if (mat.fixedStepInX(0, NULL, NULL)) {
SkMatrix.cpp     [all...]
  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 532 bool fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const;
  /external/chromium_org/third_party/skia/src/core/
SkShader.cpp 207 if (mat.fixedStepInX(0, NULL, NULL)) {
SkMatrix.cpp     [all...]
  /external/skia/include/core/
SkMatrix.h 527 bool fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const;

Completed in 433 milliseconds