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

  /external/pdfium/fxbarcode/datamatrix/
BC_HighLevelEncoder.cpp 136 std::vector<float> charCounts;
138 charCounts.push_back(0);
139 charCounts.push_back(1);
140 charCounts.push_back(1);
141 charCounts.push_back(1);
142 charCounts.push_back(1);
143 charCounts.push_back(1.25f);
145 charCounts.push_back(1);
146 charCounts.push_back(2);
147 charCounts.push_back(2)
    [all...]
BC_HighLevelEncoder.h 51 static int32_t findMinimums(std::vector<float>& charCounts,
  /external/zxing/core/
core.jar 

Completed in 2947 milliseconds