HomeSort by relevance Sort by last modified time
    Searched refs:minNode (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 375 * @param minNode the smallest node number
379 public ArrayList<Block> createBlocks(int textStart, int textEnd, int minNode, int maxNode) {
382 int startNode = Math.max(getBlockStart(textStart), minNode);
    [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 343 CvSparseNode* minNode = 0;
356 minNode = node;
366 if( minNode )
368 _idx_min = CV_NODE_IDX(mat,minNode);
    [all...]

Completed in 58 milliseconds