Searched refs:ZoomedDrawScope (Results 1 – 1 of 1) sorted by relevance
46 interface ZoomedDrawScope : DrawScope { interface50 fun DrawScope.zoom(zoom: Float, block: ZoomedDrawScope.() -> Unit) { in DrawScope()52 object : ZoomedDrawScope, DrawScope by this { in DrawScope()70 fun ZoomedDrawScope.drawUniverse(universe: VisibleUniverse) { in ZoomedDrawScope() method94 fun ZoomedDrawScope.drawContainer(container: Container) { in ZoomedDrawScope() method107 fun ZoomedDrawScope.drawGravitationalField(planet: Planet) { in ZoomedDrawScope() method126 fun ZoomedDrawScope.drawPlanet(planet: Planet) { in ZoomedDrawScope() method148 fun ZoomedDrawScope.drawStar(star: Star) { in drawStar() method232 fun ZoomedDrawScope.drawSpacecraft(ship: Spacecraft) { in ZoomedDrawScope() method269 fun ZoomedDrawScope.drawLanding(landing: Landing) { in ZoomedDrawScope() method[all …]