Searched refs:squaredDiagonal (Results 1 – 1 of 1) sorted by relevance
43 entry -> entry.squaredDiagonal)); in DensityMapping()55 int squaredDiagonal = width * width + height * height; in getDensityForResolution() local66 if (entry.squaredDiagonal <= squaredDiagonal) { in getDensityForResolution()75 if (left.squaredDiagonal == squaredDiagonal) { in getDensityForResolution()86 double leftDiagonal = Math.sqrt(left.squaredDiagonal); in getDensityForResolution()87 double rightDiagonal = Math.sqrt(right.squaredDiagonal); in getDensityForResolution()88 double diagonal = Math.sqrt(squaredDiagonal); in getDensityForResolution()99 if (prev.squaredDiagonal == curr.squaredDiagonal) { in verifyDensityMapping()123 public final int squaredDiagonal; field in DensityMapping.Entry127 this.squaredDiagonal = width * width + height * height; in Entry()[all …]