Searched refs:fDirectInfo (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.cpp54 fDirectInfo.bits = NULL;
55 fDirectInfo.bytesPerRow = 0;
184 fDirectInfo.bits = info->bits;
185 fDirectInfo.bytesPerRow = info->bytes_per_row;
186 fDirectInfo.bits_per_pixel = info->bits_per_pixel;
187 fDirectInfo.format = info->pixel_format;
188 fDirectInfo.bounds = info->window_bounds;
192 fDirectInfo.bits = NULL;
208 if ((fIsPreview || fDirectInfo.bits == NULL) && fLocker.Lock()) {
223 if (!fIsPreview && fDirectInfo
[all...]
H A DIFSSaver.h47 buffer_info fDirectInfo; member in class:IFSSaver

Completed in 93 milliseconds