ReactOS 0.4.16-dev-320-g3bd9ddc
|
#include <pshints.h>
Public Attributes | |
FT_Error * | error |
FT_Bool | isValid |
FT_Bool | isNew |
size_t | bitCount |
size_t | byteCount |
FT_Byte | mask [(CF2_MAX_HINTS+7)/8] |
size_t CF2_HintMaskRec_::bitCount |
Definition at line 77 of file pshints.h.
Referenced by cf2_hintmask_setCounts().
size_t CF2_HintMaskRec_::byteCount |
Definition at line 78 of file pshints.h.
Referenced by cf2_hintmask_read(), and cf2_hintmask_setCounts().
FT_Error* CF2_HintMaskRec_::error |
Definition at line 72 of file pshints.h.
Referenced by cf2_hintmap_build(), cf2_hintmask_read(), and cf2_hintmask_setCounts().
FT_Bool CF2_HintMaskRec_::isNew |
Definition at line 75 of file pshints.h.
Referenced by cf2_hintmask_setCounts(), and cf2_interpT2CharString().
FT_Bool CF2_HintMaskRec_::isValid |
Definition at line 74 of file pshints.h.
Referenced by cf2_hintmask_setCounts(), and cf2_interpT2CharString().
FT_Byte CF2_HintMaskRec_::mask[(CF2_MAX_HINTS+7)/8] |
Definition at line 80 of file pshints.h.
Referenced by cf2_hintmask_read().