Searched refs:SCRIPT_CACHE (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | usp10.h | 195 typedef void *SCRIPT_CACHE; typedef 279 _Inout_updates_(1) SCRIPT_CACHE *psc, 290 _Inout_updates_(1) SCRIPT_CACHE *psc, 298 _Inout_updates_(1) SCRIPT_CACHE *psc, 355 _Inout_updates_(1) _At_(*psc, _Post_null_) SCRIPT_CACHE *psc); 390 _Inout_updates_(1) SCRIPT_CACHE *psc, 405 _Inout_updates_(1) SCRIPT_CACHE *psc, 428 _Inout_updates_(1) SCRIPT_CACHE *psc, 509 _Inout_updates_(1) SCRIPT_CACHE *psc,
|
/reactos/dll/win32/usp10/ |
H A D | usp10.c | 815 static inline LONG get_cache_height(SCRIPT_CACHE *psc) in get_cache_height() 820 static inline BYTE get_cache_pitch_family(SCRIPT_CACHE *psc) in get_cache_pitch_family() 825 static inline WORD get_cache_glyph(SCRIPT_CACHE *psc, DWORD c) in get_cache_glyph() 836 static inline WORD set_cache_glyph(SCRIPT_CACHE *psc, WCHAR c, WORD glyph) in set_cache_glyph() 866 static HRESULT init_script_cache(const HDC hdc, SCRIPT_CACHE *psc) in init_script_cache() 1080 HRESULT WINAPI ScriptFreeCache(SCRIPT_CACHE *psc) in ScriptFreeCache() 2085 SCRIPT_CACHE *sc = (SCRIPT_CACHE*)&analysis->glyphs[i].sc; in ScriptStringAnalyse() 2579 ScriptFreeCache((SCRIPT_CACHE *)&analysis->glyphs[i].sc); in ScriptStringFree() 3124 HRESULT WINAPI ScriptShapeOpenType( HDC hdc, SCRIPT_CACHE *psc, in ScriptShapeOpenType() 3321 HRESULT WINAPI ScriptShape(HDC hdc, SCRIPT_CACHE *psc, const WCHAR *pwcChars, in ScriptShape() [all …]
|
/reactos/modules/rostests/winetests/usp10/ |
H A D | usp10.c | 977 SCRIPT_CACHE sc = NULL; in _test_shape_ok() 1360 SCRIPT_CACHE sc = NULL; in test_ScriptShapeOpenType() 1839 SCRIPT_CACHE sc = NULL; in test_ScriptShape() 2099 SCRIPT_CACHE sc = NULL; in test_ScriptPlace() 2237 SCRIPT_CACHE psc; in test_ScriptItemIzeShapePlace() 2703 SCRIPT_CACHE psc; in test_ScriptTextOut() 2790 SCRIPT_CACHE psc; in test_ScriptTextOut2() 2856 SCRIPT_CACHE psc; in test_ScriptTextOut3() 3397 SCRIPT_CACHE sc = NULL; in test_ScriptCacheGetHeight() 3469 SCRIPT_CACHE sc = NULL; in test_ScriptGetGlyphABCWidth() [all …]
|
/reactos/dll/win32/riched20/ |
H A D | editstr.h | 78 SCRIPT_CACHE script_cache;
|
/reactos/dll/win32/lpk/ |
H A D | bidi.c | 345 SCRIPT_CACHE psc = NULL; in BIDI_Reorder()
|