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

<<21222324252627282930>>

  /external/ImageMagick/www/
magick-vector-graphics.html 373 <td><code>Bezier</code> (spline) requires three or more x,y coordinates to define its shape. The first and last points are the knots (preserved coordinates) and any intermediate coordinates are the control points. If two control points are specified, the line between each end knot and its sequentially respective control point determines the tangent direction of the curve at that end. If one control point is specified, the lines from the end knots to the one control point determines the tangent directions of the curve at each end. If more than two control points are specified, then the additional control points act in combination to determine the intermediate shape of the curve. In order to draw complex curves, it is highly recommended either to use the <code>Path</code> primitive or to draw multiple four-point bezier segments with the start and end knots of each successive segment repeated. </td>
  /external/pdfium/third_party/lcms/src/
cmsio1.c 414 // given by Y on XYZ PCS and by L* on Lab PCS, Both across inverse TRC curve.
415 // The complete pipeline on XYZ is Matrix[3:1] -> Tone curve and in Lab Matrix[3:1] -> Tone Curve as well.
    [all...]
  /external/pdfium/third_party/libtiff/
tiff.h 245 #define TIFFTAG_GRAYRESPONSEUNIT 290 /* $gray scale curve accuracy */
251 #define TIFFTAG_GRAYRESPONSECURVE 291 /* $gray scale response curve */
265 #define TIFFTAG_COLORRESPONSEUNIT 300 /* $color curve accuracy */
    [all...]
  /external/skia/src/gpu/effects/
GrDistanceFieldGeoProc.cpp 151 // The smoothstep falloff compensates for the non-linear sRGB response curve. If we are
438 // The smoothstep falloff compensates for the non-linear sRGB response curve. If we are
    [all...]
  /external/skia/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 33 // AA stroke around the center-curve. See comments in push_quad_index_buffer and
47 // 1-pixel wide area around the curve is inside the poly.
136 // found along the curve segment it will return 1 and
    [all...]
  /external/skqp/src/gpu/effects/
GrDistanceFieldGeoProc.cpp 151 // The smoothstep falloff compensates for the non-linear sRGB response curve. If we are
430 // The smoothstep falloff compensates for the non-linear sRGB response curve. If we are
    [all...]
  /external/skqp/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 33 // AA stroke around the center-curve. See comments in push_quad_index_buffer and
47 // 1-pixel wide area around the curve is inside the poly.
136 // found along the curve segment it will return 1 and
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
FlingUpDownMethod.java 786 Interpolator curve = local
791 puckUp.setInterpolator(curve);
801 curve);
    [all...]
  /prebuilts/misc/common/nimbus-jose-jwt/
nimbus-jose-jwt-4.33-javadoc.jar 
  /cts/apps/CameraITS/pymodules/its/
target.py 72 req["android.tonemap.curve"] = {
  /cts/apps/CameraITS/tests/
tutorial.py 149 # is basically a tonemap, and can be used to implement a gamma curve.
  /cts/tests/camera/src/android/hardware/camera2/cts/
CaptureRequestTest.java 104 // Linear tone mapping curve example.
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
VolumeShaperTest.java 352 Log.d(TAG, TEST_NAME + " configuration builder should throw ISE if no curve specified");
365 Log.d(TAG, TEST_NAME + " configuration builder should IAE on invalid curve");
    [all...]
  /development/samples/TtsEngine/src/com/example/android/ttsengine/
RobotSpeakTtsService.java 263 // For a square curve, half of the values will be at Short.MIN_VALUE
  /development/vndk/tools/definition-tool/assets/visual/
dep-graph.js 12 line.curve(d3.curveBundle.beta(0.85));
  /external/adhd/cras/src/server/
cras_system_state.c 117 /* Directory for volume curve configs.
cras_system_state.h 9 * The value will be mapped to dB by the active device as it will know its curve
  /external/adhd/scripts/mic_testing/frontend/
audio.js 255 * Loads sample file to draw frequency response curve into canvas
  /external/adhd/scripts/volume_tuning/
volume.js 74 var canvas = document.getElementById('curve');
  /external/boringssl/src/crypto/fipsmodule/ec/
ec_montgomery.c 64 * The elliptic curve binary polynomial software is originally written by
oct.c 64 * The elliptic curve binary polynomial software is originally written by
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyAgreementSpi.java 45 * Diffie-Hellman key agreement using elliptic curve keys, ala IEEE P1363
  /external/dng_sdk/source/
dng_opcodes.h 404 /// such as a global tone curve.
  /external/lmfit/man/
lmmin.pod 39 For applications in curve fitting, the wrapper function B<lmcurve(3)> offers a simplified API.
  /external/pdfium/core/fpdfdoc/
cpvt_generateap.cpp 568 // First Bezier Curve
572 // Second Bezier Curve
576 // Third Bezier Curve
580 // Fourth Bezier Curve
    [all...]

Completed in 1272 milliseconds

<<21222324252627282930>>