HomeSort by relevance Sort by last modified time
    Searched full:curve (Results 776 - 800 of 1077) sorted by null

<<31323334353637383940>>

  /external/skia/site/user/api/
SkPath_Reference.md 18 <a href="#Path">Path</a> contains <a href="undocumented#Line">Lines</a> and <a href="undocumented#Curve">Curves</a> which can be stroked or filled. <a href="#Contour">Contour</a> is
19 composed of a series of connected <a href="undocumented#Line">Lines</a> and <a href="undocumented#Curve">Curves</a>. <a href="#Path">Path</a> may contain zero,
21 Each <a href="undocumented#Line">Line</a> and <a href="undocumented#Curve">Curve</a> are described by <a href="#Verb">Verb</a>, <a href="SkPoint_Reference#Point">Points</a>, and optional <a href="#Conic_Weight">Conic Weight</a>.
23 Each pair of connected <a href="undocumented#Line">Lines</a> and <a href="undocumented#Curve">Curves</a> share common <a href="SkPoint_Reference#Point">Point</a>; for instance, <a href="#Path">Path</a>
30 <a href="undocumented#Line">Lines</a> and <a href="undocumented#Curve">Curves</a> with as many <a href="#Verb">Verbs</a> and <a href="SkPoint_Reference#Point">Points</a> required
43 <a href="undocumented#Line">Lines</a> and <a href="undocumented#Curve">Curves</a> is filled.
126 | <a href="#SkPath_Verb">Verb</a> | line and curve type |
127 | <a href="#Verb_Array">Verb Array</a> | line and curve type for points |
299 <a href="#Path">Path</a> iterator returns complete curve descriptions, duplicating shared <a href="SkPoint_Reference#Point">Points</a
    [all...]
  /external/skqp/site/user/api/
SkPath_Reference.md 18 <a href="#Path">Path</a> contains <a href="#Line">Lines</a> and <a href="#Curve">Curves</a> which can be stroked or filled. <a href="#Contour">Contour</a> is
19 composed of a series of connected <a href="#Line">Lines</a> and <a href="#Curve">Curves</a>. <a href="#Path">Path</a> may contain zero,
21 Each <a href="undocumented#Line">Line</a> and <a href="undocumented#Curve">Curve</a> are described by <a href="#Verb">Verb</a>, <a href="#Point">Points</a>, and optional <a href="#Conic_Weight">Conic Weight</a>.
23 Each pair of connected <a href="#Line">Lines</a> and <a href="#Curve">Curves</a> share common <a href="SkPoint_Reference#Point">Point</a>; for instance, <a href="#Path">Path</a>
30 <a href="#Line">Lines</a> and <a href="#Curve">Curves</a> with as many <a href="#Verb">Verbs</a> and <a href="#Point">Points</a> required
43 <a href="#Line">Lines</a> and <a href="#Curve">Curves</a> is filled.
120 | <a href="#SkPath_Verb">Verb</a> | line and curve type |
121 | <a href="#Verb_Array">Verb Array</a> | line and curve type for points |
293 <a href="#Path">Path</a> iterator returns complete curve descriptions, duplicating shared <a href="#Point">Points</a
    [all...]
  /external/freetype/src/base/
ftstroke.c 303 FT_STROKE_TAG_ON = 1, /* on-curve point */
    [all...]
  /external/freetype/src/psaux/
pshints.c     [all...]
  /external/skia/docs/
SkPath_Reference.bmh 14 Each Line and Curve are described by Verb, Points, and optional Conic_Weight.
220 #Line # line and curve type ##
271 Path iterator returns complete curve descriptions, duplicating shared Points
    [all...]
  /external/skia/experimental/docs/
svgbaseddoc.htm 167 A curve span may cover more
422 case 'Q': // Quadratic Bezier Curve
679 { fillText:"A curve span may cover more" } );
    [all...]
  /external/skqp/docs/
