HomeSort by relevance Sort by last modified time
    Searched full:ovals (Results 1 - 25 of 26) sorted by null

1 2

  /external/skia/src/gpu/
GrOvalRenderer.h 21 * This class wraps helper functions that draw ovals and roundrects (filled & stroked)
GrPath.cpp 204 // We treat same-rect ovals as identical - but only when not dashing.
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suite.py 154 class ovals(aetools.ComponentItem): class in inherits:aetools.ComponentItem
155 """ovals - """
158 oval = ovals
281 ovals._superclassnames = []
282 ovals._privpropdict = {
284 ovals._privelemdict = {
364 'covl' : ovals,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suite.py 154 class ovals(aetools.ComponentItem): class in inherits:aetools.ComponentItem
155 """ovals - """
158 oval = ovals
281 ovals._superclassnames = []
282 ovals._privpropdict = {
284 ovals._privelemdict = {
364 'covl' : ovals,
  /external/skia/src/core/
SkStroke.h 24 geometries (lines, rects, ovals, roundrects, paths). This is
SkPath.cpp     [all...]
  /external/fio/
stat.c 128 unsigned int *ovals = NULL; local
160 ovals = realloc(ovals, oval_len * sizeof(unsigned int));
163 ovals[j] = plat_idx_to_val(i);
164 if (ovals[j] < *minv)
165 *minv = ovals[j];
166 if (ovals[j] > *maxv)
167 *maxv = ovals[j];
177 *output = ovals;
188 unsigned int *ovals; local
606 unsigned int *ovals = NULL; local
678 unsigned int *ovals = NULL; local
    [all...]
gclient.c 1048 static GtkWidget *gfio_output_clat_percentiles(unsigned int *ovals,
1086 ovals[i] = (ovals[i] + 999) / 1000;
1087 gtk_list_store_set(model, &iter, i, ovals[i], -1);
1093 static struct graph *setup_clat_graph(char *title, unsigned int *ovals,
1112 graph_add_data(g, l, (double) ovals[i]);
1125 unsigned int *ovals, len, minv, maxv, scale_down; local
    [all...]
  /external/skia/gm/
nested.cpp 15 // Test out various combinations of nested rects, ovals and rrects.
ovals.cpp 31 return SkString("ovals");
  /external/skia/tests/
GpuDrawPathTest.cpp 66 // Drawing ovals with similar bounds but different points order should not crash.
  /external/skia/bench/
RectBench.cpp 148 const char* onGetName() override { return computeName("ovals"); }
Android.mk 303 ../gm/ovals.cpp \
  /external/mesa3d/src/gallium/docs/source/cso/
rasterizer.rst 217 points into circles or ovals.
  /external/skia/include/core/
SkPathRef.h 170 * fact ovals can report false.
SkPath.h 173 * fact ovals can report false.
    [all...]
  /frameworks/base/libs/hwui/
PathCache.cpp 504 // Ovals
  /external/skia/dm/
Android.mk 459 ../gm/ovals.cpp \
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 318 // circles (actually ovals)
  /frameworks/base/graphics/java/android/graphics/
Path.java 499 * Specifies how closed shapes (e.g. rects, ovals) are oriented when they
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp 117 << "Circular arcs should be converted to ovals";
    [all...]
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 328 // The nine patch special case does not handle ovals, and we
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 870 // add the entire ovals
    [all...]
  /frameworks/base/docs/html/about/versions/
jelly-bean.jd 659 certain shapes (rounded rects, circles and ovals).</p>
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java 103 * The ovals represent the states a MediaPlayer object may reside
    [all...]

Completed in 364 milliseconds

1 2