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

1 2 34 5 6 7

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
ImageCanvas.java 23 import org.eclipse.swt.graphics.GC;
83 paintCanvas(e.gc);
178 private void paintCanvas(GC gc) {
179 gc.fillRectangle(getClientArea());
194 gc.drawImage(mImage,
199 gc.drawImage(mImage,
204 gc.drawImage(mImage, mOrigin.x, mOrigin.y);
  /external/openfst/src/include/fst/
cache.h 38 bool gc; // enable GC member in struct:fst::CacheOptions
39 size_t gc_limit; // # of bytes allowed before GC
41 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {}
43 : gc(FLAGS_fst_default_cache_gc),
94 // cached. If the 'gc' option is 'false', cached items have the extent
95 // of the FST - minimizing computation. If the 'gc' option is 'true',
130 cache_first_state_(0), cache_gc_(opts.gc), cache_size_(0),
136 // Preserve gc parameters, but initially cache nothing.
213 GC(s, false)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 30 import org.eclipse.swt.graphics.GC;
39 * Wraps an SWT {@link GC} into an {@link IGraphics} interface so that {@link IViewRule} objects
42 * The actual wrapped GC object is only non-null during the context of a paint operation.
47 * The actual SWT {@link GC} being wrapped. This can change during the lifetime of the
51 private GC mGc;
104 void setGC(GC gc) {
105 mGc = gc;
108 private GC getGc() {
541 GC graphics = getGc()
    [all...]
ResizeGesture.java 29 import org.eclipse.swt.graphics.GC;
272 public void paint(GC gc) {
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java 31 import org.eclipse.swt.graphics.GC;
175 GC gc = new GC(image); local
177 gc.setFont(mFontRegistry.get("small")); //$NON-NLS-1$
179 mSmallFontWidth = gc.getFontMetrics().getAverageCharWidth();
180 mSmallFontHeight = gc.getFontMetrics().getHeight();
183 gc.dispose();
582 draw(pe.display, pe.gc);
596 private void draw(Display display, GC gc)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 29 import org.eclipse.swt.graphics.GC;
150 GC gc = new GC(this); local
152 m_rowHeight = 1 + gc.getFontMetrics().getHeight() + 1;
154 gc.dispose();
185 handlePaint(event.gc, event.x, event.y, event.width, event.height);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraph.java 16 import org.eclipse.swt.graphics.GC;
35 GC g= new GC(im);
BarGraph.java 19 import org.eclipse.swt.graphics.GC;
78 public void paint(Display display, int width, int height, GC gc) {
86 gc.setBackground(bg);
87 gc.fillRectangle(0, 0, width, height);
98 Point es= gc.stringExtent(bars[i].title);
108 vstart= gc.stringExtent(this.fTitle).y + GAP;
109 gc.drawString(this.fTitle, MARGIN, MARGIN, true); // draw title left aligned
113 int w2= w / 2 - gc.stringExtent("-999.9").x - TGAP; // reserve space //$NON-NLS-1$
147 gc.setBackground(lightblue)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.h 85 GC gc; /* The graphic context for drawing */ member in struct:SDL_PrivateVideoData
187 #define SDL_GC (this->hidden->gc)
SDL_x11sym.h 37 SDL_X11_SYM(GC,XCreateGC,(Display* a,Drawable b,unsigned long c,XGCValues* d),(a,b,c,d),return)
59 SDL_X11_SYM(int,XFreeGC,(Display* a,GC b),(a,b),return)
90 SDL_X11_SYM(int,XPutImage,(Display* a,Drawable b,GC c,XImage* d,int e,int f,int g,int h,unsigned int i,unsigned int j),(a,b,c,d,e,f,g,h,i,j),return)
130 SDL_X11_SYM(void,_XFlushGCCache,(Display* a,GC b),(a,b),)
168 SDL_X11_SYM(Status,XShmPutImage,(Display* a,Drawable b,GC c,XImage* d,int e,int f,int g,int h,unsigned int i,unsigned int j,Bool k),(a,b,c,d,e,f,g,h,i,j,k),return)
SDL_x11mouse.c 56 GC GCcursor;
  /external/v8/test/mjsunit/
define-property-gc.js 28 // Tests the handling of GC issues in the defineProperty method.
object-literal-gc.js 28 // Flags: --expose-gc
50 // Perform GC.
51 gc();
  /external/v8/test/mjsunit/regress/
regress-124594.js 28 // Flags: --allow-natives-syntax --expose-gc
30 // Test that a GC inside a constructor frame is correctly handled right
38 gc();
regress-1493017.js 31 // Flags: --expose-gc --collect-maps
42 // Force a global GC. This will collect the maps starting from C and
44 gc();
regress-94425.js 28 // Flags: --expose-gc
33 gc();
34 gc();
35 gc();
45 // Do a GC to verify region dirty marks.
46 gc();
regress-create-exception.js 31 // Check for GC bug constructing exceptions.
regress-deopt-gc.js 28 // Flags: --allow-natives-syntax --expose-gc
30 // This tests that we can correctly handle a GC immediately after a function
45 gc();
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
Xv.c 426 GC gc,
439 FlushGC(dpy, gc);
445 req->gc = gc->gid;
466 GC gc,
479 FlushGC(dpy, gc);
484 req->gc = gc->gid
    [all...]
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
TreeView.java 42 import org.eclipse.swt.graphics.GC;
567 e.gc.setBackground(Display.getDefault().getSystemColor(SWT.COLOR_BLACK));
568 e.gc.fillRectangle(0, 0, getBounds().width, getBounds().height);
572 e.gc.setTransform(mTransform);
573 e.gc.setForeground(Display.getDefault().getSystemColor(SWT.COLOR_WHITE));
575 paintRecursive(e.gc, mTransform, mTree, mSelectedNode, connectionPath);
576 e.gc.drawPath(connectionPath);
582 e.gc.setAlpha(200);
587 e.gc.setBackground(mBoxColor);
588 e.gc.fillPolygon(new int[]
948 GC gc = new GC(image); local
    [all...]
LayoutViewer.java 32 import org.eclipse.swt.graphics.GC;
188 e.gc.setBackground(Display.getDefault().getSystemColor(SWT.COLOR_BLACK));
190 e.gc.setBackground(Display.getDefault().getSystemColor(SWT.COLOR_WHITE));
192 e.gc.fillRectangle(0, 0, getBounds().width, getBounds().height);
194 e.gc.setLineWidth((int) Math.ceil(0.3 / mScale));
195 e.gc.setTransform(mTransform);
197 e.gc.setForeground(Display.getDefault().getSystemColor(SWT.COLOR_WHITE));
199 e.gc.setForeground(Display.getDefault().getSystemColor(SWT.COLOR_BLACK));
201 Rectangle parentClipping = e.gc.getClipping();
202 e.gc.setClipping(0, 0, mTree.viewNode.width + (int) Math.ceil(0.3 / mScale)
    [all...]
TreeViewOverview.java 34 import org.eclipse.swt.graphics.GC;
220 e.gc.setBackground(Display.getDefault().getSystemColor(SWT.COLOR_BLACK));
221 e.gc.setForeground(Display.getDefault().getSystemColor(SWT.COLOR_WHITE));
222 e.gc.fillRectangle(0, 0, getBounds().width, getBounds().height);
223 e.gc.setTransform(mTransform);
224 e.gc.setLineWidth((int) Math.ceil(0.7 / mScale));
226 paintRecursive(e.gc, mTree, connectionPath);
227 e.gc.drawPath(connectionPath);
231 e.gc.setAlpha(50);
232 e.gc.setBackground(Display.getDefault().getSystemColor(SWT.COLOR_WHITE))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ConfigTab.java 28 import org.eclipse.swt.graphics.GC;
66 private GC gc; field in class:ConfigTab
130 this.gc = new GC(this.table);
551 String fontDataName = this.gc.getFont().getFontData()[0].toString();
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
NavCalculator.java 28 public static final int GC = 1;
49 case GC:
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 83 'Fixnum', 'FloatDomainError', 'Forwardable', 'GC', 'Generator',

Completed in 487 milliseconds

1 2 34 5 6 7