Home
last modified time | relevance | path

Searched refs:matrix_ (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp63 matrix_ = NULL; in reset_pointers_to_null()
96 matrix_ = reinterpret_cast<MatrixRow*>(share_buf_ + mtrx_nd_size + dmi_size); in alloc_resource()
236 matrix_[0].mtrx_nd_pos = mtrx_nd_pool_used_; in reset_search0()
237 matrix_[0].mtrx_nd_num = 1; in reset_search0()
241 MatrixNode *node = mtrx_nd_pool_ + matrix_[0].mtrx_nd_pos; in reset_search0()
248 matrix_[0].dmi_pos = 0; in reset_search0()
249 matrix_[0].dmi_num = 0; in reset_search0()
250 matrix_[0].dmi_has_full_id = 1; in reset_search0()
251 matrix_[0].mtrx_nd_fixed = node; in reset_search0()
276 if (clear_dmi_this_step && matrix_[ch_pos].dmi_num > 0) { in reset_search()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapquickitem.cpp147 mapAndSourceItemSet_(false), updatingGeometry_(false), matrix_(nullptr) in QDeclarativeGeoMapQuickItem()
425 if (!matrix_) { in updatePolish()
426 matrix_ = new QMapQuickItemMatrix4x4(this); in updatePolish()
427 matrix_->appendToItem(opacityContainer_); in updatePolish()
429 matrix_->setMatrix(p.quickItemTransformation(coordinate(), anchorPoint_, zoomLevel_)); in updatePolish()
437 if (!matrix_) { in updatePolish()
438 matrix_ = new QMapQuickItemMatrix4x4(this); in updatePolish()
439 matrix_->appendToItem(opacityContainer_); in updatePolish()
441matrix_->setMatrix(p.quickItemTransformation(coordinate(), anchorPoint_, map()->cameraData().zoomL… in updatePolish()
444 if (matrix_) in updatePolish()
[all …]
H A Dqdeclarativegeomapquickitem_p.h128 QMapQuickItemMatrix4x4 *matrix_; variable
H A Dqdeclarativegeomap.cpp2416 if (quickItem && quickItem->matrix_ && !quickItem->matrix_->m_matrix.isIdentity()) { in fitViewportToMapItemsRefine()
2422 brect = quickItem->matrix_->m_matrix.mapRect(brect); in fitViewportToMapItemsRefine()
2423 QPointF transformedPosition = quickItem->matrix_->m_matrix * item->position(); in fitViewportToMapItemsRefine()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_raster_layer.cpp136 for (auto matrix_ : imageSource->matrices) { in render() local
137 draw(matrix_, in render()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dmatrixsearch.h199 MatrixRow *matrix_; // The first row is for starting variable
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dmatrixsearch.h199 MatrixRow *matrix_; // The first row is for starting variable