OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startStep
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
MotionBlurComponent.java
90
final int
startStep
= mCurrentStep > 0 ? mCurrentStep - 1 : STEP_COUNT - 1;
93
final int step = (
startStep
- x) < 0 ? (STEP_COUNT + (
startStep
- x)) : (
startStep
- x);
/external/ImageMagick/MagickCore/
accelerate-kernels-private.h
[
all
...]
Completed in 66 milliseconds