Changeset View
Changeset View
Standalone View
Standalone View
source/blenderplayer/bad_level_call_stubs/stubs.c
| Context not available. | |||||
| struct bConstraintOb; | struct bConstraintOb; | ||||
| struct bConstraintTarget; | struct bConstraintTarget; | ||||
| struct bContextDataResult; | struct bContextDataResult; | ||||
| struct bGPdata; | |||||
| struct bGPDlayer; | struct bGPDlayer; | ||||
| struct bFaceMap; | struct bFaceMap; | ||||
| struct bNode; | struct bNode; | ||||
| Context not available. | |||||
| void *ED_region_draw_cb_customdata(void *handle) RET_ZERO /* XXX This one looks wrong also */ | void *ED_region_draw_cb_customdata(void *handle) RET_ZERO /* XXX This one looks wrong also */ | ||||
| void ED_region_draw_cb_exit(struct ARegionType *art, void *handle) RET_NONE | void ED_region_draw_cb_exit(struct ARegionType *art, void *handle) RET_NONE | ||||
| void ED_area_headerprint(struct ScrArea *sa, const char *str) RET_NONE | void ED_area_headerprint(struct ScrArea *sa, const char *str) RET_NONE | ||||
| void ED_gpencil_parent_location(struct bGPDlayer *gpl, float diff_mat[4][4]) RET_NONE | void ED_gpencil_parent_location(struct Object *obact, struct bGPdata *gpd, struct bGPDlayer *gpl, float diff_mat[4][4]) RET_NONE | ||||
| void UI_view2d_region_to_view(struct View2D *v2d, float x, float y, float *viewx, float *viewy) RET_NONE | void UI_view2d_region_to_view(struct View2D *v2d, float x, float y, float *viewx, float *viewy) RET_NONE | ||||
| bool UI_view2d_view_to_region_clip(struct View2D *v2d, float x, float y, int *regionx, int *regiony) RET_ZERO | bool UI_view2d_view_to_region_clip(struct View2D *v2d, float x, float y, int *regionx, int *regiony) RET_ZERO | ||||
| void UI_view2d_view_to_region(struct View2D *v2d, float x, float y, int *regionx, int *region_y) RET_NONE | void UI_view2d_view_to_region(struct View2D *v2d, float x, float y, int *regionx, int *region_y) RET_NONE | ||||
| Context not available. | |||||