HomeSort by relevance Sort by last modified time
    Searched refs:GC (Results 126 - 150 of 164) sorted by null

1 2 3 4 56 7

  /external/quake/quake/src/QW/client/
vid_x.c 84 static GC x_gc;
196 GC gc; local
202 gc = XCreateGC(display, cursormask, GCFunction, &xgc);
203 XFillRectangle(display, cursormask, gc, 0, 0, 1, 1);
210 XFreeGC(display,gc);
539 // create the GC
  /external/quake/quake/src/WinQuake/
vid_sunx.cpp 124 static GC x_gc;
371 GC gc; local
377 gc = XCreateGC(display, cursormask, GCFunction, &xgc);
378 XFillRectangle(display, cursormask, gc, 0, 0, 1, 1);
385 XFreeGC(display,gc);
741 // create the GC
vid_sunxil.cpp 138 static GC x_gc;
289 GC gc; local
295 gc = XCreateGC(display, cursormask, GCFunction, &xgc);
296 XFillRectangle(display, cursormask, gc, 0, 0, 1, 1);
303 XFreeGC(display,gc);
589 // create the GC
vid_x.cpp 78 static GC x_gc;
275 GC gc; local
281 gc = XCreateGC(display, cursormask, GCFunction, &xgc);
282 XFillRectangle(display, cursormask, gc, 0, 0, 1, 1);
289 XFreeGC(display,gc);
613 // create the GC
gl_vidlinuxglx.cpp 253 GC gc; local
259 gc = XCreateGC(display, cursormask, GCFunction, &xgc);
260 XFillRectangle(display, cursormask, gc, 0, 0, 1, 1);
267 XFreeGC(display,gc);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 74 import org.eclipse.swt.graphics.GC;
128 /** GC wrapper given to the IViewRule methods. The GC itself is only defined in the
747 GC gc = e.gc; local
748 gc.setFont(mFont);
749 mGCWrapper.setGC(gc);
752 mImageOverlay.paint(gc);
761 mOutlineOverlay.paint(gc);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLFramesView.java 47 import org.eclipse.swt.graphics.GC;
324 GC gc = e.gc;
325 gc.drawImage(image, mOrigin.x, mOrigin.y);
330 gc.fillRectangle(rect.width, 0, marginWidth, client.height);
334 gc.fillRectangle(0, rect.height, client.width, marginHeight);
  /external/libpng/contrib/gregbook/
rpng-x.c 147 static GC gc; variable
606 gc = XCreateGC(display, window, 0, &gcvalues);
627 XSetForeground(display, gc, bg_pixel);
628 XFillRectangle(display, window, gc, 0, 0, image_width, image_height);
772 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
835 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
850 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
878 XFreeGC(display, gc);
rpng2-x.c 281 static GC gc; variable
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 76 'Fixnum', 'FloatDomainError', 'Forwardable', 'GC', 'Generator',
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11wm.c 52 GC gc; local
203 gc = XCreateGC(SDL_Display, icon_pixmap, 0, &GCvalues);
204 XPutImage(SDL_Display, icon_pixmap, gc, icon_image,
206 XFreeGC(SDL_Display, gc);
  /device/samsung/crespo/
device_base.mk 211 # we have enough storage space to hold precise GC data
212 PRODUCT_TAGS += dalvik.gc.type-precise
  /external/clang/include/clang/AST/
ASTContext.h 638 /// objc gc qualified type. The retulting type has a union of the qualifiers
639 /// from T and the gc attribute.
640 QualType getObjCGCQualType(QualType T, Qualifiers::GC gcAttr) const;
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 303 static ExprEffect GC() {
820 return ExprEffect::GC();
    [all...]
  /build/core/
main.mk 333 ## precise GC ##
335 ifneq ($(filter dalvik.gc.type-precise,$(PRODUCT_TAGS)),)
336 # Enabling type-precise GC results in larger optimized DEX files. The
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 306 GC gc = XDefaultGC(QX11Info::display(), QX11Info::appScreen()); local
307 XCopyArea(QX11Info::display(), backingStorePixmap->handle(), m_drawable, gc, local
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
TypePrinter.cpp 878 // Prefer the macro forms of the GC and ownership qualifiers.
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 74 #ifdef GC
  /external/v8/test/mjsunit/
regexp.js 528 // More iterations increases the chance of hitting a GC.
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /external/v8/src/
log.cc 151 // Avoid collecting traces while doing GC.
152 if (sample->state == GC) return;
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 761 // gc ivar layout bitmap calculation helper caches.
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump     [all...]

Completed in 1548 milliseconds

1 2 3 4 56 7