Searched refs:sceneWidth (Results 1 – 1 of 1) sorted by relevance
870 int sceneWidth = imageData.width; in setFitScale() local872 if (sceneWidth == 0.0 || sceneHeight == 0.0) { in setFitScale()877 sceneWidth += 2 * ImageUtils.SHADOW_SIZE; in setFitScale()882 int hDelta = canvasWidth - sceneWidth; in setFitScale()898 double hScale = (canvasWidth - 2 * hMargin) / (double) sceneWidth; in setFitScale()