Searched refs:fPixelSize (Results 1 – 4 of 4) sorted by relevance
181 const double fPixelSize = (mfFontScale * fDPIY); in GetFontMetric() local184 rMetric.mnAscent = lrint( fAscent * fPixelSize); in GetFontMetric()185 rMetric.mnDescent = lrint( CTFontGetDescent( aCTFontRef ) * fPixelSize); in GetFontMetric()186 rMetric.mnExtLeading = lrint( CTFontGetLeading( aCTFontRef ) * fPixelSize); in GetFontMetric()187 rMetric.mnIntLeading = lrint( (fAscent - fCapHeight) * fPixelSize); in GetFontMetric()192 rMetric.mnWidth = lrint( CTFontGetSize( aCTFontRef ) * fPixelSize * mfFontStretch); in GetFontMetric()
214 const double fPixelSize = (mfFontScale * fDPIY * fPointSize); in GetFontMetric() local215 rMetric.mnAscent = static_cast<long>(+aMetrics.ascent * fPixelSize + 0.5); in GetFontMetric()216 rMetric.mnDescent = static_cast<long>(-aMetrics.descent * fPixelSize + 0.5); in GetFontMetric()217 …const long nExtDescent = static_cast<long>((-aMetrics.descent + aMetrics.leading) * fPixelSize + 0… in GetFontMetric()223 rMetric.mnWidth = static_cast<long>(mfFontStretch * fPixelSize + 0.5); in GetFontMetric()
696 fPixelSize( 1.0 ), in DXFHatchEntity()741 case 47 : fPixelSize = rDGR.GetF(); break; in EvaluateGroup()
481 double fPixelSize; // 47 member in DXFHatchEntity
Completed in 31 milliseconds