Searched refs:END_X (Results 1 – 4 of 4) sorted by relevance
35 private static final int END_X = BITMAP_WIDTH - START_X; field in EmbossMaskFilterTest36 private static final int CENTER_X = (START_X + END_X) / 2;51 path.lineTo(END_X, CENTER_Y); in testEmbossMaskFilter()74 right.left = END_X; in testEmbossMaskFilter()
36 private static final int END_X = BITMAP_WIDTH - START_X; field in DashPathEffectTest50 path.lineTo(END_X, COORD_Y); in testDashPathEffect()65 if (y == COORD_Y && x >= START_X && x < END_X) { in testDashPathEffect()
37 private static final int END_X = BITMAP_WIDTH - START_X; field in DiscretePathEffectTest53 path.lineTo(END_X, COORD_Y); in testDiscretePathEffect()92 int lineLength = END_X - START_X; in testDiscretePathEffect()
35 private static final int END_X = BITMAP_WIDTH - 10; field in ComposePathEffectTest41 path.lineTo(END_X, CENTER); in testComposePathEffect()