Searched refs:START_X (Results 1 – 4 of 4) sorted by relevance
42 private static final int START_X = 10; field in EmbossMaskFilterTest43 private static final int END_X = BITMAP_WIDTH - START_X;44 private static final int CENTER_X = (START_X + END_X) / 2;59 path.moveTo(START_X, CENTER_Y); in testEmbossMaskFilter()81 left.right = START_X; in testEmbossMaskFilter()
42 private static final int START_X = 10; field in DashPathEffectTest43 private static final int END_X = BITMAP_WIDTH - START_X;57 path.moveTo(START_X, COORD_Y); in testDashPathEffect()73 if (y == COORD_Y && x >= START_X && x < END_X) { in testDashPathEffect()
44 private static final int START_X = 10; field in DiscretePathEffectTest45 private static final int END_X = BITMAP_WIDTH - START_X;61 path.moveTo(START_X, COORD_Y); in testDiscretePathEffect()101 int lineLength = END_X - START_X; in testDiscretePathEffect()
41 private static final int START_X = 10; field in ComposePathEffectTest48 path.moveTo(START_X, CENTER); in testComposePathEffect()