Lines Matching refs:WINAPI

1117 static HRESULT ((WINAPI *pScriptIsComplex)( const WCHAR*, int, DWORD ));
1118 static HRESULT ((WINAPI *pScriptItemize)( const WCHAR*, int, int,
1120 static HRESULT ((WINAPI *pScriptShape)( HDC, SCRIPT_CACHE*, const WCHAR*,
1122 static HRESULT ((WINAPI *pScriptPlace)( HDC, SCRIPT_CACHE*, const WORD*, int,
1124 static HRESULT ((WINAPI *pScriptGetLogicalWidths)( const SCRIPT_ANALYSIS*,
1126 static HRESULT ((WINAPI *pScriptApplyLogicalWidth)( const int*, int, int, const WORD*,
1128 static HRESULT ((WINAPI *pScriptJustify)( const SCRIPT_VISATTR*,
1130 static HRESULT ((WINAPI *pScriptTextOut)( const HDC, SCRIPT_CACHE*,
1133 static HRESULT ((WINAPI *pScriptGetFontProperties)( HDC, SCRIPT_CACHE*, SCRIPT_FONTPROPERTIES* ));
1134 static HRESULT ((WINAPI *pScriptFreeCache)( SCRIPT_CACHE* ));
1146 pScriptIsComplex = (HRESULT (WINAPI*)(const WCHAR*,int,DWORD))
1150 pScriptItemize = (HRESULT (WINAPI*)(const WCHAR*,int,int,
1155 pScriptShape = (HRESULT (WINAPI*)(HDC,SCRIPT_CACHE*,const WCHAR*,
1160 pScriptPlace = (HRESULT (WINAPI*)(HDC, SCRIPT_CACHE*, const WORD*, int,
1165 pScriptGetLogicalWidths = (HRESULT (WINAPI*)(const SCRIPT_ANALYSIS*,
1170 pScriptApplyLogicalWidth = (HRESULT (WINAPI*)(const int*,int,int,const WORD*,
1175 pScriptJustify = (HRESULT (WINAPI*)(const SCRIPT_VISATTR*,const int*,
1180 pScriptGetFontProperties = (HRESULT (WINAPI*)( HDC,SCRIPT_CACHE*,SCRIPT_FONTPROPERTIES*))
1184 pScriptTextOut = (HRESULT (WINAPI*)(const HDC,SCRIPT_CACHE*,
1190 pScriptFreeCache = (HRESULT (WINAPI*)(SCRIPT_CACHE*))