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

1 2 3

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Layer.java 29 GLShape shape = mShapes[i]; local
30 if (shape != null) {
31 shape.startAnimation();
38 GLShape shape = mShapes[i]; local
39 if (shape != null) {
40 shape.endAnimation();
84 GLShape shape = mShapes[i]; local
85 if (shape != null) {
86 shape.animateTransform(mTransform);
GLWorld.java 30 public void addShape(GLShape shape) {
31 mShapeList.add(shape);
32 mIndexCount += shape.getIndexCount();
56 GLShape shape = iter3.next(); local
57 shape.putIndices(mIndexBuffer);
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RectShape.java 24 * Defines a rectangle shape.
29 public class RectShape extends Shape {
56 final RectShape shape = (RectShape) super.clone(); local
57 shape.mRect = new RectF(mRect);
58 return shape;
RoundRectShape.java 26 * can be included (to make a sort of "O" shape).
111 RoundRectShape shape = (RoundRectShape) super.clone(); local
112 shape.mOuterRadii = mOuterRadii.clone();
113 shape.mInnerRadii = mInnerRadii.clone();
114 shape.mInset = new RectF(mInset);
115 shape.mInnerRect = new RectF(mInnerRect);
116 shape.mPath = new Path(mPath);
117 return shape;
PathShape.java 29 public class PathShape extends Shape {
40 * @param path a Path that defines the geometric paths for this shape
41 * @param stdWidth the standard width for the shape. Any changes to the
44 * @param stdHeight the standard height for the shape. Any changes to the
70 PathShape shape = (PathShape) super.clone(); local
71 shape.mPath = new Path(mPath);
72 return shape;
  /external/webkit/WebCore/platform/qt/
QWebPageClient.h 64 if (!cursor().bitmap() && cursor().shape() == m_lastCursor.shape())
74 if (!cursor.bitmap() && cursor.shape() == this->cursor().shape())
  /frameworks/base/graphics/java/android/graphics/
PathDashPathEffect.java 22 TRANSLATE(0), //!< translate the shape to each position
23 ROTATE(1), //!< rotate the shape about its center
33 * Dash the drawn path by stamping it with the specified shape. This only
37 * @param shape The path to stamp along
38 * @param advance spacing between each stamp of shape
39 * @param phase amount to offset before the first shape is stamped
40 * @param style how to transform the shape at each position as it is stamped
42 public PathDashPathEffect(Path shape, float advance, float phase,
44 native_instance = nativeCreate(shape.ni(), advance, phase,
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ShapeTest.java 26 import android.graphics.drawable.shapes.Shape;
30 @TestTargetClass(android.graphics.drawable.shapes.Shape.class)
100 Shape shape = new MockShape(); local
101 shape.resize(100f, 200f);
102 Shape clonedShape = shape.clone();
103 assertEquals(100f, shape.getWidth());
104 assertEquals(200f, shape.getHeight());
106 assertNotSame(shape, clonedShape)
    [all...]
  /external/speex/libspeex/
cb_search_arm4.h 42 //const signed char *shape;
46 //shape = shape_cb;
93 const signed char *shape=shape_cb+k;
94 resj0 = MAC16_16(resj0,*shape,r[j-k]);
95 shape += subvect_size;
96 resj1 = MAC16_16(resj1,*shape,r[j-k]);
97 shape += subvect_size;
98 resj2 = MAC16_16(resj2,*shape,r[j-k]);
99 shape += subvect_size;
100 resj3 = MAC16_16(resj3,*shape,r[j-k])
    [all...]
cb_search_sse.h 59 VARDECL(__m128 *shape);
61 ALLOC(shape, subvect_size, __m128);
71 shape[j] = _mm_setr_ps(0.03125*_shape[j], 0.03125*_shape[subvect_size+j], 0.03125*_shape[2*subvect_size+j], 0.03125*_shape[3*subvect_size+j]);
77 resj = _mm_add_ps(resj, _mm_mul_ps(shape[k],r[j-k]));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 100 * @param shape The shape of the icon in the automatically generated icons,
103 public Image getIcon(String osName, int color, int shape) {
104 String key = Character.toString((char) shape) + Integer.toString(color) + osName;
107 ImageDescriptor id = getImageDescriptor(osName, color, shape);
141 * @param shape The shape of the icon in the automatically generated icons,
144 public ImageDescriptor getImageDescriptor(String osName, int color, int shape) {
145 String key = Character.toString((char) shape) + Integer.toString(color) + osName;
153 id = new LetterImageDescriptor(osName.charAt(0), color, shape);
    [all...]
  /frameworks/base/core/jni/android/graphics/
PathEffect.cpp 43 const SkPath* shape, float advance, float phase, int style) {
44 SkASSERT(shape != NULL);
45 return new SkPath1DPathEffect(*shape, SkFloatToScalar(advance),
  /development/tools/mkstubs/tests/data/
TestTemplateClass.java 47 public void draw(List<? extends Rect> shape) {
  /external/icu4c/layout/
ArabicShaping.cpp 116 FeatureMask shape = featureMask & SHAPE_MASK; local
118 shape >>= shapeOffset;
120 glyphStorage.setAuxData(outIndex, ((featureMask & ~SHAPE_MASK) | shape), success);
123 void ArabicShaping::shape(const LEUnicode *chars, le_int32 offset, le_int32 charCount, le_int32 charMax, function in class:ArabicShaping
138 // shaper.shape(errout, 2) (isolate to initial, or final to medial)
139 // shaper.shape(out, 1) (isolate to final)
ArabicShaping.h 42 MASK_NOSHAPE = 8 // if this bit set, don't shape this char, i.e. tatweel
59 static void shape(const LEUnicode *chars, le_int32 offset, le_int32 charCount, le_int32 charMax,
  /external/webkit/WebCore/platform/graphics/win/
UniscribeController.h 57 bool shape(const UChar* str, int len, SCRIPT_ITEM item, const SimpleFontData* fontData,
  /external/webkit/WebCore/css/
SVGCSSPropertyNames.in 31 shape-rendering
  /external/webkit/WebCore/html/
HTMLAreaElement.idl 29 attribute [ConvertNullToNullString, Reflect] DOMString shape;
HTMLAreaElement.cpp 118 // If element omits the shape attribute, select shape based on number of coordinates.
119 Shape shape = m_shape; local
120 if (shape == Unknown) {
122 shape = Circle;
124 shape = Rect;
126 shape = Poly;
130 switch (shape) {
  /frameworks/base/awt/java/awt/font/
ShapeGraphicAttribute.java 26 import java.awt.Shape;
41 // shape to render
43 * The shape.
45 private Shape fShape;
47 // flag, if the shape should be stroked (true) or filled (false)
53 // bounds of the shape
71 // width of the shape
73 * The shape width.
77 // height of the shape
79 * The shape height
    [all...]
  /external/bison/src/
vcg.h 71 enum shape enum
248 /* shape specifies the visual appearance of a node: box, rhomb, ellipse,
252 enum shape shape; member in struct:node
347 drawn. The attributes of its shape (color, thickness) are ignored.
543 /* Shape can be specified for subgraphs only. It is the shape of the
560 enum shape shape;
559 enum shape shape; member in struct:graph
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathDashPathEffectTest.java 52 PathDashPathEffect effect = new PathDashPathEffect(shape(), ADVANCE, 0,
90 private static Path shape() { method in class:PathDashPathEffectTest
  /external/v8/benchmarks/
raytrace.js 64 // flog/shape/baseshape.js
65 // flog/shape/sphere.js
66 // flog/shape/plane.js
421 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
423 Flog.RayTracer.Shape.BaseShape = Class.create();
425 Flog.RayTracer.Shape.BaseShape.prototype = {
446 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
448 Flog.RayTracer.Shape.Sphere = Class.create()
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-raytrace.js 59 // flog/shape/baseshape.js
60 // flog/shape/sphere.js
61 // flog/shape/plane.js
416 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
418 Flog.RayTracer.Shape.BaseShape = Class.create();
420 Flog.RayTracer.Shape.BaseShape.prototype = {
441 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
443 Flog.RayTracer.Shape.Sphere = Class.create()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 191 int shape = hasChildren() ? IconFactory.SHAPE_RECT : IconFactory.SHAPE_CIRCLE; local
192 Image icon = factory.getIcon(mXmlName, color, shape);
208 int shape = hasChildren() ? IconFactory.SHAPE_RECT : IconFactory.SHAPE_CIRCLE; local
209 ImageDescriptor id = factory.getImageDescriptor(mXmlName, color, shape);

Completed in 1183 milliseconds

1 2 3