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

  /external/chromium_org/third_party/skia/src/core/
SkBitmapShader16BilerpTemplate.h 91 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
199 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
SkBitmapShaderTemplate.h 124 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
247 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
ARGB32_Clamp_Bilinear_BitmapShader.h 128 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
SkShader.cpp 153 if (mat.fixedStepInX(0, NULL, NULL)) {
SkMatrix.cpp     [all...]
  /external/skia/src/core/
SkBitmapShader16BilerpTemplate.h 91 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
199 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
SkBitmapShaderTemplate.h 124 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
247 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
ARGB32_Clamp_Bilinear_BitmapShader.h 128 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
SkShader.cpp 153 if (mat.fixedStepInX(0, NULL, NULL)) {
SkMatrix.cpp     [all...]
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkSweepGradient.cpp 315 (void)matrix.fixedStepInX(SkIntToScalar(y) + SK_ScalarHalf,
357 (void)matrix.fixedStepInX(SkIntToScalar(y) + SK_ScalarHalf,
SkLinearGradient.cpp 216 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
397 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
SkRadialGradient.cpp 181 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y),
410 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y),
SkTwoPointRadialGradient.cpp 249 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), &fixedX, &fixedY);
SkTwoPointConicalGradient.cpp 227 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), &fixedX, &fixedY);
  /external/skia/src/effects/gradients/
SkSweepGradient.cpp 315 (void)matrix.fixedStepInX(SkIntToScalar(y) + SK_ScalarHalf,
357 (void)matrix.fixedStepInX(SkIntToScalar(y) + SK_ScalarHalf,
SkLinearGradient.cpp 216 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
397 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
SkRadialGradient.cpp 181 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y),
410 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y),
SkTwoPointRadialGradient.cpp 249 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), &fixedX, &fixedY);
SkTwoPointConicalGradient.cpp 227 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), &fixedX, &fixedY);
  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 532 bool fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const;
  /external/skia/include/core/
SkMatrix.h 532 bool fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const;

Completed in 78 milliseconds