Home | History | Annotate | Download | only in directfb

Lines Matching refs:dlc

161   DFBDisplayLayerConfig dlc;
164 layer->GetConfiguration (layer, &dlc);
166 if (bytes == DFB_BYTES_PER_PIXEL(dlc.pixelformat) && bytes > 1)
167 return dlc.pixelformat;
379 DFBDisplayLayerConfig dlc;
420 layer->GetConfiguration (layer, &dlc);
423 if (DFBToSDLPixelFormat (dlc.pixelformat, vformat))
463 this->info.current_w = dlc.width;
464 this->info.current_h = dlc.height;
476 DFBDisplayLayerConfig dlc;
503 dlc.flags = DLCONF_PIXELFORMAT | DLCONF_BUFFERMODE;
504 dlc.buffermode = DLBM_BACKVIDEO;
505 dlc.pixelformat = DSPF_RGB32;
507 ret = HIDDEN->c2layer->TestConfiguration( HIDDEN->c2layer, &dlc, &failed );
514 ret = HIDDEN->c2layer->SetConfiguration( HIDDEN->c2layer, &dlc );