Searched refs:offsets (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/minui/ |
D | graphics_drm.cpp | 113 uint32_t handles[4], pitches[4], offsets[4]; in Create() local 117 offsets[0] = 0; in Create() 118 if (drmModeAddFB2(drm_fd, width, height, format, handles, pitches, offsets, &surface->fb_id, 0) != in Create()
|
/bootable/recovery/recovery_ui/ |
D | screen_ui.cpp | 1106 std::vector<off_t> offsets; in ShowFile() local 1107 offsets.push_back(ftello(fp)); in ShowFile() 1127 if (offsets.size() <= 1) { in ShowFile() 1130 offsets.pop_back(); in ShowFile() 1131 fseek(fp, offsets.back(), SEEK_SET); in ShowFile() 1137 offsets.push_back(ftello(fp)); in ShowFile()
|