ReactOS 0.4.16-dev-13-ge2fc578
|
#include <usp10_internal.h>
Definition at line 190 of file usp10_internal.h.
void* ScriptCache::CMAP_format12_Table |
Definition at line 203 of file usp10_internal.h.
void* ScriptCache::CMAP_Table |
Definition at line 202 of file usp10_internal.h.
Definition at line 191 of file usp10_internal.h.
Referenced by init_script_cache().
void* ScriptCache::GDEF_Table |
Definition at line 201 of file usp10_internal.h.
Referenced by GPOS_apply_MarkToBase().
void* ScriptCache::GPOS_Table |
Definition at line 204 of file usp10_internal.h.
Referenced by _initialize_script_cache(), and OpenType_apply_GPOS_lookup().
void* ScriptCache::GSUB_Table |
Definition at line 200 of file usp10_internal.h.
Referenced by _initialize_script_cache().
LOGFONTW ScriptCache::lf |
Definition at line 193 of file usp10_internal.h.
Referenced by init_script_cache().
OUTLINETEXTMETRICW* ScriptCache::otm |
Definition at line 195 of file usp10_internal.h.
Referenced by init_script_cache().
CacheGlyphPage* ScriptCache::page[NUM_PAGES] |
Definition at line 198 of file usp10_internal.h.
DWORD ScriptCache::refcount |
Definition at line 192 of file usp10_internal.h.
Referenced by init_script_cache().
SIZE_T ScriptCache::script_count |
Definition at line 208 of file usp10_internal.h.
Referenced by usp10_script_cache_add_script(), usp10_script_cache_add_script_list(), and usp10_script_cache_get_script().
LoadedScript* ScriptCache::scripts |
Definition at line 206 of file usp10_internal.h.
Referenced by usp10_script_cache_add_script(), and usp10_script_cache_get_script().
BOOL ScriptCache::scripts_initialized |
Definition at line 205 of file usp10_internal.h.
Referenced by _initialize_script_cache().
SIZE_T ScriptCache::scripts_size |
Definition at line 207 of file usp10_internal.h.
Referenced by usp10_script_cache_add_script().
BOOL ScriptCache::sfnt |
Definition at line 197 of file usp10_internal.h.
Referenced by init_script_cache(), and set_cache_font_properties().
SCRIPT_FONTPROPERTIES ScriptCache::sfp |
Definition at line 196 of file usp10_internal.h.
Referenced by get_cache_font_properties(), and set_cache_font_properties().
TEXTMETRICW ScriptCache::tm |
Definition at line 194 of file usp10_internal.h.
Referenced by init_script_cache(), ScriptString_pSize(), and set_cache_font_properties().
OPENTYPE_TAG ScriptCache::userLang |
Definition at line 211 of file usp10_internal.h.
OPENTYPE_TAG ScriptCache::userScript |
Definition at line 210 of file usp10_internal.h.
Referenced by get_opentype_script().
ABC* ScriptCache::widths[GLYPH_MAX/GLYPH_BLOCK_SIZE] |
Definition at line 199 of file usp10_internal.h.