Home
last modified time | relevance | path

Searched refs:mfCachedWidth (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Dctlayout.cxx74 mutable double mfCachedWidth; // cached value of resulting typographical width member in CTLayout
93 , mfCachedWidth( -1 ) in CTLayout()
173 mfCachedWidth = nPixelWidth / mfFontScale; in AdjustLayout()
233 mfCachedWidth = fAdjustedWidth + mfTrailingSpaceWidth; in AdjustLayout()
388 if( mfCachedWidth < 0.0 ) in GetTextWidth()
389 mfCachedWidth = CTLineGetTypographicBounds( mpCTLine, NULL, NULL, NULL ); in GetTextWidth()
391 const long nScaledWidth = lrint( mfFontScale * mfCachedWidth ); in GetTextWidth()

Completed in 7 milliseconds