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

  /external/skia/src/core/
SkBitmapShader16BilerpTemplate.h 99 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
207 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
SkBitmapShaderTemplate.h 132 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
255 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
ARGB32_Clamp_Bilinear_BitmapShader.h 121 (void)inv.fixedStepInX(SkIntToScalar(y), &dx, &dy);
SkShader.cpp 189 if (mat.fixedStepInX(0, NULL, NULL)) {
SkMatrix.cpp     [all...]
  /external/skia/src/effects/
SkGradientShader.cpp 864 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
    [all...]
  /external/skia/include/core/
SkMatrix.h 439 bool fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const;

Completed in 140 milliseconds