/external/chromium_org/content/browser/aura/ |
software_output_device_x11.cc | 20 gc_(NULL), 25 gc_ = XCreateGC(display_, compositor_->widget(), 0, NULL); 31 XFreeGC(display_, gc_); 81 XPutImage(display_, compositor_->widget(), gc_, image_,
|
software_output_device_x11.h | 32 GC gc_; member in class:content::SoftwareOutputDeviceX11
|
/external/chromium_org/media/cast/test/ |
linux_output_window.cc | 29 if (gc_) 30 XFreeGC(display_, gc_); 89 gc_ = XCreateGC(display_, window_, 0, 0); 127 XShmPutImage(display_, window_, gc_, image_, 0, 0, 0, 0,
|
linux_output_window.h | 49 GC gc_; member in class:media::cast::test::LinuxOutputWindow
|
/external/openfst/src/include/fst/extensions/pdt/ |
shortest-path.h | 127 gc_(gc), 135 if (gc_) 258 if (gc_) 288 bool gc_; // Allow GC? member in class:fst::PdtShortestPathData 302 if (!gc_)
|
/external/chromium_org/v8/tools/gcmole/ |
gcmole.cc | 432 if (in.hasGC()) gc_.set(arg); 443 if (gc_.any()) out.setGC(); 450 if (!gc_.any()) return true; 453 return gc_.count() == 1 && !((raw ^ gc_).any()); 460 std::bitset<kMaxNumberOfArguments> gc_; member in class:__anon15332::CallProps [all...] |
/external/v8/tools/gcmole/ |
gcmole.cc | 432 if (in.hasGC()) gc_.set(arg); 443 if (gc_.any()) out.setGC(); 450 if (!gc_.any()) return true; 453 return gc_.count() == 1 && !((raw ^ gc_).any()); 460 std::bitset<kMaxNumberOfArguments> gc_; member in class:__anon27012::CallProps [all...] |