Home
last modified time | relevance | path

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 Dtile_cover_impl.cpp282 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 Dtile_cover_impl.hpp101 uint32_t tileY; member in mbgl::util::TileCover::Impl
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbfill.c34 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 Dqgeocameratiles.cpp866 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 Dqgeocameratiles_p_p.h97 void add(int tileX, int tileY);
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_accel.c1136 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 Dtst_qgeocameratiles.cpp63 …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 DChangeLog55171 glamor_fill/tile: Fixed a tileX/tileY calculation bug.