Lines Matching refs:mhPS

618 	Ft2SetAttrs( mhPS,  in SetTextColor()
701 debug_printf( "Os2SalGraphics::SetFont hps %x lMatch '%d'\n", mhPS, pFontMetric->lMatch); in ImplDoSetFont()
702 …debug_printf( "Os2SalGraphics::SetFont hps %x fontmetrics facename '%s'\n", mhPS, pFontMetric->szF… in ImplDoSetFont()
703 debug_printf( "Os2SalGraphics::SetFont hps %x fattrs facename '%s'\n", mhPS, aFAttrs.szFacename); in ImplDoSetFont()
704 …debug_printf( "Os2SalGraphics::SetFont hps %x fattrs height '%d'\n", mhPS, aFAttrs.lMaxBaselineExt… in ImplDoSetFont()
705 debug_printf( "Os2SalGraphics::SetFont hps %x fattrs width '%d'\n", mhPS, aFAttrs.lAveCharWidth); in ImplDoSetFont()
710 rc = Ft2SetCharSet( mhPS, LCID_DEFAULT); in ImplDoSetFont()
712 rc = Ft2DeleteSetId( mhPS, nFallbackLevel + LCID_BASE); in ImplDoSetFont()
715 if ( (rc=Ft2CreateLogFont( mhPS, NULL, nFallbackLevel + LCID_BASE, &aFAttrs)) == GPI_ERROR ) { in ImplDoSetFont()
718 …debug_printf( "Os2SalGraphics::SetFont hps %x Ft2CreateLogFont failed err %x\n", mhPS, nLastError … in ImplDoSetFont()
725 rc = Ft2SetCharSet( mhPS, nFallbackLevel + LCID_BASE); in ImplDoSetFont()
729 rc = Ft2QueryFontMetrics( mhPS, sizeof( aOS2Metric ), &aOS2Metric ); in ImplDoSetFont()
803 rc = Ft2SetAttrs( mhPS, PRIM_CHAR, nAttrs, nAttrsDefault, &aBundle ); in ImplDoSetFont()
806 rc = Ft2QueryFontMetrics( mhPS, sizeof( aOS2Metric ), &aOS2Metric ); in ImplDoSetFont()
827 Ft2SetCharSet( mhPS, mhDefFont ); in SetFont()
832 Ft2DeleteSetId( mhPS, mhFonts[i] ); in SetFont()
863 Ft2DeleteSetId( mhPS, mhFonts[i] ); in SetFont()
875 mpOs2FontData[ nFallbackLevel ]->UpdateFromHPS( mhPS ); in SetFont()
902 Ft2QueryFontMetrics( mhPS, sizeof( aOS2Metric ), &aOS2Metric ); in GetFontMetric()
907 debug_printf( "Os2SalGraphics::GetFontMetric hps %x\n", mhPS); in GetFontMetric()
909 …debug_printf( "Os2SalGraphics::GetFontMetric hps %x fontmetrics facename '%s'\n", mhPS, aOS2Metric… in GetFontMetric()
910 …debug_printf( "Os2SalGraphics::GetFontMetric hps %x fontmetrics lMatch '%d'\n", mhPS, aOS2Metric.l… in GetFontMetric()
1006 Ft2QueryFontMetrics( mhPS, sizeof( aOS2Metric ), &aOS2Metric ); in GetKernPairs()
1014 Ft2QueryKerningPairs( mhPS, nCount, (KERNINGPAIRS*)pPairs ); in GetKernPairs()
1018 Ft2QueryKerningPairs( mhPS, nCount, (KERNINGPAIRS*)pPairs ); in GetKernPairs()
1124 nFontMetricCount = Ft2QueryFonts( mhPS, in GetDevFontList()
1136 Ft2QueryFonts( mhPS, in GetDevFontList()
1215 nSize = Ft2GetGlyphOutline( mhPS, aGlyphId, nGGOFlags, &aGM, 0, NULL, &aMat ); in GetGlyphBoundRect()
1251 nSize1 = Ft2GetGlyphOutline( mhPS, aGlyphId, nGGOFlags, &aGlyphMetrics, 0, NULL, &aMat ); in GetGlyphOutline()
1260 nSize2 = Ft2GetGlyphOutline( mhPS, aGlyphId, nGGOFlags, in GetGlyphOutline()
1515 pWinFontData->UpdateFromHPS( mhPS ); in CreateFontSubset()
1536 const RawFontData aRawCffData( mhPS, nCffTag ); in CreateFontSubset()
1563 const RawFontData xRawFontData( mhPS, NULL ); in CreateFontSubset()
1663 RawFontData aRawFontData( mhPS ); in GetEmbedFontData()
1670 if (Ft2QueryFontMetrics( mhPS, sizeof( aOS2Metric ), &aOS2Metric ) == GPI_ERROR) in GetEmbedFontData()
1685 if( !Ft2QueryStringWidthW( mhPS, (LPWSTR)&cChar, 1, &nCharWidth ) ) in GetEmbedFontData()
1724 DWORD aW = ::GetFontUnicodeRanges( mhPS, &aGlyphSet); in GetFontEncodingVector()
1756 const RawFontData xRawFontData( mhPS ); in GetGlyphWidths()
1817 if( Ft2QueryStringWidthW( mhPS, (LPWSTR)&i, 1, (LONG*)&nCharWidth ) ) in GetGlyphWidths()