Searched defs:drawnPath (Results 1 – 2 of 2) sorted by relevance
114 ShadowPath drawnPath = shadowOf(shadow.getDrawnPath(0)); in drawPath_shouldRecordThePathAndThePaint() local
421 private final Path drawnPath; field in ShadowCanvas.PathPaintHistoryEvent424 PathPaintHistoryEvent(Path drawnPath, Paint pathPaint) { in PathPaintHistoryEvent()