Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeofiletilecache.cpp91 ,isDiskCostSet_(false), isMemoryCostSet_(false), isTextureCostSet_(false) in QGeoFileTileCache()
133 if (!isMemoryCostSet_) { // If setMaxMemoryUsage has not been called yet in init()
262 isMemoryCostSet_ = true; in setMaxMemoryUsage()
H A Dqgeofiletilecache_p.h172 bool isMemoryCostSet_; variable