Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dgraphics_drm.cpp115 uint32_t handles[4], pitches[4], offsets[4]; in Create() local
119 offsets[0] = 0; in Create()
120 if (drmModeAddFB2(drm_fd, width, height, format, handles, pitches, offsets, &surface->fb_id, 0) != in Create()
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp1116 std::vector<off_t> offsets; in ShowFile() local
1117 offsets.push_back(ftello(fp)); in ShowFile()
1137 if (offsets.size() <= 1) { in ShowFile()
1140 offsets.pop_back(); in ShowFile()
1141 fseek(fp, offsets.back(), SEEK_SET); in ShowFile()
1147 offsets.push_back(ftello(fp)); in ShowFile()