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

1 2

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLPaint.java 45 public void setLineWidth(float width) {
GLCanvasImpl.java 170 mGLState.setLineWidth(paint.getLineWidth());
188 mGLState.setLineWidth(paint.getLineWidth());
702 public void setLineWidth(float width) {
CropView.java 112 mPaint.setLineWidth(OUTLINE_WIDTH);
115 mFacePaint.setLineWidth(OUTLINE_WIDTH);
  /sdk/rule_api/src/com/android/ide/common/api/
IGraphics.java 232 void setLineWidth(int width);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
EmptyViewsOverlay.java 80 gc.setLineWidth(SwtDrawingStyle.EMPTY.getLineWidth());
MarqueeGesture.java 150 gc.setLineWidth(1);
GCWrapper.java 226 public void setLineWidth(int width) {
229 getGc().setLineWidth(width);
418 mGc.setLineWidth(swtStyle.getLineWidth());
ImageControl.java 177 gc.setLineWidth(1);
PaletteControl.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestGraphics.java 137 public void setLineWidth(int width) {
138 mDrawn.add("setLineWidth(" + width + ")");
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
LayoutViewer.java 188 e.gc.setLineWidth((int) Math.ceil(0.3 / mScale));
241 e.gc.setLineWidth((int) Math.ceil(2 / mScale));
TreeViewOverview.java 217 e.gc.setLineWidth((int) Math.ceil(0.7 / mScale));
233 e.gc.setLineWidth((int) Math.ceil(2 / mScale));
  /external/webkit/Examples/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 251 gc.setLineWidth(1);
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 215 [path setLineWidth:5];
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontQt.cpp 69 line.setLineWidth(INT_MAX/256);
71 line.setLineWidth(line.naturalTextWidth() + style.expansion());
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h 85 void setLineWidth(float);
CanvasRenderingContext2D.idl 94 void setLineWidth(in float width);
CanvasRenderingContext2D.cpp 124 setLineWidth(lineWidth());
397 void CanvasRenderingContext2D::setLineWidth(float width)
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 289 void setLineWidth(GLfloat width);
Context.cpp 652 void Context::setLineWidth(GLfloat width)
    [all...]
libGLESv2.cpp     [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 

Completed in 6037 milliseconds

1 2