/external/skia/gm/ |
D | ovals.cpp | 141 SkRect oval = SkRect::MakeLTRB(-20, -30, 20, 30); in onDraw() local 183 SkRect oval = SkRect::MakeLTRB(-20, -60, 20, 60); in onDraw() local 199 SkRect oval = SkRect::MakeLTRB(-80, -30, 80, 30); in onDraw() local 216 SkRect oval = SkRect::MakeLTRB(0, -60, 1, 60); in onDraw() local 231 SkRect oval = SkRect::MakeLTRB(-80, -1, 80, 0); in onDraw() local
|
D | dashcircle.cpp | 34 SkRect oval = SkRect::MakeLTRB(-radius - 20, -radius - 20, radius + 20, radius + 20); variable
|
D | arcto.cpp | 54 SkRect oval = SkRect::MakeXYWH(100, 100, 100, 100); variable
|
D | addarc.cpp | 89 const SkRect oval = SkRect::MakeLTRB(-R, -R, R, R); in onDraw() local
|
/external/skia/include/core/ |
D | SkRRect.h | 150 static SkRRect MakeOval(const SkRect& oval) { in MakeOval() 166 void setOval(const SkRect& oval) { in setOval()
|
/external/avahi/avahi-compat-howl/samples/ |
D | resolve.c | 52 sw_uint8 oval[SW_TEXT_RECORD_MAX_LEN]; in my_resolver() local
|
D | browse.c | 52 sw_uint8 oval[SW_TEXT_RECORD_MAX_LEN]; in my_resolver() local
|
/external/skia/samplecode/ |
D | SamplePathEffects.cpp | 120 SkRect oval; in onOnceBeforeDraw() local
|
D | SamplePathFuzz.cpp | 335 SkRect oval = makeRect(); in makeRRect() local 376 SkRect oval = makeRect(); in makePath() local 526 SkRect oval = makeRect(); in makePath() local
|
D | SamplePathClip.cpp | 41 const SkRect oval = fOval.makeOffset(fCenter.fX - fOval.centerX(), in onDrawContent() local
|
D | SampleAll.cpp | 559 SkRect oval = { x, y - SkIntToScalar(40), x + SkIntToScalar(40), y }; in drawOneRaster() local
|
/external/skia/tests/ |
D | PathOpsBuilderConicTest.cpp | 24 static void testOvalSet(const OvalSet& set, const SkPath& oval, SkOpBuilder* builder, in testOvalSet() 56 SkPath oval, regionResult, builderResult, opResult; in testOne() local
|
D | RoundRectTest.cpp | 304 SkRect oval; in test_round_rect_ovals() local
|
D | PathTest.cpp | 2270 SkPath oval; in test_flattening() local 3264 SkRect oval = {10, 20, 30, 40}; in test_arc() local 3389 SkRect oval = {1, 2, 3, 4}; in test_arcTo() local
|
/external/skia/src/core/ |
D | SkPath.cpp | 924 OvalPointIterator(const SkRect& oval, SkPath::Direction dir, unsigned startIndex) in OvalPointIterator() 1025 static bool arc_is_lone_point(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, in arc_is_lone_point() 1081 static int build_arc_conics(const SkRect& oval, const SkVector& start, const SkVector& stop, in build_arc_conics() 1219 void SkPath::addOval(const SkRect& oval, Direction dir) { in addOval() 1224 void SkPath::addOval(const SkRect &oval, Direction dir, unsigned startPointIndex) { in addOval() 1271 void SkPath::arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, in arcTo() 1416 void SkPath::addArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle) { in addArc()
|
D | SkBitmapDevice.cpp | 216 void SkBitmapDevice::drawOval(const SkDraw& draw, const SkRect& oval, const SkPaint& paint) { in drawOval()
|
D | SkRecorder.cpp | 148 void SkRecorder::onDrawOval(const SkRect& oval, const SkPaint& paint) { in onDrawOval()
|
/external/fio/ |
D | parse.h | 29 unsigned int oval; /* output value */ member
|
/external/skia/src/gpu/effects/ |
D | GrOvalEffect.cpp | 394 GrFragmentProcessor* GrOvalEffect::Create(GrPrimitiveEdgeType edgeType, const SkRect& oval) { in Create()
|
/external/curl/src/ |
D | tool_setopt.c | 539 curl_off_t oval = va_arg(arg, curl_off_t); in tool_setopt() local
|
/external/libpcap/ |
D | gencode.h | 267 int oval; member
|
/external/mksh/src/ |
D | expr.c | 314 mksh_uari_t oval; in do_ppmm() local
|
/external/skia/src/gpu/ |
D | GrDrawContext.cpp | 523 const SkRect& oval, in drawOval()
|
/external/skia/tools/debugger/ |
D | SkDebugCanvas.cpp | 422 void SkDebugCanvas::onDrawOval(const SkRect& oval, const SkPaint& paint) { in onDrawOval()
|
/external/skia/src/svg/ |
D | SkSVGDevice.cpp | 643 void SkSVGDevice::drawOval(const SkDraw& draw, const SkRect& oval, const SkPaint& paint) { in drawOval()
|