Home
last modified time | relevance | path

Searched refs:getKey (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dmerge_lines.cpp45 size_t getKey(const std::u16string& text, const GeometryCoordinate& coord) { in getKey() function
64 const size_t leftKey = getKey(*feature.text, geometry[0].front()); in mergeLines()
65 const size_t rightKey = getKey(*feature.text, geometry[0].back()); in mergeLines()
78 rightIndex[getKey(*feature.text, features[i].geometry[0].back())] = i; in mergeLines()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dkeyboard.cpp137 QString value = getKey(k); in resetKey()
178 QString Keyboard::getKey(Qt::Key key) in getKey() function in Keyboard
274 switch (button->getKey()) { in handleKey()
304 if(m_type ==1 && button->getKey()>= Qt::Key_A && button->getKey() <= Qt::Key_Z ) in handleKey()
308 }else if(button->getKey() == Qt::Key_Backspace && m_bar->count() !=0) in handleKey()
321 Qt::Key key = button->getKey(); in handleKey()
322 QString value =getKey(key); in handleKey()
H A Dkeybutton.h16 Qt::Key getKey();
H A Dkeyboard.h26 QString getKey(Qt::Key key);
H A Dkeybutton.cpp67 Qt::Key KeyButton::getKey() in getKey() function in KeyButton
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dlsh_index.h273 size_t key = table->getKey(vec); in getNeighbors()
311 size_t key = table->getKey(vec); in getNeighbors()
344 size_t key = table->getKey(vec); in getNeighbors()
H A Dlsh_table.h174 BucketKey key = (lsh::BucketKey)getKey(feature); in add()
242 size_t getKey(const ElementType* /*feature*/) const in getKey() function
395 inline size_t LshTable<unsigned char>::getKey(const unsigned char* feature) const in getKey() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dparsing_context.hpp67 std::string getKey() const { return key; } in getKey() function in mbgl::style::expression::ParsingContext
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcompound_expression.cpp658 ParsingContext signatureContext(ctx.getKey()); in createCompoundExpression()