Searched refs:nMeasuredTextLength (Results 1 – 1 of 1) sorted by relevance
389 tools::Long nMeasuredTextLength(pTempVirtualDevice->GetTextWidth(rText)); in evaluateAlternativeFontScale() local391 if (!nMeasuredTextLength) in evaluateAlternativeFontScale()392 nMeasuredTextLength = nImportedTextLength; in evaluateAlternativeFontScale()395 if (nImportedTextLength != nMeasuredTextLength) in evaluateAlternativeFontScale()397 …e fFactorText(static_cast<double>(nImportedTextLength) / static_cast<double>(nMeasuredTextLength)); in evaluateAlternativeFontScale()