Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/
H A Dresource.cpp101 bool supportsRatio = urlTemplate.find("{ratio}") != std::string::npos; in tile() local
131 uint8_t(supportsRatio && pixelRatio > 1.0 ? 2 : 1), in tile()