ReactOS 0.4.16-dev-122-g325d74c
|
#include <cfftypes.h>
Public Attributes | |
FT_Bool | builtBV |
FT_Bool | usedBV |
CFF_Font | font |
FT_UInt | lastVsindex |
FT_UInt | lenNDV |
FT_Fixed * | lastNDV |
FT_UInt | lenBV |
FT_Int32 * | BV |
Definition at line 166 of file cfftypes.h.
FT_Bool CFF_BlendRec_::builtBV |
Definition at line 168 of file cfftypes.h.
FT_Int32* CFF_BlendRec_::BV |
Definition at line 175 of file cfftypes.h.
Referenced by cf2_doBlend(), cff_blend_doBlend(), and cff_subfont_done().
CFF_Font CFF_BlendRec_::font |
Definition at line 170 of file cfftypes.h.
Referenced by cf2_font_setup().
FT_Fixed* CFF_BlendRec_::lastNDV |
Definition at line 173 of file cfftypes.h.
Referenced by cff_subfont_done().
FT_UInt CFF_BlendRec_::lastVsindex |
Definition at line 171 of file cfftypes.h.
FT_UInt CFF_BlendRec_::lenBV |
Definition at line 174 of file cfftypes.h.
Referenced by cf2_doBlend(), and cff_blend_doBlend().
FT_UInt CFF_BlendRec_::lenNDV |
Definition at line 172 of file cfftypes.h.
FT_Bool CFF_BlendRec_::usedBV |
Definition at line 169 of file cfftypes.h.