Lines Matching refs:mnDPIY
636 aSize.Height() = (12*pOutDev->mnDPIY)/72; in GetDefaultFont()
3017 aSize.Height() = (12*mnDPIY)/72; in ImplNewFont()
3572 nPixHeight = ((nLineWidth*mnDPIX)+(mnDPIY/2))/mnDPIY; in ImplDrawWaveLine()
3672 long nLineWidthHeight = ((nLineWidth*mnDPIX)+(mnDPIY/2))/mnDPIY; in ImplDrawWaveTextLine()
3803 long nDotWidth = nLineHeight*mnDPIY; in ImplDrawStraightTextLine()
3804 nDotWidth += mnDPIY/2; in ImplDrawStraightTextLine()
3805 nDotWidth /= mnDPIY; in ImplDrawStraightTextLine()
3822 long nDotWidth = nLineHeight*mnDPIY; in ImplDrawStraightTextLine()
3823 nDotWidth += mnDPIY/2; in ImplDrawStraightTextLine()
3824 nDotWidth /= mnDPIY; in ImplDrawStraightTextLine()
3867 long nDotWidth = nLineHeight*mnDPIY; in ImplDrawStraightTextLine()
3868 nDotWidth += mnDPIY/2; in ImplDrawStraightTextLine()
3869 nDotWidth /= mnDPIY; in ImplDrawStraightTextLine()
3898 long nDotWidth = nLineHeight*mnDPIY; in ImplDrawStraightTextLine()
3899 nDotWidth += mnDPIY/2; in ImplDrawStraightTextLine()
3900 nDotWidth /= mnDPIY; in ImplDrawStraightTextLine()
4379 long nOffY = 1+(mnDPIY/300); // one visible pixel space in ImplGetEmphasisMark()