Searched refs:posterHeight (Results 1 – 1 of 1) sorted by relevance
251 int posterHeight = posterWidth / originalRatio; in paint() local253 int posterY = ((r.height() - posterHeight) / 2) + r.y(); in paint()254 IntRect targetRect(posterX, posterY, posterWidth, posterHeight); in paint()