OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:START_X
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/CodeGen/
mandel.c
18
#define
START_X
-2.1
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;
/cts/tests/tests/graphics/src/android/graphics/cts/
EmbossMaskFilterTest.java
34
private static final int
START_X
= 10;
35
private static final int END_X = BITMAP_WIDTH -
START_X
;
36
private static final int CENTER_X = (
START_X
+ END_X) / 2;
50
path.moveTo(
START_X
, CENTER_Y);
72
left.right =
START_X
;
DashPathEffectTest.java
35
private static final int
START_X
= 10;
36
private static final int END_X = BITMAP_WIDTH -
START_X
;
49
path.moveTo(
START_X
, COORD_Y);
65
if (y == COORD_Y && x >=
START_X
&& x < END_X) {
DiscretePathEffectTest.java
36
private static final int
START_X
= 10;
37
private static final int END_X = BITMAP_WIDTH -
START_X
;
52
path.moveTo(
START_X
, COORD_Y);
92
int lineLength = END_X -
START_X
;
ComposePathEffectTest.java
34
private static final int
START_X
= 10;
40
path.moveTo(
START_X
, CENTER);
Completed in 1285 milliseconds