Searched refs:Context_Create (Results 1 – 4 of 4) sorted by relevance
122 #define Context_Create FTContext_Create macro
755 TT_Error Context_Create( void* _context, void* _face );
293 TT_Error Context_Create( void* _context, void* _face ) in Context_Create() function
313 …code = Context_Create(this->exec, this->face); /* See comment in the implementation of Context_Cre… in ttfFont__Open()