Searched refs:offsets (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/ |
D | wear_ui.cpp | 297 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()
|
D | screen_ui.cpp | 678 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/ |
D | graphics_drm.cpp | 166 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()
|