/external/skia/gm/ |
bigrrectaaeffect.cpp | 125 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeOval(SkRect::MakeIWH(kSize - 1, kSize - 10)), "ellipse"); )
|
/external/skqp/gm/ |
bigrrectaaeffect.cpp | 125 DEF_GM( return new BigRRectAAEffectGM (SkRRect::MakeOval(SkRect::MakeIWH(kSize - 1, kSize - 10)), "ellipse"); )
|
/frameworks/native/include/android/ |
input.h | 448 * - For a touch screen, reports the length of the major axis of an ellipse that 451 * - For a touch pad, reports the length of the major axis of an ellipse that 459 * - For a touch screen, reports the length of the minor axis of an ellipse that 462 * - For a touch pad, reports the length of the minor axis of an ellipse that 472 * - For a touch screen, reports the length of the major axis of an ellipse that 474 * - For a touch pad, reports the length of the major axis of an ellipse that 487 * - For a touch screen, reports the length of the minor axis of an ellipse that 489 * - For a touch pad, reports the length of the minor axis of an ellipse that [all...] |
/external/skia/src/svg/ |
SkSVGDevice.cpp | 687 AutoElement ellipse("ellipse", fWriter, fResourceBucket.get(), MxCp(this), paint); 688 ellipse.addAttribute("cx", oval.centerX()); 689 ellipse.addAttribute("cy", oval.centerY()); 690 ellipse.addAttribute("rx", oval.width() / 2); 691 ellipse.addAttribute("ry", oval.height() / 2);
|
/external/skqp/src/svg/ |
SkSVGDevice.cpp | 660 AutoElement ellipse("ellipse", fWriter, fResourceBucket.get(), MxCp(this), paint); 661 ellipse.addAttribute("cx", oval.centerX()); 662 ellipse.addAttribute("cy", oval.centerY()); 663 ellipse.addAttribute("rx", oval.width() / 2); 664 ellipse.addAttribute("ry", oval.height() / 2);
|
/external/opencv/cvaux/include/ |
cvvidsurv.hpp | 712 enum {RECT, ELLIPSE} shape; 718 { CvDrawShape::ELLIPSE, CV_RGB(255,0,0) }, 719 { CvDrawShape::ELLIPSE, CV_RGB(0,255,0) }, 720 { CvDrawShape::ELLIPSE, CV_RGB(0,0,255) }, 721 { CvDrawShape::ELLIPSE, CV_RGB(255,255,0) }, 722 { CvDrawShape::ELLIPSE, CV_RGB(0,255,255) }, 723 { CvDrawShape::ELLIPSE, CV_RGB(255,0,255) } [all...] |
/external/ImageMagick/ImageMagick/script/ |
compose.html | 598 with an ellipse (typically a circle) of the given sigma size, scaled 602 width of the ellipse, while the green channel will modulate the height 603 of the ellipse. If a single Angle value is given in the arguments, 604 then the ellipse will then be rotated by the angle specified. 607 However if a second ellipse angle is given, then it is assumed that 608 the blue channel defines a variable angle for the ellipse ranging from
|
/external/ImageMagick/www/ |
compose.html | 602 with an ellipse (typically a circle) of the given sigma size, scaled 606 width of the ellipse, while the green channel will modulate the height 607 of the ellipse. If a single Angle value is given in the arguments, 608 then the ellipse will then be rotated by the angle specified. 611 However if a second ellipse angle is given, then it is assumed that 612 the blue channel defines a variable angle for the ellipse ranging from
|
/external/ImageMagick/ |
AUTHORS.txt | 91 New ellipse clamping method and vertical/horizontal line preserving
|
/external/autotest/client/deps/glbench/src/ |
windowmanagertest.cc | 39 // Fill with soft ellipse
|
/external/autotest/client/site_tests/graphics_Sanity/ |
graphics_Sanity.py | 99 """Draws a texture with a soft ellipse twice and captures each image.
|
/external/autotest/client/bin/input/ |
linux_input.py | 775 ABS_MT_TOUCH_MAJOR = 0x30 # Major axis of touching ellipse 777 ABS_MT_WIDTH_MAJOR = 0x32 # Major axis of approaching ellipse 779 ABS_MT_ORIENTATION = 0x34 # Ellipse orientation 780 ABS_MT_POSITION_X = 0x35 # Center X ellipse position 781 ABS_MT_POSITION_Y = 0x36 # Center Y ellipse position [all...] |
/external/opencv/cv/src/ |
cvshapedescr.cpp | 898 ///////////////// extract ellipse axes from above values //////////////// 901 1) find center of ellipse 935 // offset ellipse to (x0,y0) 951 // extract axis of ellipse 1053 // now use general-form parameters A - E to find the ellipse center: [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
input.h | 772 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */ 774 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ 776 #define ABS_MT_ORIENTATION 0x34 /* Ellipse orientation */ 777 #define ABS_MT_POSITION_X 0x35 /* Center X ellipse position */ 778 #define ABS_MT_POSITION_Y 0x36 /* Center Y ellipse position */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d2d1.h | 782 STDMETHOD_(void, DrawEllipse)(const D2D1_ELLIPSE *ellipse, ID2D1Brush *brush, FLOAT strokeWidth = 1.0f, ID2D1StrokeStyle *strokeStyle = NULL) PURE; 783 STDMETHOD_(void, FillEllipse)(const D2D1_ELLIPSE *ellipse, ID2D1Brush *brush) PURE; [all...] |
/external/skia/include/core/ |
SkPath.h | 780 /** Append arc to SkPath. Arc added is part of ellipse [all...] |
/external/skqp/include/core/ |
SkPath.h | [all...] |
/frameworks/base/core/java/android/view/ |
MotionEvent.java | 610 * <li>For a touch screen, reports the length of the major axis of an ellipse that 613 * <li>For a touch pad, reports the length of the major axis of an ellipse that 631 * <li>For a touch screen, reports the length of the minor axis of an ellipse that 634 * <li>For a touch pad, reports the length of the minor axis of an ellipse that 654 * <li>For a touch screen, reports the length of the major axis of an ellipse that 656 * <li>For a touch pad, reports the length of the major axis of an ellipse that 679 * <li>For a touch screen, reports the length of the minor axis of an ellipse that 681 * <li>For a touch pad, reports the length of the minor axis of an ellipse that [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_matching.h | 192 * in a ellipse around a feature of radius max_disparity*im_width by max_disparity*im_height.
|
/external/kernel-headers/original/uapi/linux/ |
input-event-codes.h | 747 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */ 749 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ 751 #define ABS_MT_ORIENTATION 0x34 /* Ellipse orientation */
|
/prebuilts/go/darwin-x86/doc/gopher/ |
favicon.svg | 71 <ellipse 81 <ellipse 185 <ellipse
|
/prebuilts/go/linux-x86/doc/gopher/ |
favicon.svg | 71 <ellipse 81 <ellipse 185 <ellipse
|
/external/mesa3d/src/mesa/swrast/ |
s_texfilter.c | [all...] |
/external/ImageMagick/MagickCore/ |
identify.c | 370 n+=FormatLocaleFile(file," Ellipse Semi-Major/Minor axis: %.*g,%.*g\n", 373 n+=FormatLocaleFile(file," Ellipse angle: %.*g\n", 375 n+=FormatLocaleFile(file," Ellipse eccentricity: %.*g\n", 377 n+=FormatLocaleFile(file," Ellipse intensity: %.*g (%.*g)\n", [all...] |
/external/freetype/include/freetype/internal/ |
ftcalc.h | 330 * ellipse defined by the neighbor focal points to be more precise.
|