Home
last modified time | relevance | path

Searched refs:setLineWidth (Results 1 – 9 of 9) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DEmptyViewsOverlay.java80 gc.setLineWidth(SwtDrawingStyle.EMPTY.getLineWidth()); in paint()
DMarqueeGesture.java150 gc.setLineWidth(1); in paint()
DGCWrapper.java237 public void setLineWidth(int width) { in setLineWidth() method in GCWrapper
240 getGc().setLineWidth(width); in setLineWidth()
441 mGc.setLineWidth(swtStyle.getLineWidth()); in useStyle()
DImageControl.java206 gc.setLineWidth(1); in onPaint()
DRenderPreview.java859 gc.setLineWidth(3); in paint()
862 gc.setLineWidth(oldWidth); in paint()
DPaletteControl.java1109 outputFormat.setLineWidth(100); in dumpDocument()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestGraphics.java159 public void setLineWidth(int width) { in setLineWidth() method in TestGraphics
DTestNode.java274 outputFormat.setLineWidth(100); in dumpDocument()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DIconFactory.java387 gc.setLineWidth(1); in getImageData()