HomeSort by relevance Sort by last modified time
    Searched refs:shape (Results 251 - 275 of 322) sorted by null

<<111213

  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
jfreechart-1.0.9.jar 
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 34 import java.awt.Shape;
802 Shape shape = pathDelegate.getJavaShape();
807 graphics.fill(shape);
812 graphics.draw(shape);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Sphere.java 33 package com.jme3.scene.shape;
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
SimpleWaterProcessor.java 45 import com.jme3.scene.shape.Quad;
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderDeviceJme.java 46 import com.jme3.scene.shape.Quad;
  /external/jmonkeyengine/engine/src/test/jme3test/water/
TestPostWater.java 27 import com.jme3.scene.shape.Box;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBgeom.h 197 XkbShapeDoodadRec shape; member in union:_XkbDoodad
343 XkbShapePtr /* shape */,
495 XkbShapePtr /* shape */,
578 XkbShapePtr /* shape */,
615 XkbShapePtr /* shape */,
621 XkbShapePtr /* shape */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 197 XkbShapeDoodadRec shape; member in union:_XkbDoodad
343 XkbShapePtr /* shape */,
495 XkbShapePtr /* shape */,
578 XkbShapePtr /* shape */,
615 XkbShapePtr /* shape */,
621 XkbShapePtr /* shape */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 197 XkbShapeDoodadRec shape; member in union:_XkbDoodad
343 XkbShapePtr /* shape */,
495 XkbShapePtr /* shape */,
578 XkbShapePtr /* shape */,
615 XkbShapePtr /* shape */,
621 XkbShapePtr /* shape */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectWizard.java 130 // ADT 20: White icon with blue shape
131 //iconState.shape = GraphicGenerator.Shape.CIRCLE;
139 iconState.shape = GraphicGenerator.Shape.NONE;
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
CurvesHelper.java 17 import com.jme3.scene.shape.Curve;
18 import com.jme3.scene.shape.Surface;
246 } else {//creating curve with bevel and taper shape
  /external/libvorbis/doc/
04-codec.tex 306 shape.
312 shape.
316 short-window shape.
323 lapping requirements can affect overall shape. Window generation
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestModifyHeight.java 53 import com.jme3.scene.shape.Sphere;
  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.cpp 459 if (cursor().shape() == Qt::ArrowCursor)
qwebview.cpp 851 if (cursor().shape() == Qt::ArrowCursor)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
gus.h 566 extern void snd_gf1_lfo_setup(struct snd_gus_card * gus, int voice, int lfo_type, int freq, int current_depth, int depth, int sweep, int shape);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
gus.h 566 extern void snd_gf1_lfo_setup(struct snd_gus_card * gus, int voice, int lfo_type, int freq, int current_depth, int depth, int sweep, int shape);
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 861 case CSSPropertyClip: // <shape> | auto | inherit
5822 RefPtr<CSSPrimitiveValue> shape; local
    [all...]

Completed in 1260 milliseconds

<<111213