HomeSort by relevance Sort by last modified time
    Searched refs:Shape (Results 26 - 50 of 84) sorted by null

12 3 4

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 38 import java.awt.Shape;
179 * @param clipShape the shape to use a the clip shape.
181 void setClip(Shape clipShape) {
182 // because setClip is only guaranteed to work with rectangle shape,
190 * Clips the layer with the given shape. This performs an intersect between the current
191 * clip shape and the given shape.
192 * @param shape the new clip shape
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShapeDrawable1.java 62 public MyShapeDrawable(Shape s) {
71 @Override protected void onDraw(Shape s, Canvas c, Paint p) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInfo.h 33 #include "core/rendering/shapes/Shape.h"
126 const Shape* computedShape() const;
172 mutable OwnPtr<Shape> m_shape;
  /frameworks/base/core/java/android/widget/
RatingBar.java 22 import android.graphics.drawable.shapes.Shape;
244 Shape getDrawableShape() {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ShapeDrawableTest.java 36 import android.graphics.drawable.shapes.Shape;
249 public MockShapeDrawable(Shape s) {
253 protected void onDraw(Shape shape, Canvas canvas, Paint paint) {
254 super.onDraw(shape, canvas, paint);
282 private static class MockShape extends Shape {
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
world.js 40 var shapeName = body['shape'];
67 function verifyShapeDescription(shape) {
68 if (shape['name'] == undefined) {
69 console.log('Shape needs a name.');
73 var type = shape['type'];
79 console.log('Shape type - ' + type + ' not supported.');
84 return verifyCubeDescription(shape);
88 return verifySphereDescription(shape);
92 return verifyCylinderDescription(shape);
96 return verifyConvexDescription(shape);
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/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...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
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...]
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 244 public void clip(Shape s)
264 public void draw(Shape s)
404 public void fill(Shape s)
449 public Shape getClip()
514 public boolean hit(Rectangle rect, Shape s, boolean onStroke)
549 public void setClip(Shape clip)
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
raytrace.js 64 // flog/shape/baseshape.js
65 // flog/shape/sphere.js
66 // flog/shape/plane.js
415 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
417 Flog.RayTracer.Shape.Sphere = Class.create();
419 Flog.RayTracer.Shape.Sphere.prototype = {
428 info.shape = this;
465 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {}
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 59 // flog/shape/baseshape.js
60 // flog/shape/sphere.js
61 // flog/shape/plane.js
410 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
412 Flog.RayTracer.Shape.Sphere = Class.create();
414 Flog.RayTracer.Shape.Sphere.prototype = {
423 info.shape = this;
460 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {}
    [all...]
  /external/chromium_org/v8/benchmarks/
raytrace.js 64 // flog/shape/baseshape.js
65 // flog/shape/sphere.js
66 // flog/shape/plane.js
415 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
417 Flog.RayTracer.Shape.Sphere = Class.create();
419 Flog.RayTracer.Shape.Sphere.prototype = {
428 info.shape = this;
465 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {}
    [all...]
  /external/v8/benchmarks/
raytrace.js 64 // flog/shape/baseshape.js
65 // flog/shape/sphere.js
66 // flog/shape/plane.js
415 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {};
417 Flog.RayTracer.Shape.Sphere = Class.create();
419 Flog.RayTracer.Shape.Sphere.prototype = {
428 info.shape = this;
465 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {}
    [all...]
  /external/icu4c/common/
ushape.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/
ushape.c     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 27 import java.awt.Shape;
69 * Combines two {@link Shape} into another one (actually an {@link Area}), according
74 * @param shape1 the firt shape to combine which can be null if there's no original clip.
75 * @param shape2 the 2nd shape to combine
79 public static Area combineShapes(Shape shape1, Shape shape2, int regionOp) {
Path_Delegate.java 27 import java.awt.Shape;
70 public Shape getJavaShape() {
74 public void setJavaShape(Shape shape) {
76 mPath.append(shape, false /*connect*/);
710 * @param oval The bounds of oval defining shape and size of the arc
  /external/chromium_org/content/browser/frame_host/
frame_tree_unittest.cc 101 TEST_F(FrameTreeTest, Shape) {
  /external/v8/src/
objects.cc     [all...]
objects.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 26 import com.android.assetstudiolib.GraphicGenerator.Shape;
329 mShapeLabel.setText("Shape");
523 // Shape=NONE does not apply for notification icons; it's needed for API < 9
524 if (mValues.shape == Shape.NONE && mValues.type == AssetType.NOTIFICATION) {
525 mValues.shape = Shape.SQUARE;
528 setShape(mValues.shape);
712 mValues.shape = GraphicGenerator.Shape.SQUARE
    [all...]
  /frameworks/base/libs/hwui/
PathCache.cpp 51 memset(&shape, 0, sizeof(Shape));
62 memset(&shape, 0, sizeof(Shape));
73 hash = JenkinsHashMixBytes(hash, (uint8_t*) &shape, sizeof(Shape));
237 ALOGD("Shape deleted, size = %d", size);
295 ALOGD("Shape created, size = %d", size);
379 (key.shape.path.mPath == pair.getFirst() ||
380 key.shape.path.mPath == pair.getSecond()))
    [all...]
PathCache.h 117 union Shape {
145 } shape; member in struct:android::uirenderer::PathDescription
177 * A simple LRU shape cache. The cache has a maximum size expressed in bytes.
284 ALOGW("Shape too large to be rendered into a texture (%dx%d, max=%dx%d)",
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAreaElement.cpp 132 // If element omits the shape attribute, select shape based on number of coordinates.
133 Shape shape = m_shape; local
134 if (shape == Unknown) {
136 shape = Circle;
138 shape = Rect;
140 shape = Poly;
145 switch (shape) {
  /external/chromium_org/v8/src/
objects.cc     [all...]

Completed in 569 milliseconds

12 3 4