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

  /external/pdfium/fxbarcode/pdf417/
BC_PDF417BarcodeRow.h 23 std::vector<uint8_t>& getScaledRow(int32_t scale);
BC_PDF417BarcodeRow.cpp 47 std::vector<uint8_t>& CBC_BarcodeRow::getScaledRow(int32_t scale) {
BC_PDF417BarcodeMatrix.cpp 59 std::vector<uint8_t> bytearray = m_matrix[0]->getScaledRow(xScale);
67 bytearray = m_matrix[i / yScale]->getScaledRow(xScale);
  /external/zxing/core/
core.jar 

Completed in 247 milliseconds