Home
last modified time | relevance | path

Searched refs:MatrixRow (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dmatrixsearch.h102 } MatrixRow, *PMatrixRow; typedef
199 MatrixRow *matrix_; // The first row is for starting
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dmatrixsearch.h102 } MatrixRow, *PMatrixRow; typedef
199 MatrixRow *matrix_; // The first row is for starting
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp81 size_t matrix_size = sizeof(MatrixRow) * kMaxRowNum; in alloc_resource()
96 matrix_ = reinterpret_cast<MatrixRow*>(share_buf_ + mtrx_nd_size + dmi_size); in alloc_resource()
958 MatrixRow *mtrx_this_row = matrix_ + pys_decoded_len_; in prepare_add_char()