/external/skqp/src/gpu/ops/ |
GrAAConvexTessellator.cpp | 536 // For very shallow angles all the corner points could fuse. 556 // For very shallow angles all the corner points could fuse 561 // The two triangles for the corner 584 // For very shallow angles all the corner points could fuse 590 // The two triangles for the corner [all...] |
GrAAConvexPathRenderer.cpp | 47 // is the corner where the previous segment meets this segment 166 // corner wedges 386 // FIXME: These tris are inset in the 1 unit arc around the corner [all...] |
/external/skia/include/core/ |
SkPath.h | [all...] |
SkCanvas.h | 272 @param origin storage for SkCanvas top layer origin, its top-left corner; [all...] |
SkPaint.h | 621 /** The limit at which a sharp corner is drawn beveled. 627 /** The limit at which a sharp corner is drawn beveled. 669 radius equal to the stroke width on top of the corner. Choose bevel join to minimally 677 /** Extends the outside corner to the extent allowed by miter limit. 682 /** Adds a circle with a diameter of stroke width at the sharp corner. */ 684 kBevel_Join, //!< Connects the outside edges of the sharp corner. [all...] |
/external/skqp/include/core/ |
SkPath.h | [all...] |
SkCanvas.h | 276 @param origin storage for SkCanvas top layer origin, its top-left corner; [all...] |
SkPaint.h | 622 /** The limit at which a sharp corner is drawn beveled. 628 /** The limit at which a sharp corner is drawn beveled. 668 radius equal to the stroke width on top of the corner. Choose bevel join to minimally 676 /** Extends the outside corner to the extent allowed by miter limit. 681 /** Adds a circle with a diameter of stroke width at the sharp corner. */ 683 kBevel_Join, //!< Connects the outside edges of the sharp corner. [all...] |
/frameworks/base/core/java/android/widget/ |
PopupWindow.java | [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 613 /*Compute the Harris corner strength of the chunk [left,top,right,bottom] of img and 650 /*Filter gxx,gxy,gyy horizontally and compute corner response s*/ 655 /*Compute the Harris corner strength of the chunk [left,top,left+123,bottom] of img and 690 /*Filter gxx,gxy,gyy horizontally and compute corner response s*/ 696 /*Compute Harris corner strength of img. Strength is returned for the region 719 /*Compute Harris corner strength of img. Strength is returned for the region [all...] |
/external/skia/site/user/api/ |
SkPath_Reference.md | 185 | <a href="#SkPath_addRoundRect">addRoundRect</a> | adds one <a href="#Contour">Contour</a> containing <a href="undocumented#Round_Rect">Round Rect</a> with common corner radii | [all...] |
/external/skqp/site/user/api/ |
SkPath_Reference.md | 176 | <a href="#SkPath_addRoundRect">addRoundRect</a> | adds one <a href="#Contour">Contour</a> containing <a href="undocumented#Round_Rect">Round Rect</a> with common corner radii | [all...] |
/external/deqp/modules/gles31/functional/ |
es31fSRGBDecodeTests.cpp | [all...] |
/external/libjpeg-turbo/ |
jquant2.c | 644 /* Compute true coordinates of update box's upper corner and center. 645 * Actually we compute the coordinates of the center of the upper-corner 842 int minc0, minc1, minc2; /* lower left corner of update box */ [all...] |
/external/strace/ |
NEWS | 53 * Fixed corner cases in handling of strace -ff -ttt logs by strace-log-merge. 187 * Fixed corner cases in decoding of old sigaction syscall. 244 * Fixed corner cases of printing inaccessible times argument of utimes 306 * Fixed corner cases in decoding of exit, exit_group, futimesat, getgroups, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
cursesw.h | 882 // Column of top left corner relative to stdscr 885 // Line of top left corner relative to stdscr 888 // Column of top left corner relative to stdscr 891 // Line of top left corner relative to stdscr 919 // Move window to new position with the new position as top left corner. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RelativeLayoutConversionHelper.java | [all...] |
/external/eigen/Eigen/src/LU/ |
FullPivLU.h | 516 // biggest coefficient in the remaining bottom-right corner (starting at row k, col k) 524 row_of_biggest_in_corner += k; // correct the values! since they were computed in the corner, 558 // bottom-right corner by Gaussian elimination. [all...] |
/external/iproute2/man/man7/ |
tc-hfsc.7 | 40 \- see section CORNER CASES for examples. 225 potentially undesired situations (see CORNER CASES for examples). This wasn't 370 .SH "CORNER CASES"
|
/external/python/cpython2/Doc/howto/ |
curses.rst | 151 in the order *y,x*, and the top-left corner of a window is coordinate (0,0). 196 left corner of the displayed section is coordinate (0,0) on the pad. Beyond 250 upper left corner of a box (handy for drawing borders).
|
/external/skia/src/gpu/ops/ |
GrAAConvexPathRenderer.cpp | 47 // is the corner where the previous segment meets this segment 166 // corner wedges 386 // FIXME: These tris are inset in the 1 unit arc around the corner [all...] |
/external/skia/tests/ |
PathOpsAngleIdeas.cpp | 263 SkDVector corner[4] = { local 270 for (unsigned index = 0; index < SK_ARRAY_COUNT(corner); ++index) { 271 max = SkTMax(max, corner[index].length()); [all...] |
/external/skqp/tests/ |
PathOpsAngleIdeas.cpp | 263 SkDVector corner[4] = { local 270 for (unsigned index = 0; index < SK_ARRAY_COUNT(corner); ++index) { 271 max = SkTMax(max, corner[index].length()); [all...] |
/external/wayland/protocol/ |
wayland.xml | [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/ |
StillCaptureTest.java | [all...] |