Searched refs:tileX (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbfill.c | 34 int tileX, tileY; in fbTile() local 48 modulus(dstX - xRot, tileWidth, tileX); in fbTile() 50 w = tileWidth - tileX; in fbTile() 56 tileX, in fbTile() 60 tileX = 0; in fbTile()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_cover_impl.cpp | 285 tileX = tileXSpans.front().first; in Impl() 332 && tileX < tileXSpans.front().second in hasNext() 339 const auto x = tileX; in next() 341 tileX++; in next() 342 if (tileX >= tileXSpans.front().second) { in next() 349 tileX = tileXSpans.front().first; in next()
|
| H A D | tile_cover_impl.hpp | 102 int32_t tileX; member in mbgl::util::TileCover::Impl
|
| /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 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/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 void tst_QGeoCameraTiles::row(const PositionTestInfo &pti, int xOffset, int yOffset, int tileX, int… in row() argument 96 if (tileX + x < 16) in row() 97 xRow << tileX + x; in row() 99 xRow << tileX + x - 16; in row()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_accel.c | 1146 int tileX; in exaFillRegionTiled() local 1157 tileX); in exaFillRegionTiled() 1160 int w = tileWidth - tileX; in exaFillRegionTiled() 1166 (*pExaScr->info->Copy) (pPixmap, tileX, tileY, dstX, dstY, in exaFillRegionTiled() 1169 tileX = 0; in exaFillRegionTiled()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 55171 glamor_fill/tile: Fixed a tileX/tileY calculation bug.
|