Home
last modified time | relevance | path

Searched refs:is_inside_box (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/gpu/shaders/
H A Dgpu_shader_text_frag.glsl45 bool is_inside_box(ivec2 v)
58 if (is_inside_box(texel_2d_near)) {
72 if (is_inside_box(texel_2d_near + ivec2(1, 0))) {
75 if (is_inside_box(texel_2d_near + ivec2(0, 1))) {
78 if (is_inside_box(texel_2d_near + ivec2(1, 1))) {
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/
H A Dbmsh3d_face.h201 bool is_inside_box(const vgl_box_3d<double>& box) const;
H A Dbmsh3d_face.cxx449 bool bmsh3d_face::is_inside_box (const vgl_box_3d<double>& box) const in is_inside_box() function in bmsh3d_face