Searched refs:END_X (Results 1 – 4 of 4) sorted by relevance
43 private static final int END_X = BITMAP_WIDTH - START_X; field in EmbossMaskFilterTest44 private static final int CENTER_X = (START_X + END_X) / 2;60 path.lineTo(END_X, CENTER_Y); in testEmbossMaskFilter()83 right.left = END_X; in testEmbossMaskFilter()
43 private static final int END_X = BITMAP_WIDTH - START_X; field in DashPathEffectTest58 path.lineTo(END_X, COORD_Y); in testDashPathEffect()73 if (y == COORD_Y && x >= START_X && x < END_X) { in testDashPathEffect()
45 private static final int END_X = BITMAP_WIDTH - START_X; field in DiscretePathEffectTest62 path.lineTo(END_X, COORD_Y); in testDiscretePathEffect()101 int lineLength = END_X - START_X; in testDiscretePathEffect()
42 private static final int END_X = BITMAP_WIDTH - 10; field in ComposePathEffectTest49 path.lineTo(END_X, CENTER); in testComposePathEffect()