Home
last modified time | relevance | path

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

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DPath.java78 isSimplePath = src.isSimplePath; in Path()
92 isSimplePath = true; in reset()
107 isSimplePath = true; in rewind()
119 isSimplePath = src.isSimplePath; in set()
121 if (!isSimplePath) { in set()
381 isSimplePath = false; in lineTo()
396 isSimplePath = false; in rLineTo()
411 isSimplePath = false; in quadTo()
430 isSimplePath = false; in rQuadTo()
448 isSimplePath = false; in cubicTo()
[all …]
H A DBaseRecordingCanvas.java289 if (path.isSimplePath && path.rects != null) { in drawPath()
H A DBaseCanvas.java332 if (path.isSimplePath && path.rects != null) { in drawPath()
/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/
H A DPathOffsetTest.java46 assertTrue(actualPath.isSimplePath); in testPathOffset()
48 assertTrue(actualPath.isSimplePath); in testPathOffset()
63 assertTrue(initialPath.isSimplePath); in testPathOffsetWithDestination()
64 assertTrue(actualPath.isSimplePath); in testPathOffsetWithDestination()
66 assertTrue(actualPath.isSimplePath); in testPathOffsetWithDestination()