Home
last modified time | relevance | path

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

/bootable/recovery/
Dwear_ui.cpp297 std::vector<long> offsets; in ShowFile() local
298 offsets.push_back(ftell(fp)); in ShowFile()
317 if (offsets.size() <= 1) { in ShowFile()
320 offsets.pop_back(); in ShowFile()
321 fseek(fp, offsets.back(), SEEK_SET); in ShowFile()
327 offsets.push_back(ftell(fp)); in ShowFile()
Dscreen_ui.cpp678 std::vector<long> offsets; in ShowFile() local
679 offsets.push_back(ftell(fp)); in ShowFile()
698 if (offsets.size() <= 1) { in ShowFile()
701 offsets.pop_back(); in ShowFile()
702 fseek(fp, offsets.back(), SEEK_SET); in ShowFile()
708 offsets.push_back(ftell(fp)); in ShowFile()
/bootable/recovery/minui/
Dgraphics_drm.cpp166 uint32_t handles[4], pitches[4], offsets[4]; in drm_create_surface() local
170 offsets[0] = 0; in drm_create_surface()
173 format, handles, pitches, offsets, in drm_create_surface()