OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:step_x
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
mandel.c
23
#define
step_X
((END_X - START_X)/IMAGE_WIDTH)
36
double __complex__ c = (START_X+x*
step_X
) + (START_Y+y*step_Y) * I;
/external/skia/resources/
slides_transitions.lua
18
self.curr_x = self.curr_x + self.
step_x
26
rec.
step_x
= -15
32
rec.
step_x
= 15
/external/opencv3/modules/photo/src/
calibrate.cpp
88
int
step_x
= images[0].cols / x_points;
local
91
for(int i = 0, x =
step_x
/ 2; i < x_points; i++, x +=
step_x
) {
Completed in 328 milliseconds