SkPath_Reference.bmh 14 Each Line and Curve are described by Verb, Points, and optional Conic_Weight.
220 #Line # line and curve type ##
271 Path iterator returns complete curve descriptions, duplicating shared Points
    [all...]
  /external/skqp/experimental/docs/
svgbaseddoc.htm 167 A curve span may cover more
422 case 'Q': // Quadratic Bezier Curve
679 { fillText:"A curve span may cover more" } );
    [all...]
  /frameworks/base/media/java/android/media/
MediaFormat.java     [all...]
  /prebuilts/go/darwin-x86/doc/
go1.5.html 870 These names provide a safer way to select a curve, as opposed to
871 selecting its bit size, for cryptographic systems that are curve-dependent.
877 now verifies that the point is actually on the curve.
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256.go 43 func (curve p256Curve) Params() *CurveParams {
44 return curve.CurveParams
814 // Elements of the elliptic curve group are represented in Jacobian
    [all...]
  /prebuilts/go/linux-x86/doc/
go1.5.html 870 These names provide a safer way to select a curve, as opposed to
871 selecting its bit size, for cryptographic systems that are curve-dependent.
877 now verifies that the point is actually on the curve.
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256.go 43 func (curve p256Curve) Params() *CurveParams {
44 return curve.CurveParams
814 // Elements of the elliptic curve group are represented in Jacobian
    [all...]
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libexif.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/
libexif.so 
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libexif.so 
  /external/skqp/src/core/
SkPath.cpp     [all...]
  /external/ImageMagick/ImageMagick/api/
morphology.html 136 <dd> Gaussian:{radius},{sigma} Generate a two-dimensional gaussian kernel, as used by -gaussian. The sigma for the curve is required. The resulting kernel is normalized, </dd>
154 <dd> Comet:{width},{sigma},{angle} Blur in one direction only, much like how a bright object leaves a comet like trail. The Kernel is actually half a gaussian curve, Adding two such blurs in opposite directions produces a Blur Kernel. Angle can be rotated in multiples of 90 degrees. </dd>
    [all...]
  /external/ImageMagick/www/api/
morphology.html 140 <dd> Gaussian:{radius},{sigma} Generate a two-dimensional gaussian kernel, as used by -gaussian. The sigma for the curve is required. The resulting kernel is normalized, </dd>
158 <dd> Comet:{width},{sigma},{angle} Blur in one direction only, much like how a bright object leaves a comet like trail. The Kernel is actually half a gaussian curve, Adding two such blurs in opposite directions produces a Blur Kernel. Angle can be rotated in multiples of 90 degrees. </dd>
    [all...]
morphology.php 136 <dd> Gaussian:{radius},{sigma} Generate a two-dimensional gaussian kernel, as used by -gaussian. The sigma for the curve is required. The resulting kernel is normalized, </dd>
154 <dd> Comet:{width},{sigma},{angle} Blur in one direction only, much like how a bright object leaves a comet like trail. The Kernel is actually half a gaussian curve, Adding two such blurs in opposite directions produces a Blur Kernel. Angle can be rotated in multiples of 90 degrees. </dd>
    [all...]
  /external/boringssl/src/crypto/evp/
evp_tests.txt 67 # The same as above, but with the curve explicitly spelled out.
72 # The same as above, but with trailing data after the curve name.
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
ConscryptEngine.java 285 * TLS Channel ID). The private key must be an Elliptic Curve (EC) key based on the NIST
286 * P-256 curve (aka SECG secp256r1 or ANSI X9.62 prime256v1).
    [all...]
  /external/dng_sdk/source/
dng_negative.h     [all...]
  /external/opencv/cv/include/
cv.h 714 /* Approximates a single polygonal curve (contour) or
732 CVAPI(double) cvArcLength( const void* curve,
    [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp     [all...]

Completed in 1025 milliseconds

<<31323334353637383940>>