HomeSort by relevance Sort by last modified time
    Searched defs:getShape (Results 1 - 19 of 19) sorted by null

  /external/skia/src/effects/
SkGroupShape.cpp 13 SkShape* SkGroupShape::getShape(int index, SkMatrixRef** mr) const {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
PaintDrawableTest.java 73 assertNull(paintDrawable.getShape());
75 assertNotNull(paintDrawable.getShape());
76 assertTrue(paintDrawable.getShape() instanceof RoundRectShape);
80 assertNotNull(paintDrawable.getShape());
82 assertNull(paintDrawable.getShape());
86 assertNotNull(paintDrawable.getShape());
88 assertNull(paintDrawable.getShape());
102 assertNull(paintDrawable.getShape());
104 assertNull(paintDrawable.getShape());
108 assertNotNull(paintDrawable.getShape());
    [all...]
ShapeDrawableTest.java 304 method = "getShape",
315 assertNull(shapeDrawable.getShape());
319 assertSame(rectShape, shapeDrawable.getShape());
322 assertNull(shapeDrawable.getShape());
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ShapeHolder.java 59 public ShapeDrawable getShape() {
82 return shape.getShape().getWidth();
85 Shape s = shape.getShape();
90 return shape.getShape().getHeight();
93 Shape s = shape.getShape();
  /external/skia/src/core/
SkPicturePlayback.h 81 SkShape* getShape() {
  /frameworks/base/graphics/java/android/graphics/drawable/
ShapeDrawable.java 85 public Shape getShape() {
  /external/harfbuzz/src/
harfbuzz-arabic.c 844 static int getShape(hb_uint8 cell, int shape)
937 /* qDebug("mapping U+%x to shape %d glyph=0x%x", ch->unicode(), shape, getShape(c, shape)); */
970 map = getShape(c, shape);
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 401 milliseconds