ReactOS 0.4.15-dev-7961-gdcf9eb0
_FONT_CACHE_ENTRY Struct Reference

#include <font.h>

Collaboration diagram for _FONT_CACHE_ENTRY:

Public Attributes

LIST_ENTRY ListEntry
 
FT_BitmapGlyph BitmapGlyph
 
DWORD dwHash
 
FONT_CACHE_HASHED Hashed
 

Detailed Description

Definition at line 55 of file font.h.

Member Data Documentation

◆ BitmapGlyph

FT_BitmapGlyph _FONT_CACHE_ENTRY::BitmapGlyph

Definition at line 58 of file font.h.

Referenced by IntFindGlyphCache(), and IntGetBitmapGlyphWithCache().

◆ dwHash

DWORD _FONT_CACHE_ENTRY::dwHash

Definition at line 59 of file font.h.

Referenced by IntFindGlyphCache(), and IntGetBitmapGlyphWithCache().

◆ Hashed

FONT_CACHE_HASHED _FONT_CACHE_ENTRY::Hashed

Definition at line 60 of file font.h.

Referenced by IntFindGlyphCache(), IntGetBitmapGlyphWithCache(), and RemoveCacheEntries().

◆ ListEntry

LIST_ENTRY _FONT_CACHE_ENTRY::ListEntry

Definition at line 57 of file font.h.

Referenced by IntGetBitmapGlyphWithCache().


The documentation for this struct was generated from the following file: