Blender
V3.3
|
Go to the source code of this file.
Functions | |
void | ED_imbuf_sample_draw (const struct bContext *C, struct ARegion *region, void *arg_info) |
void | ED_imbuf_sample_exit (struct bContext *C, struct wmOperator *op) |
int | ED_imbuf_sample_invoke (struct bContext *C, struct wmOperator *op, const struct wmEvent *event) |
int | ED_imbuf_sample_modal (struct bContext *C, struct wmOperator *op, const struct wmEvent *event) |
void | ED_imbuf_sample_cancel (struct bContext *C, struct wmOperator *op) |
bool | ED_imbuf_sample_poll (struct bContext *C) |
void ED_imbuf_sample_cancel | ( | struct bContext * | C, |
struct wmOperator * | op | ||
) |
Definition at line 524 of file ed_util_imbuf.c.
References C, and ED_imbuf_sample_exit().
Referenced by IMAGE_OT_curves_point_set(), IMAGE_OT_sample(), and SEQUENCER_OT_sample().
void ED_imbuf_sample_exit | ( | struct bContext * | C, |
struct wmOperator * | op | ||
) |
Definition at line 457 of file ed_util_imbuf.c.
References ImageSampleInfo::art, C, CTX_wm_area(), wmOperator::customdata, ImageSampleInfo::draw_handle, ED_area_tag_redraw(), ED_region_draw_cb_exit(), and MEM_freeN.
Referenced by ED_imbuf_sample_cancel(), and ED_imbuf_sample_modal().
int ED_imbuf_sample_invoke | ( | struct bContext * | C, |
struct wmOperator * | op, | ||
const struct wmEvent * | event | ||
) |
Referenced by IMAGE_OT_curves_point_set(), IMAGE_OT_sample(), and SEQUENCER_OT_sample().
int ED_imbuf_sample_modal | ( | struct bContext * | C, |
struct wmOperator * | op, | ||
const struct wmEvent * | event | ||
) |
Referenced by IMAGE_OT_curves_point_set(), IMAGE_OT_sample(), and SEQUENCER_OT_sample().
Definition at line 529 of file ed_util_imbuf.c.
References blender::compositor::area(), C, CTX_data_edit_object(), CTX_data_scene(), CTX_wm_area(), CTX_wm_region(), ED_space_image_show_uvedit(), SpaceSeq::mainb, SpaceImage::mode, NULL, ARegion::regiontype, RGN_TYPE_PREVIEW, SEQ_DRAW_IMG_IMBUF, SEQ_editing_get(), SI_MODE_VIEW, SPACE_IMAGE, and SPACE_SEQ.
Referenced by IMAGE_OT_sample(), and SEQUENCER_OT_sample().