Home
last modified time | relevance | path

Searched refs:pWinLayout (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx3025 WinLayout* pWinLayout = NULL; local
3036 pWinLayout = new GraphiteWinLayout( getHDC(), rFontFace, rFontInstance);
3040 pWinLayout = new UniscribeLayout( getHDC(), rFontFace, rFontInstance );
3063 pWinLayout = new GraphiteWinLayout( getHDC(), rFontFace, rFontInstance);
3066 pWinLayout = new SimpleWinLayout( getHDC(), eCharSet, rFontFace, rFontInstance );
3070 pWinLayout->SetFontScale( mfFontScale );
3072 return pWinLayout;

Completed in 57 milliseconds