ReactOS 0.4.16-dev-41-ge8c7597
|
#include <psglue.h>
Public Attributes | |
CF2_Callback_Type | moveTo |
CF2_Callback_Type | lineTo |
CF2_Callback_Type | quadTo |
CF2_Callback_Type | cubeTo |
CF2_Int | windingMomentum |
FT_Memory | memory |
FT_Error * | error |
CF2_Callback_Type CF2_OutlineCallbacksRec_::cubeTo |
Definition at line 129 of file psglue.h.
Referenced by cf2_glyphpath_pushPrevElem().
CF2_Callback_Type CF2_OutlineCallbacksRec_::lineTo |
Definition at line 127 of file psglue.h.
Referenced by cf2_glyphpath_pushPrevElem().
CF2_Callback_Type CF2_OutlineCallbacksRec_::moveTo |
Definition at line 126 of file psglue.h.
Referenced by cf2_glyphpath_pushMove().
CF2_Callback_Type CF2_OutlineCallbacksRec_::quadTo |
CF2_Int CF2_OutlineCallbacksRec_::windingMomentum |
Definition at line 131 of file psglue.h.
Referenced by cf2_glyphpath_computeOffset().