Home
last modified time | relevance | path

Searched refs:orientflag (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dedge.c92 l_int32 orientflag) in pixSobelEdgeFilter() argument
106 if (orientflag != L_HORIZONTAL_EDGES && orientflag != L_VERTICAL_EDGES && in pixSobelEdgeFilter()
107 orientflag != L_ALL_EDGES) in pixSobelEdgeFilter()
145 if (orientflag == L_HORIZONTAL_EDGES) in pixSobelEdgeFilter()
148 else if (orientflag == L_VERTICAL_EDGES) in pixSobelEdgeFilter()
200 l_int32 orientflag) in pixTwoSidedEdgeFilter() argument
214 if (orientflag != L_HORIZONTAL_EDGES && orientflag != L_VERTICAL_EDGES) in pixTwoSidedEdgeFilter()
222 if (orientflag == L_VERTICAL_EDGES) { in pixTwoSidedEdgeFilter()
H A Dallheaders.h763 LEPT_DLL extern PIX * pixSobelEdgeFilter ( PIX *pixs, l_int32 orientflag );
764 LEPT_DLL extern PIX * pixTwoSidedEdgeFilter ( PIX *pixs, l_int32 orientflag );
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dedge.c79 l_int32 orientflag) in pixSobelEdgeFilter() argument
93 if (orientflag != L_HORIZONTAL_EDGES && orientflag != L_VERTICAL_EDGES && in pixSobelEdgeFilter()
94 orientflag != L_ALL_EDGES) in pixSobelEdgeFilter()
132 if (orientflag == L_HORIZONTAL_EDGES) in pixSobelEdgeFilter()
135 else if (orientflag == L_VERTICAL_EDGES) in pixSobelEdgeFilter()
185 l_int32 orientflag) in pixTwoSidedEdgeFilter() argument
199 if (orientflag != L_HORIZONTAL_EDGES && orientflag != L_VERTICAL_EDGES) in pixTwoSidedEdgeFilter()
207 if (orientflag == L_VERTICAL_EDGES) { in pixTwoSidedEdgeFilter()
H A Dleptprotos.h444 LEPT_DLL extern PIX * pixSobelEdgeFilter ( PIX *pixs, l_int32 orientflag );
445 LEPT_DLL extern PIX * pixTwoSidedEdgeFilter ( PIX *pixs, l_int32 orientflag );
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dfix_deposit.h42 int mode, rigidflag, shakeflag, idnext, distflag, orientflag; variable
H A Dfix_deposit.cpp431 if (orientflag) { in pre_exchange()
685 orientflag = 0; in options()
791 orientflag = 1; in options()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_rigid.cpp121 extended = orientflag = dorientflag = 0; in FixRigid()
1554 extended = orientflag = dorientflag = 0; in setup_bodies_static()
1589 if (atom->ellipsoid_flag) orientflag = 4; in setup_bodies_static()
1590 if (atom->line_flag) orientflag = 1; in setup_bodies_static()
1890 } else if (orientflag == 4) { in setup_bodies_static()
1892 } else if (orientflag == 1) in setup_bodies_static()
2272 if (orientflag) bytes = nmax*orientflag * sizeof(double); in memory_usage()
2288 if (orientflag) memory->grow(orient,nmax,orientflag,"rigid:orient"); in grow_arrays()
2305 for (int k = 0; k < orientflag; k++) in copy_arrays()
2341 for (int j = 0; j < orientflag; j++) in pack_exchange()
[all …]
H A Dfix_rigid.h143 int orientflag; // 1 if particles store spatial orientation
/dports/science/lammps/lammps-stable_29Sep2021/src/RIGID/
H A Dfix_rigid.h106 int orientflag; // 1 if particles store spatial orientation variable
H A Dfix_rigid.cpp78 extended = orientflag = dorientflag = 0; in FixRigid()
1664 extended = orientflag = dorientflag = 0; in setup_bodies_static()
1704 if (atom->line_flag) orientflag = 1; in setup_bodies_static()
1705 if (atom->tri_flag) orientflag = 4; in setup_bodies_static()
2041 } else if (orientflag == 4) { in setup_bodies_static()
2043 } else if (orientflag == 1) in setup_bodies_static()
2448 if (orientflag) bytes = (double)nmax*orientflag * sizeof(double); in memory_usage()
2465 if (orientflag) memory->grow(orient,nmax,orientflag,"rigid:orient"); in grow_arrays()
2493 for (int k = 0; k < orientflag; k++) in copy_arrays()
2545 for (int j = 0; j < orientflag; j++) in pack_exchange()
[all …]
H A Dfix_rigid_small.h127 int orientflag; // 1 if particles store spatial orientation variable
H A Dfix_rigid_small.cpp1802 extended = orientflag = dorientflag = 0; in setup_bodies_static()
1854 if (atom->ellipsoid_flag) orientflag = 4; in setup_bodies_static()
1855 if (atom->line_flag) orientflag = 1; in setup_bodies_static()
1856 if (atom->tri_flag) orientflag = 4; in setup_bodies_static()
2180 } else if (orientflag == 4) { in setup_bodies_static()
2182 } else if (orientflag == 1) in setup_bodies_static()
2682 if (orientflag) memory->grow(orient,nmax,orientflag,"rigid/small:orient"); in grow_arrays()
2711 for (int k = 0; k < orientflag; k++) in copy_arrays()
2866 for (int j = 0; j < orientflag; j++) in pack_exchange()
2918 for (int j = 0; j < orientflag; j++) in unpack_exchange()
[all …]
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/
H A Dallheaders.h744 LEPT_DLL extern PIX * pixSobelEdgeFilter ( PIX *pixs, l_int32 orientflag );
745 LEPT_DLL extern PIX * pixTwoSidedEdgeFilter ( PIX *pixs, l_int32 orientflag );