Home
last modified time | relevance | path

Searched refs:initialPath (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DPathTest.java669 Path initialPath = new Path(); in testPathOffsetWithDestination() local
670 initialPath.addRect(START_X, START_Y, START_X + SQUARE, START_Y + SQUARE, Direction.CW); in testPathOffsetWithDestination()
672 initialPath.offset(OFFSET_X, OFFSET_Y, actualPath); in testPathOffsetWithDestination()