Searched refs:mfCachedWidth (Results 1 – 1 of 1) sorted by relevance
74 mutable double mfCachedWidth; // cached value of resulting typographical width member in CTLayout93 , 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 16 milliseconds