Searched refs:tileY (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_cover_impl.cpp | 282 tileY = 0; in Impl() 297 if (activeBounds.size() == 0 && currentBounds->first > tileY) { in nextRow() 299 tileY = currentBounds->first; in nextRow() 301 if (tileY == currentBounds->first) { in nextRow() 308 auto xps = util::scan_row(tileY, activeBounds); in nextRow() 333 && tileY < (1u << zoom)); in hasNext() 340 const auto y = tileY; in next() 345 tileY++; in next()
|
| H A D | tile_cover_impl.hpp | 101 uint32_t tileY; member in mbgl::util::TileCover::Impl
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbfill.c | 34 int tileX, tileY; in fbTile() local 39 modulus(-yRot, tileHeight, tileY); in fbTile() 42 h = tileHeight - tileY; in fbTile() 54 fbBlt(tile + tileY * tileStride, in fbTile() 63 tileY = 0; in fbTile()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeocameratiles.cpp | 866 void QGeoCameraTilesPrivate::TileMap::add(int tileX, int tileY) in add() argument 868 if (data.contains(tileY)) { in add() 869 int oldMinX = data.value(tileY).first; in add() 870 int oldMaxX = data.value(tileY).second; in add() 871 data.insert(tileY, QPair<int, int>(qMin(tileX, oldMinX), qMax(tileX, oldMaxX))); in add() 873 data.insert(tileY, QPair<int, int>(tileX, tileX)); in add()
|
| H A D | qgeocameratiles_p_p.h | 97 void add(int tileX, int tileY);
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_accel.c | 1136 int tileY; in exaFillRegionTiled() local 1141 modulus(dstY - yoff - pDrawable->y - pPatOrg->y, tileHeight, tileY); in exaFillRegionTiled() 1147 int h = tileHeight - tileY; in exaFillRegionTiled() 1166 (*pExaScr->info->Copy) (pPixmap, tileX, tileY, dstX, dstY, in exaFillRegionTiled() 1172 tileY = 0; in exaFillRegionTiled()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocameratiles/ |
| H A D | tst_qgeocameratiles.cpp | 63 …void row(const PositionTestInfo &pti, int xOffset, int yOffset, int tileX, int tileY, int tileW, i… 75 …row(const PositionTestInfo &pti, int xOffset, int yOffset, int tileX, int tileY, int tileW, int ti… in row() argument 100 yRow << tileY + y; in row()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 55171 glamor_fill/tile: Fixed a tileX/tileY calculation bug.
|