Home
last modified time | relevance | path

Searched refs:gc_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/browser/compositor/
Dsoftware_output_device_x11.cc21 : compositor_(compositor), display_(gfx::GetXDisplay()), gc_(NULL) { in SoftwareOutputDeviceX11()
25 gc_ = XCreateGC(display_, compositor_->widget(), 0, NULL); in SoftwareOutputDeviceX11()
36 XFreeGC(display_, gc_); in ~SoftwareOutputDeviceX11()
126 gc_, in EndPaint()
Dsoftware_output_device_x11.h30 GC gc_; variable
/external/chromium_org/media/cast/test/
Dlinux_output_window.cc29 if (gc_) in ~LinuxOutputWindow()
30 XFreeGC(display_, gc_); in ~LinuxOutputWindow()
97 gc_ = XCreateGC(display_, window_, 0, 0); in CreateWindow()
137 gc_, in RenderFrame()
Dlinux_output_window.h47 GC gc_; variable
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
Dscreen_capturer_x11.cc99 GC gc_; member in webrtc::__anon8d2474e70111::ScreenCapturerLinux
137 gc_(NULL), in ScreenCapturerLinux()
173 gc_ = XCreateGC(display(), root_window_, 0, NULL); in Init()
174 if (gc_ == NULL) { in Init()
486 if (gc_) { in DeinitXlib()
487 XFreeGC(display(), gc_); in DeinitXlib()
488 gc_ = NULL; in DeinitXlib()
/external/openfst/src/include/fst/extensions/pdt/
Dshortest-path.h127 gc_(gc), in PdtShortestPathData()
135 if (gc_) in ~PdtShortestPathData()
258 if (gc_) in GetSearchData()
288 bool gc_; // Allow GC? variable
302 if (!gc_) in GC()
/external/chromium_org/v8/tools/gcmole/
Dgcmole.cc431 if (in.hasGC()) gc_.set(arg); in SetEffect()
442 if (gc_.any()) out.setGC(); in ComputeCumulativeEffect()
449 if (!gc_.any()) return true; in IsSafe()
452 return gc_.count() == 1 && !((raw ^ gc_).any()); in IsSafe()
459 std::bitset<kMaxNumberOfArguments> gc_; member in __anon34989fd00111::CallProps