Searched refs:dirOffset (Results 1 – 2 of 2) sorted by relevance
350 long dirOffset = bbuf.getInt(eocdIdx + kEOCDFileOffset) & 0xffffffffL; in addPatchFile() local353 if (dirOffset + dirSize > fileLength) { in addPatchFile()354 Log.w(LOG_TAG, "bad offsets (dir " + dirOffset + ", size " in addPatchFile()365 + dirSize + " dirOffset=" + dirOffset); in addPatchFile()369 FileChannel.MapMode.READ_ONLY, dirOffset, dirSize); in addPatchFile()
219 static double get_t_guess(int tTry, int* dirOffset) { in get_t_guess() argument221 *dirOffset = tTry & 1; in get_t_guess()237 int dirOffset; in sortableTop() local238 double t = get_t_guess(fTopTTry++, &dirOffset); in sortableTop()245 dir = static_cast<SkOpRayDir>(static_cast<int>(dir) + dirOffset); in sortableTop()