HomeSort by relevance Sort by last modified time
    Searched defs:oval (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/avahi/avahi-compat-howl/samples/
browse.c 52 sw_uint8 oval[SW_TEXT_RECORD_MAX_LEN]; local
65 while (sw_text_record_iterator_next(it, key, oval, &oval_len) == SW_OKAY)
67 fprintf(stderr, "Txt: [%s]=[%s] - (%d bytes)\n", key, oval, oval_len);
resolve.c 52 sw_uint8 oval[SW_TEXT_RECORD_MAX_LEN]; local
65 while (sw_text_record_iterator_next(it, key, oval, &oval_len) == SW_OKAY)
  /external/skia/gm/
arcto.cpp 54 SkRect oval = SkRect::MakeXYWH(100, 100, 100, 100); local
59 SkScalar ovalHeight = oval.height() / oHeight;
60 svgArc.moveTo(oval.fLeft, oval.fTop);
61 svgArc.arcTo(oval.width() / 2, ovalHeight, SkIntToScalar(angle), SkPath::kSmall_ArcSize,
62 SkPath::kCW_Direction, oval.right(), oval.bottom());
66 svgArc.moveTo(oval.fLeft + 100, oval.fTop + 100);
67 svgArc.arcTo(oval.width() / 2, ovalHeight, SkIntToScalar(angle), SkPath::kLarge_ArcSize
    [all...]
dashcircle.cpp 34 SkRect oval = SkRect::MakeLTRB(-radius - 20, -radius - 20, radius + 20, radius + 20); local
55 refPath.arcTo(oval, angle, span, false);
ovals.cpp 141 SkRect oval = SkRect::MakeLTRB(-20, -30, 20, 30); variable
160 // position the oval, and make it at off-integer coords.
170 canvas->drawRect(oval, rectPaint);
171 canvas->drawOval(oval, fPaints[i]);
181 // non-scaled tall and skinny oval
183 SkRect oval = SkRect::MakeLTRB(-20, -60, 20, 60); variable
185 // position the oval, and make it at off-integer coords.
192 canvas->drawRect(oval, rectPaint);
193 canvas->drawOval(oval, fPaints[i]);
197 // non-scaled wide and short oval
199 SkRect oval = SkRect::MakeLTRB(-80, -30, 80, 30); variable
216 SkRect oval = SkRect::MakeLTRB(0, -60, 1, 60); variable
231 SkRect oval = SkRect::MakeLTRB(-80, -1, 80, 0); variable
    [all...]
addarc.cpp 89 const SkRect oval = SkRect::MakeLTRB(-R, -R, R, R); variable
90 canvas->drawOval(oval, paint);
100 path.addArc(oval, 0, deg);
117 // Emphasize drawing a stroked oval (containing conics) and then scaling the results up,
  /external/skia/samplecode/
SamplePathEffects.cpp 120 SkRect oval; variable
121 oval.set(SkIntToScalar(20), SkIntToScalar(30),
123 oval.offset(x, 0);
124 fPath.addRoundRect(oval, SkIntToScalar(8), SkIntToScalar(8));
SamplePathClip.cpp 41 const SkRect oval = fOval.makeOffset(fCenter.fX - fOval.centerX(), variable
48 canvas->drawOval(oval, p);
58 canvas->drawOval(oval, p);
SampleAll.cpp 559 SkRect oval = { x, y - SkIntToScalar(40), x + SkIntToScalar(40), y }; local
561 canvas->drawOval(oval, paint);
  /cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java 63 RectF oval = new RectF(BITMAP_WIDTH - PADDING - 2 * RADIUS, PADDING, local
66 expectedPath.arcTo(oval, 270, 90);
PathTest.java 179 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM); local
180 path.arcTo(oval, 0.0f, 30.0f, true);
188 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM); local
189 path.arcTo(oval, 0.0f, 30.0f);
270 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM); local
271 path.addOval(oval, Path.Direction.CW);
394 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM); local
395 path.addArc(oval, 0.0f, 30.0f);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
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/curl/src/
tool_setopt.c 531 curl_off_t oval = va_arg(arg, curl_off_t); local
533 "(curl_off_t)%" CURL_FORMAT_CURL_OFF_T, oval);
535 ret = curl_easy_setopt(curl, tag, oval);
537 if(!oval)
  /external/skia/tests/
PathOpsBuilderConicTest.cpp 24 static void testOvalSet(const OvalSet& set, const SkPath& oval, SkOpBuilder* builder,
34 oval.transform(matrix, &rotated);
56 SkPath oval, regionResult, builderResult, opResult; local
57 oval.setFillType(SkPath::kWinding_FillType);
58 oval.addOval(set.fBounds);
61 testOvalSet(set, oval, nullptr, &region, &regionResult);
62 testOvalSet(set, oval, &builder, nullptr, &builderResult);
63 testOvalSet(set, oval, nullptr, nullptr, &opResult);
    [all...]
RoundRectTest.cpp 301 // Test out the cases when the RR degenerates to an oval
304 SkRect oval; local
310 oval = rr1.rect();
311 REPORTER_ASSERT(reporter, oval == rect);
696 // Test out the case where an oval already off in space is translated/scaled
  /frameworks/support/v4/java/android/support/v4/widget/
CircleImageView.java 65 OvalShape oval = new OvalShadow(mShadowRadius, diameter); local
66 circle = new ShapeDrawable(oval);
  /external/fio/
parse.h 29 unsigned int oval; /* output value */ member in struct:value_pair
  /frameworks/base/libs/hwui/
PathCache.h 117 Oval,
144 struct Oval {
147 } oval; member in union:android::uirenderer::PathDescription::Shape
  /libcore/ojluni/src/main/java/java/util/
Properties.java 952 Object oval = super.get(key); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suite.py 30 """definition rect - the rectangle that contains the circle or oval used to define the arc """
158 oval = ovals variable
198 """corner curve height - the height of the oval used to define the shape of the rounded corners """
202 """corner curve width - the width of the oval used to define the shape of the rounded corners """
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suite.py 30 """definition rect - the rectangle that contains the circle or oval used to define the arc """
158 oval = ovals variable
198 """corner curve height - the height of the oval used to define the shape of the rounded corners """
202 """corner curve width - the width of the oval used to define the shape of the rounded corners """
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java 258 OvalShape oval = new OvalShape(); local
259 ShapeDrawable drawable = new ShapeDrawable(oval);
  /frameworks/base/core/jni/android/graphics/
Path.cpp 157 SkRect oval = SkRect::MakeLTRB(left, top, right, bottom); local
158 obj->arcTo(oval, startAngle, sweepAngle, forceMoveTo);
177 SkRect oval = SkRect::MakeLTRB(left, top, right, bottom); local
178 obj->addOval(oval, dir);
189 SkRect oval = SkRect::MakeLTRB(left, top, right, bottom); local
191 obj->addArc(oval, startAngle, sweepAngle);
  /toolchain/binutils/binutils-2.25/ld/
ldmain.c 926 bfd_vma oval;
935 oval = h->u.def.value;
940 oval = 0;
952 && nval == oval)
973 nval = oval;
979 einfo (_("%D: first defined here\n"), obfd, osec, oval);
924 bfd_vma oval; local
    [all...]
  /external/libpcap/
gencode.h 267 int oval; member in struct:block

Completed in 1348 milliseconds

1 2 3