Searched refs:clockwise (Results 1 – 25 of 70) sorted by relevance
123
/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/ |
D | detections.proto | 40 // `kLeftBottom` (i.e. the image will be rotated 90° clockwise during 41 // preprocessing to make it "upright"), then the same 90° clockwise rotation
|
D | segmentations.proto | 55 // (i.e. the image will be rotated 90° clockwise during preprocessing to 62 // * then rotated 90° clockwise.
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | removeOverlaps.py | 96 path2 = pathops.simplify(path, clockwise=path.clockwise)
|
/external/skqp/experimental/canvaskit/ |
D | CHANGELOG.md | 51 - `SkPath.addRect` now correctly draws counter-clockwise vs clockwise.
|
/external/libcups/data/ |
D | raster.defs | 20 #define CUPS_ORIENT_90 1 /* Rotate the page counter-clockwise */ 22 #define CUPS_ORIENT_270 3 /* Rotate the page clockwise */
|
/external/skqp/experimental/docs/ |
D | svgBackend.js | 144 var clockwise = 1; // to do; work in general case 145 dString += " A" + v[4] + "," + v[4] + " 0 0," + clockwise + " "
|
/external/skia/experimental/docs/ |
D | svgBackend.js | 144 var clockwise = 1; // to do; work in general case 145 dString += " A" + v[4] + "," + v[4] + " 0 0," + clockwise + " "
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_AudioSpectrogram.pbtxt | 51 clockwise from a typical spectrogram. Time is descending down the Y axis, and
|
/external/mesa3d/docs/_extra/specs/OLD/ |
D | MESA_sprite_point.spec | 124 counter-clockwise around the quadrilateral, then the vertex and
|
/external/skqp/docs/ |
D | SkPath_Reference.bmh | 140 #Line # contour orientation, clockwise or counterclockwise ## 144 #Line # sets Contour clockwise or counterclockwise ## 153 Direction describes whether Contour is clockwise or counterclockwise. 159 will change dashed results as it steps clockwise or counterclockwise. 162 kCW_Direction travel clockwise; the same added with kCCW_Direction 166 #Line # contour travels clockwise ## 485 fills if the sum of Contour edges is not zero, where clockwise edges add one, and 495 The top row has two clockwise rectangles. The second row has one clockwise and 703 Path is concave when either at least one Direction change is clockwise and 2360 describes Arc as a piece of Oval, beginning at start angle, sweeping clockwise or counterclockwise, [all …]
|
D | spelling.txt | 31 clockwise close closed closely closes closest clusters code codec codes collapse collects colored
|
/external/python/cpython2/Mac/Modules/cg/ |
D | _CGmodule.c | 441 int clockwise; in CGContextRefObj_CGContextAddArc() local 448 &clockwise)) in CGContextRefObj_CGContextAddArc() 456 clockwise); in CGContextRefObj_CGContextAddArc()
|
/external/python/cpython2/Demo/turtle/ |
D | about_turtle.txt | 13 command turtle.right(25), and it rotates in-place 25 degrees clockwise.
|
/external/skqp/site/user/modules/ |
D | pathkit.md | 429 clockwise from the positive x axis and in radians. <br> 431 counter-clockwise between **startAngle** and **endAngle** instead of 432 clockwise, the default. 507 counter-clockwise between **startAngle** and **endAngle** instead of 508 clockwise, the default.
|
/external/skia/site/docs/user/modules/ |
D | pathkit.md | 453 start and end of the angle, measured clockwise from the positive x axis and in 455 should be drawn counter-clockwise between **startAngle** and **endAngle** 456 instead of clockwise, the default. 542 optional argument specifying if the ellipse should be drawn counter-clockwise 543 between **startAngle** and **endAngle** instead of clockwise, the default.
|
/external/mesa3d/docs/gallium/cso/ |
D | rasterizer.rst | 99 counter-clockwise (TRUE) or clockwise (FALSE).
|
/external/skia/modules/canvaskit/ |
D | CHANGELOG.md | 238 starting in the upper left corner and going clockwise. This change allows for faster 244 determining clockwise or counter-clockwise directionality. 791 - `SkPath.addRect` now correctly draws counter-clockwise vs clockwise.
|
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/skqp/ |
D | rendertests.txt | 133 clockwise,-1
|
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/gmkb/ |
D | models.txt | 129 clockwise
|
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/ |
D | README.md | 108 left. Perform the gestures "WING", "RING"(clockwise), and "SLOPE", and you 418 Keep the chip face up, do magic gestures "WING", "RING"(clockwise), and "SLOPE"
|
/external/skqp/site/user/api/ |
D | SkPath_Reference.md | 337 …</a> describes whether <a href='SkPath_Overview#Contour'>Contour</a> is clockwise or counterclockw… 343 will change dashed results as it steps clockwise or counterclockwise. 346 <a href='#SkPath_kCW_Direction'>kCW_Direction</a> travel clockwise; the same added with <a href='#S… 359 contour travels clockwise</td> 719 … <a href='SkPath_Overview#Contour'>Contour</a> edges is not zero, where clockwise edges add one, a… 728 …377d808799f2453edabaf5"><div>The top row has two clockwise rectangles. The second row has one cloc… 912 … concave when either at least one <a href='#SkPath_Direction'>Direction</a> change is clockwise and 2777 …a href='undocumented#Oval'>Oval</a>, beginning at start angle, sweeping clockwise or counterclockw… 2843 positive x-axis, and positive sweeps extends <a href='undocumented#Arc'>arc</a> clockwise. 2858 <td>sweep, in degrees. Positive is clockwise; treated modulo 360</td> [all …]
|
/external/skqp/gn/ |
D | gm.gni | 76 "$_gm/clockwise.cpp",
|
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/ |
D | lite_support.md | 195 // Rotation counter-clockwise in 90 degree increments
|
/external/skia/gn/ |
D | gm.gni | 84 "$_gm/clockwise.cpp",
|
/external/python/cpython2/Doc/library/ |
D | turtle.rst | 24 ``turtle.right(25)``, and it rotates in-place 25 degrees clockwise. 447 positive, otherwise in clockwise direction. Finally the direction of the 1719 "logo" upward (north) clockwise
|
123