Lines Matching refs:mnHeight

725 …pFI->GetFontFileName()->getStr(), rFSD.mnHeight, rFSD.mnWidth, rFSD.mbVertical, pFI->IsSymbolFont(…  in FreetypeServerFont()
734 mnWidth = rFSD.mnHeight; in FreetypeServerFont()
735 mfStretch = (double)mnWidth / rFSD.mnHeight; in FreetypeServerFont()
746 FT_Error rc = FT_Set_Pixel_Sizes( maFaceFT, mnWidth, rFSD.mnHeight ); in FreetypeServerFont()
859 && rFSD.mnHeight < 20) in FreetypeServerFont()
1022 const double fScale = (double)GetFontSelData().mnHeight / maFaceFT->units_per_EM; in FetchFontMetric()
1508 rRawBitmap.mnHeight = rBitmapFT.rows; in GetGlyphBitmap1()
1522 const sal_uLong nNeededSize = rRawBitmap.mnScanlineSize * rRawBitmap.mnHeight; in GetGlyphBitmap1()
1540 for( int h = rRawBitmap.mnHeight; --h >= 0; ) in GetGlyphBitmap1()
1548 for( sal_uLong y=0; y < rRawBitmap.mnHeight; y++ ) in GetGlyphBitmap1()
1662 rRawBitmap.mnHeight = rBitmapFT.rows; in GetGlyphBitmap8()
1673 const sal_uLong nNeededSize = rRawBitmap.mnScanlineSize * rRawBitmap.mnHeight; in GetGlyphBitmap8()
1685 for( int y = rRawBitmap.mnHeight, x; --y >= 0 ; ) in GetGlyphBitmap8()
1695 for( int y = rRawBitmap.mnHeight, x; --y >= 0 ; ) in GetGlyphBitmap8()
1713 for( sal_uLong y=0; y < rRawBitmap.mnHeight; y++ ) in GetGlyphBitmap8()
1729 for( sal_uLong y=0; y < rRawBitmap.mnHeight; y++ ) in GetGlyphBitmap8()
1847 nKernVal *= rFSD.mnWidth ? rFSD.mnWidth : rFSD.mnHeight; in GetGlyphKernValue()
1876 int nFontWidth = rFSD.mnWidth ? rFSD.mnWidth : rFSD.mnHeight; in GetKernPairs()
2143 long mnHeight; member in PolyArgs