Lines Matching refs:SCRIPT_CACHE

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()
847 static inline BOOL get_cache_glyph_widths(SCRIPT_CACHE *psc, WORD glyph, ABC *abc) in get_cache_glyph_widths()
857 static inline BOOL set_cache_glyph_widths(SCRIPT_CACHE *psc, WORD glyph, ABC *abc) in set_cache_glyph_widths()
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()
1176 HRESULT WINAPI ScriptGetFontProperties(HDC hdc, SCRIPT_CACHE *psc, SCRIPT_FONTPROPERTIES *sfp) in ScriptGetFontProperties()
1934 static BOOL requires_fallback(HDC hdc, SCRIPT_CACHE *psc, SCRIPT_ANALYSIS *psa, in requires_fallback()
2085 SCRIPT_CACHE *sc = (SCRIPT_CACHE*)&analysis->glyphs[i].sc; in ScriptStringAnalyse()
2324 (SCRIPT_CACHE *)&analysis->glyphs[iItem].sc, iX + off_x, in SS_ItemOut()
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()
3387 HRESULT WINAPI ScriptPlaceOpenType( HDC hdc, SCRIPT_CACHE *psc, SCRIPT_ANALYSIS *psa, in ScriptPlaceOpenType()
3510 HRESULT WINAPI ScriptPlace(HDC hdc, SCRIPT_CACHE *psc, const WORD *pwGlyphs, in ScriptPlace()
3554 HRESULT WINAPI ScriptGetCMap(HDC hdc, SCRIPT_CACHE *psc, const WCHAR *pwcInChars, in ScriptGetCMap()
3595 HRESULT WINAPI ScriptTextOut(const HDC hdc, SCRIPT_CACHE *psc, int x, int y, UINT fuOptions, in ScriptTextOut()
3680 HRESULT WINAPI ScriptCacheGetHeight(HDC hdc, SCRIPT_CACHE *psc, LONG *height) in ScriptCacheGetHeight()
3708 HRESULT WINAPI ScriptGetGlyphABCWidth(HDC hdc, SCRIPT_CACHE *psc, WORD glyph, ABC *abc) in ScriptGetGlyphABCWidth()
4074 HRESULT WINAPI ScriptGetFontScriptTags( HDC hdc, SCRIPT_CACHE *psc, SCRIPT_ANALYSIS *psa, int cMaxT… in ScriptGetFontScriptTags()
4083 HRESULT WINAPI ScriptGetFontLanguageTags( HDC hdc, SCRIPT_CACHE *psc, SCRIPT_ANALYSIS *psa, OPENTYP… in ScriptGetFontLanguageTags()
4092 HRESULT WINAPI ScriptGetFontFeatureTags( HDC hdc, SCRIPT_CACHE *psc, SCRIPT_ANALYSIS *psa, OPENTYPE… in ScriptGetFontFeatureTags()