HomeSort by relevance Sort by last modified time
    Searched refs:Oval (Results 1 - 13 of 13) sorted by null

  /external/skia/src/animator/
SkDrawOval.h 16 DECLARE_MEMBER_INFO(Oval);
SkDisplayType.cpp 154 CASE_NEW(Oval);
309 CASE_GET_INFO(Oval);
476 { "oval", SkType_Oval INIT_BOOL_FIELDS },
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Oval.java 19 public interface Oval {
ImageVignette.java 48 static class OvalSpaceAdapter implements Oval {
49 private Oval mOval;
58 public void setImageOval(Oval oval) {
59 mOval = oval;
EclipseControl.java 111 public void actionDown(float x, float y, Oval oval) {
117 mDownCenterX = oval.getCenterX();
118 mDownCenterY = oval.getCenterY();
119 mDownRadiusX = oval.getRadiusX();
120 mDownRadiusY = oval.getRadiusY();
124 public void actionMove(int handle, float x, float y, Oval oval) {
145 oval.setCenter((x - ctrdx), (y - ctrdy));
153 oval.setRadiusY(Math.abs(x - oval.getCenterY() + sign * raddx))
    [all...]
  /external/skia/experimental/SkV8Example/
Path2DBuilder.h 42 static void Oval(const v8::FunctionCallbackInfo<v8::Value>& args);
Path2DBuilder.cpp 55 ADD_METHOD("oval", Oval);
201 void Path2DBuilder::Oval(const v8::FunctionCallbackInfo<v8::Value>& args) {
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/tests/
test_pajek.py 13 self.data="""*network Tralala\n*vertices 4\n 1 "A1" 0.0938 0.0896 ellipse x_fact 1 y_fact 1\n 2 "Bb" 0.8188 0.2458 ellipse x_fact 1 y_fact 1\n 3 "C" 0.3688 0.7792 ellipse x_fact 1\n 4 "D2" 0.9583 0.8563 ellipse x_fact 1\n*arcs\n1 1 1 h2 0 w 3 c Blue s 3 a1 -130 k1 0.6 a2 -130 k2 0.6 ap 0.5 l "Bezier loop" lc BlueViolet fos 20 lr 58 lp 0.3 la 360\n2 1 1 h2 0 a1 120 k1 1.3 a2 -120 k2 0.3 ap 25 l "Bezier arc" lphi 270 la 180 lr 19 lp 0.5\n1 2 1 h2 0 a1 40 k1 2.8 a2 30 k2 0.8 ap 25 l "Bezier arc" lphi 90 la 0 lp 0.65\n4 2 -1 h2 0 w 1 k1 -2 k2 250 ap 25 l "Circular arc" c Red lc OrangeRed\n3 4 1 p Dashed h2 0 w 2 c OliveGreen ap 25 l "Straight arc" lc PineGreen\n1 3 1 p Dashed h2 0 w 5 k1 -1 k2 -20 ap 25 l "Oval arc" c Brown lc Black\n3 3 -1 h1 6 w 1 h2 12 k1 -2 k2 -15 ap 0.5 l "Circular loop" c Red lc OrangeRed lphi 270 la 180"""
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterVignetteRepresentation.java 26 import com.android.gallery3d.filtershow.imageshow.Oval;
30 public class FilterVignetteRepresentation extends FilterRepresentation implements Oval {
  /frameworks/base/libs/hwui/
PathCache.h 144 struct Oval {
147 } oval; member in union:android::uirenderer::PathDescription::Shape
  /external/skia/src/sfnt/
SkPanose.h 446 ((Oval, 8))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 105 class Oval(CanvasItem):
107 CanvasItem.__init__(self, canvas, 'oval', *args, **kw)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 105 class Oval(CanvasItem):
107 CanvasItem.__init__(self, canvas, 'oval', *args, **kw)

Completed in 5705 milliseconds