Searched refs:runHeight (Results 1 – 2 of 2) sorted by relevance
389 double runHeight = 0.0;396 height += runHeight;401 runHeight = 0.0;405 runHeight = math.max(runHeight, childHeight);412 height += runHeight + runSpacing;420 double runHeight = 0.0;427 if (runHeight + childHeight > height) {432 runHeight = 0.0;436 runHeight += childHeight;439 runHeight += spacing;
63 const auto runHeight = fHeightMultiplier * fFont.getSize(); in calculateMetrics() local66 const auto extraLeading = (runHeight - fontIntrinsicHeight) / 2; in calculateMetrics()70 const auto multiplier = runHeight / fontIntrinsicHeight; in calculateMetrics()