Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitembase.cpp68 mapSize = other.mapSize; in operator =()
149 evt.mapSize = QSizeF(quickMap_->width(), quickMap_->height()); in baseCameraDataChanged()
151 if (evt.mapSize != lastSize_) in baseCameraDataChanged()
165 lastSize_ = evt.mapSize; in baseCameraDataChanged()
174 evt.mapSize = QSizeF(quickMap_->width(), quickMap_->height()); in visibleAreaChanged()
H A Dqdeclarativerectanglemapitem.cpp342 if (event.mapSize.width() <= 0 || event.mapSize.height() <= 0) in afterViewportChanged()
H A Dqdeclarativegeomapquickitem.cpp467 if (event.mapSize.width() <= 0 || event.mapSize.height() <= 0) in afterViewportChanged()
H A Dqdeclarativegeomapitembase_p.h72 QSizeF mapSize; variable
H A Dqdeclarativecirclemapitem.cpp473 if (event.mapSize.isEmpty()) in afterViewportChanged()
H A Dqdeclarativepolygonmapitem.cpp855 if (event.mapSize.isEmpty()) in afterViewportChanged()
H A Dqdeclarativepolylinemapitem.cpp1297 if (event.mapSize.isEmpty()) in afterViewportChanged()
/OK3568_Linux_fs/kernel/fs/jfs/
H A Dresize.c61 s64 newMapSize = 0, mapSize; in jfs_extendfs() local
301 mapSize = bmp->db_mapsize; in jfs_extendfs()
302 XAddress = mapSize; /* eXtension Address */ in jfs_extendfs()
303 XSize = newMapSize - mapSize; /* eXtension Size */ in jfs_extendfs()
308 if (mapSize > t64) { in jfs_extendfs()
310 (long long) mapSize, (long long) t64); in jfs_extendfs()
314 nblocks = min(t64 - mapSize, XSize); in jfs_extendfs()
H A Djfs_dmap.c704 s64 mapSize; in dbAlloc() local
718 mapSize = bmp->db_mapsize; in dbAlloc()
721 if (hint >= mapSize) { in dbAlloc()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c146 RK_U32 mapSize = (ctx->mb_per_frame + 15) / 16 * 8; in set_segmentation() local
174 vp8e_swap_endian(map_bck, mapSize); in set_segmentation()
178 for (mb = 0, mask = 0; mb < mapSize / 4; mb++) { in set_segmentation()
187 vp8e_swap_endian(map_bck, mapSize); in set_segmentation()