/reactos/dll/win32/usp10/ |
H A D | indic.c | 213 static BOOL Consonant_is_post_base_form(HDC hdc, SCRIPT_ANALYSIS *psa, ScriptCache *psc, in Consonant_is_post_base_form() 231 static BOOL Consonant_is_below_base_form(HDC hdc, SCRIPT_ANALYSIS *psa, ScriptCache *psc, in Consonant_is_below_base_form() 249 static BOOL Consonant_is_pre_base_form(HDC hdc, SCRIPT_ANALYSIS *psa, ScriptCache *psc, in Consonant_is_pre_base_form() 267 static BOOL Consonant_is_ralf(HDC hdc, SCRIPT_ANALYSIS *psa, ScriptCache *psc, in Consonant_is_ralf() 275 static int FindBaseConsonant(HDC hdc, SCRIPT_ANALYSIS *psa, ScriptCache *psc, in FindBaseConsonant() 324 void Indic_ParseSyllables(HDC hdc, SCRIPT_ANALYSIS *psa, ScriptCache *psc, const WCHAR *input, unsi… in Indic_ParseSyllables() 373 void Indic_ReorderCharacters(HDC hdc, SCRIPT_ANALYSIS *psa, ScriptCache *psc, WCHAR *input, unsigne… in Indic_ReorderCharacters()
|
H A D | shape.c | 616 static LoadedFeature* load_OT_feature(HDC hdc, SCRIPT_ANALYSIS *psa, ScriptCache *psc, char tableTy… in load_OT_feature() 654 static INT apply_GSUB_feature_to_glyph(HDC hdc, SCRIPT_ANALYSIS *psa, ScriptCache* psc, WORD *glyph… in apply_GSUB_feature_to_glyph() 705 static VOID load_ot_tables(HDC hdc, ScriptCache *psc) in load_ot_tables() 715 int SHAPE_does_GSUB_feature_apply_to_chars(HDC hdc, SCRIPT_ANALYSIS *psa, ScriptCache *psc, in SHAPE_does_GSUB_feature_apply_to_chars() 864 static void GPOS_apply_feature(const ScriptCache *psc, const OUTLINETEXTMETRICW *otm, in GPOS_apply_feature() 882 static inline BOOL get_GSUB_Indic2(SCRIPT_ANALYSIS *psa, ScriptCache *psc) in get_GSUB_Indic2() 3429 void SHAPE_ApplyOpenTypePositions(HDC hdc, ScriptCache *psc, SCRIPT_ANALYSIS *psa, const WORD* pwGl… in SHAPE_ApplyOpenTypePositions() 3454 HRESULT SHAPE_CheckFontForRequiredFeatures(HDC hdc, ScriptCache *psc, SCRIPT_ANALYSIS *psa) in SHAPE_CheckFontForRequiredFeatures() 3477 HRESULT SHAPE_GetFontScriptTags( HDC hdc, ScriptCache *psc, in SHAPE_GetFontScriptTags() 3495 HRESULT SHAPE_GetFontLanguageTags( HDC hdc, ScriptCache *psc, in SHAPE_GetFontLanguageTags() [all …]
|
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() 1934 static BOOL requires_fallback(HDC hdc, SCRIPT_CACHE *psc, SCRIPT_ANALYSIS *psa, in requires_fallback() 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() 3510 HRESULT WINAPI ScriptPlace(HDC hdc, SCRIPT_CACHE *psc, const WORD *pwGlyphs, in ScriptPlace() [all …]
|
H A D | opentype.c | 627 static VOID *load_CMAP_format12_table(HDC hdc, ScriptCache *psc) in load_CMAP_format12_table() 673 DWORD OpenType_CMAP_GetGlyphIndex(HDC hdc, ScriptCache *psc, DWORD utf32c, WORD *glyph_index, DWORD… in OpenType_CMAP_GetGlyphIndex() 751 void OpenType_GDEF_UpdateGlyphProps(ScriptCache *psc, const WORD *pwGlyphs, const WORD cGlyphs, WOR… in OpenType_GDEF_UpdateGlyphProps() 2647 HRESULT OpenType_GetFontScriptTags(ScriptCache *psc, OPENTYPE_TAG searchingFor, int cMaxTags, OPENT… in OpenType_GetFontScriptTags() 2761 HRESULT OpenType_GetFontLanguageTags(ScriptCache *psc, OPENTYPE_TAG script_tag, OPENTYPE_TAG search… in OpenType_GetFontLanguageTags() 2847 static void _initialize_feature_cache(ScriptCache *psc, LoadedLanguage *language) in _initialize_feature_cache() 2872 HRESULT OpenType_GetFontFeatureTags(ScriptCache *psc, OPENTYPE_TAG script_tag, OPENTYPE_TAG languag… in OpenType_GetFontFeatureTags()
|
/reactos/dll/win32/lpk/ |
H A D | bidi.c | 345 SCRIPT_CACHE psc = NULL; in BIDI_Reorder() local
|
/reactos/modules/rostests/winetests/usp10/ |
H A D | usp10.c | 2237 SCRIPT_CACHE psc; in test_ScriptItemIzeShapePlace() local 2372 SCRIPT_CACHE psc = NULL; in test_ScriptGetCMap() local 2510 SCRIPT_CACHE psc,old_psc; in test_ScriptGetFontProperties() local 2703 SCRIPT_CACHE psc; in test_ScriptTextOut() local 2790 SCRIPT_CACHE psc; in test_ScriptTextOut2() local 2856 SCRIPT_CACHE psc; in test_ScriptTextOut3() local
|
/reactos/drivers/bus/acpi/busmgr/ |
H A D | bus.c | 205 unsigned long long psc = 0; in acpi_bus_get_power() local
|