Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_node/node_intern.h
| Context not available. | |||||
| /* node_draw.c */ | /* node_draw.c */ | ||||
| int node_get_colorid(struct bNode *node); | int node_get_colorid(struct bNode *node); | ||||
| void node_socket_circle_draw(const struct bContext *C, struct bNodeTree *ntree, struct bNode *node, | void node_socket_circle_draw(const struct bContext *C, struct bNodeTree *ntree, struct bNode *node, | ||||
| struct bNodeSocket *sock, float size, int highlight); | struct bNodeSocket *sock, float size, int highlight, unsigned pos); | ||||
| int node_get_resize_cursor(int directions); | int node_get_resize_cursor(int directions); | ||||
| void node_draw_shadow(struct SpaceNode *snode, struct bNode *node, float radius, float alpha); | void node_draw_shadow(struct SpaceNode *snode, struct bNode *node, float radius, float alpha); | ||||
| void node_draw_default(const struct bContext *C, struct ARegion *ar, struct SpaceNode *snode, | void node_draw_default(const struct bContext *C, struct ARegion *ar, struct SpaceNode *snode, | ||||
| Context not available. | |||||