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

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h556 static bool matchCKeys(const VBoxVHWAColorKey * pCKey1, const VBoxVHWAColorKey * pCKey2) argument
558 return (pCKey1 == NULL && pCKey2 == NULL)
559 || (*pCKey1 == *pCKey2);

Completed in 144 milliseconds