Home
last modified time | relevance | path

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

/aoo41x/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx181 const double fPixelSize = (mfFontScale * fDPIY); in GetFontMetric() local
184 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()
H A Datsfonts.cxx214 const double fPixelSize = (mfFontScale * fDPIY * fPointSize); in GetFontMetric() local
215 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()
/aoo41x/main/filter/source/graphicfilter/idxf/
H A Ddxfentrd.cxx674 fPixelSize( 1.0 ), in DXFHatchEntity()
708 case 47 : fPixelSize = rDGR.GetF(); break; in EvaluateGroup()
H A Ddxfentrd.hxx481 double fPixelSize; // 47 member in DXFHatchEntity

Completed in 55 milliseconds