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

1 2 3

  /prebuilts/go/darwin-x86/doc/progs/
image_draw.go 95 draw.DrawMask(dst, dst.Bounds(), src, image.ZP, &circle{p, r}, image.ZP, draw.Over)
121 type circle struct { type
126 func (c *circle) ColorModel() color.Model {
130 func (c *circle) Bounds() image.Rectangle {
134 func (c *circle) At(x, y int) color.Color {
  /prebuilts/go/linux-x86/doc/progs/
image_draw.go 95 draw.DrawMask(dst, dst.Bounds(), src, image.ZP, &circle{p, r}, image.ZP, draw.Over)
121 type circle struct { type
126 func (c *circle) ColorModel() color.Model {
130 func (c *circle) Bounds() image.Rectangle {
134 func (c *circle) At(x, y int) color.Color {
  /external/skia/gm/
manypaths.cpp 54 SkRect circle = SkRect::MakeXYWH(x, y, w, w); variable
56 canvas->drawOval(circle, paint);
dashcircle.cpp 46 SkPath circle; variable
47 circle.addCircle(0, 0, radius);
88 canvas->drawPath(circle, p);
hairlines.cpp 148 SkRect circle = SkRect::MakeLTRB(-kRad, -kRad, kRad, kRad); variable
149 bug->addArc(circle, kStartAngle, kSweepAngle);
  /external/skia/src/gpu/effects/
GrCircleEffect.cpp 34 kDefault_GrSLPrecision, "circle");
63 UniformHandle& circle = fCircleVar; variable
64 (void)circle; variable
76 pdman.set4f(circle, center.fX, center.fY, effectiveRadius,
  /external/skqp/gm/
manypaths.cpp 54 SkRect circle = SkRect::MakeXYWH(x, y, w, w); variable
56 canvas->drawOval(circle, paint);
dashcircle.cpp 46 SkPath circle; variable
47 circle.addCircle(0, 0, radius);
88 canvas->drawPath(circle, p);
hairlines.cpp 148 SkRect circle = SkRect::MakeLTRB(-kRad, -kRad, kRad, kRad); variable
149 bug->addArc(circle, kStartAngle, kSweepAngle);
  /external/skqp/src/gpu/effects/
GrCircleEffect.cpp 34 kDefault_GrSLPrecision, "circle");
63 UniformHandle& circle = fCircleVar; variable
64 (void)circle; variable
76 pdman.set4f(circle, center.fX, center.fY, effectiveRadius,
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
XMLTokener.java 308 char[] circle = new char[n]; local
311 * First fill the circle buffer with as many characters as are in the
320 circle[i] = c;
329 * Compare the circle buffer with the to string.
332 if (circle[j] != to.charAt(i)) {
355 * Shove the character in the circle buffer and advance the
356 * circle offset. The offset is mod n.
358 circle[offset] = c;
  /external/skia/samplecode/
SampleCircle.cpp 16 // reconstruct the edges of the circle.
47 void circle(SkCanvas* canvas, int width, bool aa) { function in class:CircleView
66 circle(canvas, width, false);
68 circle(canvas, width, true);
SampleClipDrawMatch.cpp 58 SkRRect circle; local
59 circle.setOval(create_rect(offset));
60 return circle;
  /external/skia/tests/
TracingTest.cpp 54 return SkStringPrintf("Circle(%f, %f, %f)", fCenter.fX, fCenter.fY, fRadius);
160 TracingCircle* circle = new TracingCircle(SkPoint::Make(20, 20), 15); local
161 circle->traceSnapshot();
170 circle->fCenter.offset(10, 10);
171 circle->traceSnapshot();
177 TRACE_EVENT1("skia", "Processing Shape", "#shape", circle);
181 delete circle;
  /external/skqp/samplecode/
SampleCircle.cpp 16 // reconstruct the edges of the circle.
47 void circle(SkCanvas* canvas, int width, bool aa) { function in class:CircleView
66 circle(canvas, width, false);
68 circle(canvas, width, true);
  /external/skqp/tests/
TracingTest.cpp 54 return SkStringPrintf("Circle(%f, %f, %f)", fCenter.fX, fCenter.fY, fRadius);
160 TracingCircle* circle = new TracingCircle(SkPoint::Make(20, 20), 15); local
161 circle->traceSnapshot();
170 circle->fCenter.offset(10, 10);
171 circle->traceSnapshot();
177 TRACE_EVENT1("skia", "Processing Shape", "#shape", circle);
181 delete circle;
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationLoading.java 153 OvalShape circle = new OvalShape(); local
154 circle.resize(BALL_SIZE, BALL_SIZE);
155 ShapeDrawable drawable = new ShapeDrawable(circle);
AnimationSeeking.java 127 OvalShape circle = new OvalShape(); local
128 circle.resize(BALL_SIZE, BALL_SIZE);
129 ShapeDrawable drawable = new ShapeDrawable(circle);
MultiPropertyAnimation.java 144 OvalShape circle = new OvalShape(); local
145 circle.resize(BALL_SIZE, BALL_SIZE);
146 ShapeDrawable drawable = new ShapeDrawable(circle);
CustomEvaluator.java 142 OvalShape circle = new OvalShape(); local
143 circle.resize(50f, 50f);
144 ShapeDrawable drawable = new ShapeDrawable(circle);
ReversingAnimation.java 103 OvalShape circle = new OvalShape(); local
104 circle.resize(50f, 50f);
105 ShapeDrawable drawable = new ShapeDrawable(circle);
  /cts/tests/tests/animation/src/android/animation/cts/
AnimationActivity.java 243 OvalShape circle = new OvalShape(); local
244 circle.resize(x, y);
245 ShapeDrawable drawable = new ShapeDrawable(circle);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 102 Path circle = new Path(); local
103 circle.addCircle(0, 0, 1, Direction.CW);
105 PathMeasure measure = new PathMeasure(circle, false);
107 measure.setPath(circle, true);
  /external/clang/test/Analysis/
array-struct-region.c 62 struct circle { struct point o; int r; }; struct
63 struct circle get_circle() {
64 struct circle result;
71 struct circle c;
  /external/skia/src/effects/
GrCircleBlurFragmentProcessor.cpp 47 // Applies the 1D half kernel vertically at points along the x axis to a circle centered at the
58 // In the column at x we exit the circle at +y and -y
75 // Apply a Gaussian at point (evalX, 0) to a circle centered at the origin with radius circleR.
98 // Since we applied a half kernel in y we multiply acc by 2 (the circle is symmetric about
103 // This function creates a profile of a blurred circle. It does this by computing a kernel for
105 // an array of vertical applications of the half kernel to the circle along the x axis. The
170 const SkRect& circle, float sigma,
172 float circleR = circle.width() / 2.0f;
176 // Profile textures are cached by the ratio of sigma to circle radius and by the size of the
180 // half-plane. Similarly, in the extreme high ratio cases circle becomes a point WRT to th
346 SkRect circle = SkRect::MakeWH(wh, wh); local
    [all...]

Completed in 921 milliseconds

1 2 3