HomeSort by relevance Sort by last modified time
    Searched full:fillrectangle (Results 1 - 25 of 31) sorted by null

1 2

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 87 gc.fillRectangle(0, 0, width, height);
150 gc.fillRectangle(0, y + i * (BARHEIGHT + GAP), width, BARHEIGHT + GAP);
223 gc.fillRectangle(center, y + (GAP / 2), barLength, BARHEIGHT);
226 gc.fillRectangle(center+barLength, y + (GAP / 2), -barLength, BARHEIGHT);
FingerPrintGraph.java 253 this.gc.fillRectangle(MARGIN, y + (GAP/2), baselineBarLength, BAR_HEIGHT);
260 this.gc.fillRectangle(recValue);
263 this.gc.fillRectangle(recError);
293 this.gc.fillRectangle(MARGIN, y + (GAP/2) + BAR_HEIGHT, currentBarLength, BAR_HEIGHT);
307 this.gc.fillRectangle(recValue);
310 this.gc.fillRectangle(recError);
532 this.gc.fillRectangle(0, MARGIN + i * LINE_HEIGHT, this.imageWidth, LINE_HEIGHT);
561 this.gc.fillRectangle(0, 0, this.imageWidth, this.imageHeight);
TimeLineGraph.java 112 g.fillRectangle(xposition - 2, yposition - 2, 5, 5);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CImageLabel.java 104 gc.fillRectangle(clientArea);
CFlatButton.java 83 gc.fillRectangle(ca);
CComboBox.java 262 e.gc.fillRectangle(m_canvas.getClientArea());
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 278 gc.fillRectangle(bounds);
339 gc.fillRectangle(bounds);
354 gc.fillRectangle(mPositionHelper.getBoundsFramingCalls(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
HoverOverlay.java 182 gc.fillRectangle(x, y, w, h);
ImageControl.java 207 gc.fillRectangle(0, 0, destWidth, destHeight);
IncludeOverlay.java 87 gc.fillRectangle(x1, y1, x2 - x1, y2 - y1);
MarqueeGesture.java 156 gc.fillRectangle(mRectangle);
SelectionOverlay.java 244 swtGc.fillRectangle(cx - radius, cy - radius, doubleRadius, doubleRadius);
GCWrapper.java 299 getGc().fillRectangle(x, y, w, h);
315 getGc().fillRectangle(x, y, w, h);
406 getGc().fillRectangle(x - padding, y - padding, width + 2 * padding, height + 2 * padding);
RenderPreview.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
ImageCanvas.java 189 gc.fillRectangle(getClientArea()); // clear entire client area
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 720 gc.fillRectangle(clientArea);
880 gc.fillRectangle(0, 0, m_titleWidth, m_titleHeight);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 377 gc.fillRectangle(0, 0, SX, SY);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 196 gc.fillRectangle(x_c, y_c, width_c, height_c);
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 913 surface->FillRectangle (surface, dstrect->x, dstrect->y, dstrect->w, dstrect->h);
  /prebuilts/devtools/tools/lib/
traceview.jar 
jfreechart-swt-1.0.9.jar 
uiautomatorviewer.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 

Completed in 972 milliseconds

1 2