Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DMotionBlurComponent.java90 final int startStep = mCurrentStep > 0 ? mCurrentStep - 1 : STEP_COUNT - 1; in update() local
93 final int step = (startStep - x) < 0 ? (STEP_COUNT + (startStep - x)) : (startStep - x); in update()
/external/skia/infra/bots/task_drivers/fm_driver/
Dfm_driver.go46 startStep := func(ctx context.Context, _ *td.StepProperties) context.Context { return ctx }
61 startStep = td.StartStep
307 ctx := startStep(w.Ctx, td.Props(strings.Join(w.Sources, " ")))
339 ctx := startStep(ctx,
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h2514 const unsigned int startStep = (itemID%numItems)*numStepsPerWorkItem;
2515 if (startStep < n)
2517 const unsigned int stopStep = MagickMin(startStep+numStepsPerWorkItem, n);
2519 unsigned int cacheIndex = start+startStep-cacheRangeStartX;
2520 for (unsigned int i = startStep; i < stopStep; i++, cacheIndex++)
2680 const unsigned int startStep = (itemID%numItems)*numStepsPerWorkItem;
2681 if (startStep < n)
2683 const unsigned int stopStep = MagickMin(startStep+numStepsPerWorkItem, n);
2685 unsigned int cacheIndex = start+startStep-cacheRangeStartY;
2686 for (unsigned int i = startStep; i < stopStep; i++, cacheIndex++)