HomeSort by relevance Sort by last modified time
    Searched refs:setLineWidth (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/base/libs/rs/
rsProgramRaster.h 40 void setLineWidth(float w);
rsProgramRaster.cpp 47 void ProgramRaster::setLineWidth(float s)
143 pr->setLineWidth(s);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
LayoutFigure.java 74 graphics.setLineWidth(3);
88 graphics.setLineWidth(2);
122 graphics.setLineWidth(2);
143 graphics.setLineWidth(2);
150 graphics.setLineWidth(1);
ElementFigure.java 75 graphics.setLineWidth(1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
IGraphics.java 94 void setLineWidth(int width);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
BaseView.groovy 76 gc.setLineWidth(1);
97 gc.setLineWidth(1);
android.widget.LinearLayout.groovy 93 gc.setLineWidth(2);
97 gc.setLineWidth(1);
122 gc.setLineWidth(2);
android.widget.AbsoluteLayout.groovy 56 gc.setLineWidth(2);
android.widget.FrameLayout.groovy 53 gc.setLineWidth(2);
android.widget.RelativeLayout.groovy 439 gc.setLineWidth(2);
443 gc.setLineWidth(1);
476 gc.setLineWidth(2);
  /frameworks/base/graphics/java/android/renderscript/
ProgramRaster.java 48 public void setLineWidth(float w) {
  /external/webkit/WebCore/platform/graphics/qt/
FontQt.cpp 62 line.setLineWidth(INT_MAX/256);
64 line.setLineWidth(line.naturalTextWidth() + style.padding());
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.idl 94 void setLineWidth(in float width);
CanvasRenderingContext2D.h 73 void setLineWidth(float);
CanvasRenderingContext2D.cpp 101 setLineWidth(lineWidth());
210 void CanvasRenderingContext2D::setLineWidth(float width)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 175 public void setLineWidth(int width) {
178 getGc().setLineWidth(width);
  /external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
main.m 244 [textInputBorder setLineWidth:2];
246 [textInputBorder setLineWidth:1];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 209 gc.setLineWidth(1);
  /external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
main.m 215 [path setLineWidth:5];
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /external/jdiff/
xerces.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 1719 milliseconds

1 2