Searched refs:startPos (Results 1 – 2 of 2) sorted by relevance
1071 loff_t startPos = 0; in yaffsfs_do_read() local1101 startPos = offset; in yaffsfs_do_read()1103 startPos = fd->position; in yaffsfs_do_read()1105 pos = startPos; in yaffsfs_do_read()1164 fd->position = startPos + totalRead; in yaffsfs_do_read()1193 loff_t startPos = 0; in yaffsfs_do_write() local1222 startPos = yaffs_get_obj_length(obj); in yaffsfs_do_write()1224 startPos = offset; in yaffsfs_do_write()1226 startPos = fd->position; in yaffsfs_do_write()1229 pos = startPos; in yaffsfs_do_write()[all …]
1227 QPointF startPos = (m_sceneStartPoint1 + m_sceneStartPoint2) * 0.5; in startTwoTouchPoints() local1228 m_lastPos = startPos; in startTwoTouchPoints()1230 QGeoCoordinate startCoord = m_declarativeMap->toCoordinate(startPos, false); in startTwoTouchPoints()