Lines Matching defs:from
27 // derived from this software without specific prior written permission.
295 /* cut the block from the parent's list of blocks */
682 /* Construct a sequence from an array without copying any data.
1580 /* Removes element from sequence: */
1748 /* Remove several elements from the end of sequence: */
1824 /* Remove all elements from a sequence: */
1921 // Remove slice from the middle of the sequence.
2010 CvSeq from_header, *from = (CvSeq*)from_arr;
2016 if( !CV_IS_SEQ(from))
2018 CvMat* mat = (CvMat*)from;
2025 CV_CALL( from = cvMakeSeqHeaderForArray( CV_SEQ_KIND_GENERIC, sizeof(from_header),
2031 if( seq->elem_size != from->elem_size )
2035 from_total = from->total;
2081 cvStartReadSeq( from, &reader_from );
2113 // * may be used to endorse or promote products derived from this software
2695 // Compress path from node2 to the root:
2703 // Compress path from node to the root:
2837 /* Remove element from a set given element index: */
2855 /* Remove all elements from a set: */
2909 /* Remove all vertices and edges from a graph: */
2960 /* Remove a vertex from the graph together with its incident edges: */
2993 /* Remove a vertex from the graph together with its incident edges: */
3772 // Gather pointers to all the sequences, accessible from the <first>, to the single sequence.
3850 // Remove contour from tree, together with the contour's children: