Home
last modified time | relevance | path

Searched refs:is_oriented (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_basics.h233 inline bool is_oriented(unsigned c) in is_oriented() function
/external/opencv3/modules/core/test/
Dtest_ds.cpp1817 int is_oriented = (gen + i) % 2; in run() local
1834 pure_elem_size[1], is_oriented ); in run()
1835 cxcore_struct[i] = cvCreateGraph( is_oriented ? CV_ORIENTED_GRAPH : CV_GRAPH, in run()
1876 int is_oriented = cvtest::randInt(rng) % 2; in create_random_graph() local
1883 cvCreateGraph(is_oriented ? CV_ORIENTED_GRAPH : CV_GRAPH, in create_random_graph()