Lines Matching refs:AstFrame

200 static const char *(* parent_getlabel)( AstFrame *, int, int * );
201 static int (* parent_match)( AstFrame *, AstFrame *, int, int **, int **, AstMapping **, AstFrame *…
202 static int (* parent_subframe)( AstFrame *, AstFrame *, int, const int *, const int *, AstMapping *…
206 static void (* parent_overlay)( AstFrame *, const int *, AstFrame *, int * );
207 static const char *(* parent_getdomain)( AstFrame *, int * );
264 static const char *GetLabel( AstFrame *, int, int * );
267 static int Match( AstFrame *, AstFrame *, int, int **, int **, AstMapping **, AstFrame **, int * );
268 static int SubFrame( AstFrame *, AstFrame *, int, const int *, const int *, AstMapping **, AstFrame
272 static void Overlay( AstFrame *, const int *, AstFrame *, int * );
275 static const char *GetDomain( AstFrame *, int * );
531 static const char *GetDomain( AstFrame *this_frame, int *status ) { in GetDomain()
688 static const char *GetLabel( AstFrame *this, int axis, int *status ) { in GetLabel()
976 static int Match( AstFrame *template_frame, AstFrame *target, int matchsub, in Match()
978 AstFrame **result, int *status ) { in Match()
1081 AstFrame *frame0; /* Pointer to Frame underlying axis 0 */ in Match()
1154 static void Overlay( AstFrame *template, const int *template_axes, in Overlay()
1155 AstFrame *result, int *status ) { in Overlay()
1470 static int SubFrame( AstFrame *target_frame, AstFrame *template, in SubFrame()
1473 AstFrame **result, int *status ) { in SubFrame()
2116 (*parent_overlay)( (AstFrame *) this, &template_axis, (AstFrame *) tf1, status ); in TopoMap()