Searched defs:bestBitmapFormat (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp413 CLIPX11FORMAT bestBitmapFormat = NIL_CLIPX11FORMAT; local
427 bestBitmapFormat = format;
431 return bestBitmapFormat;
448 CLIPX11FORMAT bestBitmapFormat; local
455 bestBitmapFormat = clipGetBitmapFormatFromTargets(pCtx, pTargets, cTargets);
456 if (pCtx->X11BitmapFormat != bestBitmapFormat)
458 pCtx->X11BitmapFormat = bestBitmapFormat;

Completed in 310 milliseconds