Searched defs:drawOval (Results 1 - 7 of 7) sorted by relevance
/external/skia/samplecode/ |
H A D | SampleOvalTest.cpp | 44 void drawOval() { function in class:OvalTestView 49 canvas.drawOval(SkRect::MakeSize(fSize), p); 81 this->drawOval();
|
/external/proguard/src/proguard/gui/splash/ |
H A D | OverrideGraphics2D.java | 339 public void drawOval(int x, int y, int width, int height) method in class:OverrideGraphics2D 341 graphics.drawOval(x, y, width, height);
|
/external/skia/src/core/ |
H A D | SkCanvas.cpp | 1893 void SkCanvas::drawOval(const SkRect& oval, const SkPaint& paint) { function in class:SkCanvas 1911 this->drawOval(oval, paint);
|
/external/webkit/Source/WebKit/android/plugins/ |
H A D | android_npapi.h | 646 void (*drawOval)(ANPCanvas*, const ANPRectF*, const ANPPaint*); member in struct:ANPCanvasInterfaceV0
|
/external/proguard/lib/ |
H A D | proguardgui.jar | META-INF/ META-INF/MANIFEST.MF proguard/gui/SwingUtil.class SwingUtil.java package proguard ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 121 milliseconds