Searched refs:zoomEvaluatedSize (Results 1 – 2 of 2) sorted by relevance
101 …float evaluateSizeForFeature(const ZoomEvaluatedSize& zoomEvaluatedSize, const PlacedSymbol& place… in evaluateSizeForFeature() argument102 if (zoomEvaluatedSize.isFeatureConstant) { in evaluateSizeForFeature()103 return zoomEvaluatedSize.size; in evaluateSizeForFeature()105 if (zoomEvaluatedSize.isZoomConstant) { in evaluateSizeForFeature()108 …return placedSymbol.lowerSize + zoomEvaluatedSize.sizeT * (placedSymbol.upperSize - placedSymbol.l… in evaluateSizeForFeature()
42 …float evaluateSizeForFeature(const ZoomEvaluatedSize& zoomEvaluatedSize, const PlacedSymbol& place…