HomeSort by relevance Sort by last modified time
    Searched full:bezier (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /frameworks/base/libs/hwui/utils/
VectorDrawableUtils.cpp 100 * Converts an arc to cubic Bezier segments and records them in p.
102 * @param p The target for the cubic Bezier segments
126 // Maximum of 45 degrees per cubic Bezier segment
  /frameworks/support/compat/java/android/support/v4/graphics/
PathParser.java 689 * Converts an arc to cubic Bezier segments and records them in p.
691 * @param p The target for the cubic Bezier segments
715 // Maximum of 45 degrees per cubic Bezier segment
  /external/skia/src/gpu/
GrPathUtils.cpp 593 // First we convert the bezier coordinates 'pts' to power basis coefficients X,Y,W=[0 0 0 1].
754 // For the case when a cubic bezier is actually a quadratic. We duplicate k in l so that the
786 // For the case when a cubic bezier is actually a line. We set K=0, L=1, M=-line, which results in
  /frameworks/layoutlib/bridge/src/android/util/
PathParser_Delegate.java 781 * Converts an arc to cubic Bezier segments and records them in p.
783 * @param p The target for the cubic Bezier segments
    [all...]
  /external/pdfium/core/fpdfdoc/
cpvt_generateap.cpp 777 // First Bezier Curve
781 // Second Bezier Curve
785 // Third Bezier Curve
789 // Fourth Bezier Curve
    [all...]
  /external/skia/include/core/
SkPath.h 446 /** Add a quadratic bezier from the last point, approaching control point
457 /** Add a quadratic bezier from the last point, approaching control point
491 /** Add a cubic bezier from the last point, approaching control points
505 /** Add a cubic bezier from the last point, approaching control points p1
    [all...]
  /external/skia/src/gpu/ccpr/
GrCCPRCoverageProcessor.h 31 * Draw calls are instanced, with one vertex per bezier point (3 for triangles). They use the
  /frameworks/base/core/java/android/transition/
ArcMotion.java 195 // for the cubic Bezier arc path are the midpoints between a and e and e and b.
  /frameworks/base/libs/hwui/
PathTessellator.cpp 596 // TODO: use normal from bezier traversal for cap, instead of from vertices
643 // TODO: use normal from bezier traversal for cap, instead of from vertices
733 // alter the bezier recursion threshold values we calculate in order to compensate for
    [all...]
  /frameworks/support/transition/src/android/support/transition/
ArcMotion.java 195 // for the cubic Bezier arc path are the midpoints between a and e and e and b.
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
FlingAnimationUtils.java 232 * @return the y2 control point for a cubic bezier path interpolator
  /cts/tests/tests/animation/src/android/animation/cts/
PropertyValuesHolderTest.java 316 // Create a quadratic bezier curve that are symmetric about the vertical line (x = 50).
411 // Create a quadratic bezier curve that are symmetric about the vertical line (x = 50).
    [all...]
ObjectAnimatorTest.java 487 // Create a quadratic bezier curve that are symmetric about the vertical line (x = 50).
588 // Create a quadratic bezier curve that are symmetric about the vertical line (x = 50).
    [all...]
  /external/ImageMagick/Magick++/
ChangeLog     [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 706 * Add a quadratic bezier from the last point, approaching control point
745 * Add a cubic bezier from the last point, approaching control points
RoundRectangle.java 291 // Coordinates of control points for Bezier curves approximating the straight lines
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h     [all...]
  /external/ImageMagick/www/Magick++/
Drawable.html 186 <p class="western">Draw a bezier curve using the <i>stroke</i> color and based on the coordinates specified by the <i>coordinates_</i> list.</p></td></tr>
    [all...]
  /external/ImageMagick/ImageMagick/api/
drawing-wand.html 277 <p>DrawBezier() draws a bezier curve through a set of points on the image.</p>
    [all...]
  /external/ImageMagick/www/api/
drawing-wand.html 281 <p>DrawBezier() draws a bezier curve through a set of points on the image.</p>
    [all...]
drawing-wand.php 277 <p>DrawBezier() draws a bezier curve through a set of points on the image.</p>
    [all...]
  /external/google-breakpad/src/client/mac/sender/
ReporterIcon.graffle 94 <string>Bezier</string>
218 <string>Bezier</string>
338 <string>Bezier</string>
593 <string>Bezier</string>
    [all...]
  /external/skia/tests/
PathOpsCubicIntersectionTestData.cpp 58 { // intersects in one place (data gives bezier clip fits
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
CachedPathIteratorFactory.java 152 // http://stackoverflow.com/questions/11703283/cubic-bezier-curve-segment
  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 274 // the bezier curve

Completed in 2106 milliseconds

1 23 4 5