Home
last modified time | relevance | path

Searched refs:BLI_rcti_isect (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DUI_view2d.h93 #define IN_2D_VERT_SCROLL_RECT(v2d, rct) (BLI_rcti_isect(&v2d->vert, rct, NULL))
94 #define IN_2D_HORIZ_SCROLL_RECT(v2d, rct) (BLI_rcti_isect(&v2d->hor, rct, NULL))
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_subwindow.c61 BLI_rcti_isect(winrct, partialrct, drawrct); in wmPartialViewport()
H A Dwm_gesture.c391 BLI_rcti_isect(&gt->winrct, &rect, &rect); in draw_filled_lasso()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_query.c646 if (!BLI_rcti_isect(&winrct, rect_px, NULL)) { in ui_region_contains_rect_px()
655 if (!BLI_rcti_isect(&v2d->mask, &rect_region, NULL) || in ui_region_contains_rect_px()
H A Dinterface_draw.c1918 BLI_rcti_isect(&scissor_new, &scissor_region, &scissor_new); in ui_draw_but_CURVE()
2192 BLI_rcti_isect(&scissor_new, &scissor_region, &scissor_new); in ui_draw_but_CURVEPROFILE()
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/intern/
H A DCOM_MemoryBuffer.cpp130 BLI_rcti_isect(rect, &this->m_rect, &rect_clamp); in getMaximumValue()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_rect.h90 bool BLI_rcti_isect(const struct rcti *src1, const struct rcti *src2, struct rcti *dest);
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/operations/
H A DCOM_KeyingScreenOperation.cpp256 if (BLI_rcti_isect(rect, &triangulation->triangles_AABB[i], NULL)) { in initializeTileData()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_select_buffer.c70 if (BLI_rcti_isect(&r, &rect_clamp, &rect_clamp)) { in DRW_select_buffer_read()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/screen/
H A Darea.c319 if (BLI_rcti_isect(&region->drawrct, &azrct, NULL)) { in region_draw_azones()
1183 if (BLI_rcti_isect(&ar1->winrct, &region->winrct, NULL)) { in region_overlap_fix()
1227 if ((ar1->alignment != align) && BLI_rcti_isect(&ar1->winrct, &region->winrct, NULL)) { in region_overlap_fix()
1357 BLI_rcti_isect(&region->winrct, &overlap_remainder_margin, &region->winrct); in region_rect_recursive()
1373 BLI_rcti_isect(&winrct_test, &overlap_remainder_margin, &winrct_test); in region_rect_recursive()
3907 if (BLI_rcti_isect(rect, &arn->winrct, NULL)) { in region_visible_rect_calc()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_draw.c2219 BLI_rcti_isect(&r, rect, rect); in view3d_update_depths_rect()
2533 BLI_rcti_isect(&region->winrct, rect, rect); in ED_view3d_calc_render_border()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Drct.c931 bool BLI_rcti_isect(const rcti *src1, const rcti *src2, rcti *dest) in BLI_rcti_isect() function
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_file/
H A Dfilesel.c555 return BLI_rcti_isect(&maskrect, rect, r_dst); in ED_fileselect_layout_isect_rect()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gpencil/
H A Dgpencil_utils.c2980 return BLI_rcti_isect(&rect_stroke, &rect_mouse, NULL); in ED_gpencil_stroke_check_collision()