Home
last modified time | relevance | path

Searched refs:get_display (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/webclients/novnc/include/
Dui.js422 if (UI.rfb.get_display().get_cursor_uri()) {
477 if (UI.rfb.get_display().get_cursor_uri()) {
590 if (UI.rfb && UI.rfb.get_display() &&
591 UI.rfb.get_display().get_cursor_uri()) {
724 display = UI.rfb.get_display();
763 UI.rfb.get_display().get_viewport()) {
Drfb.js1227 RFB.prototype.get_display = function () { return this._display; }; method in RFB
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp74 static Display* get_display() { in get_display() function
98 fDisplay = get_display(); in GLXGLTestContext()