HomeSort by relevance Sort by last modified time
    Searched full:edge (Results 676 - 700 of 3660) sorted by null

<<21222324252627282930>>

  /external/opencv3/samples/cpp/
laplace.cpp 15 "\nThis program demonstrates Laplace point/edge detection using OpenCV function Laplacian()\n"
  /external/opencv3/samples/cpp/tutorial_code/ImgTrans/
HoughLines_Demo.cpp 52 /// Apply Canny edge detector
  /external/pdfium/third_party/lcms2-2.6/src/
cmssm.c 247 if (sN < 0.0) { // sc < 0 => the s=0 edge is visible
253 else if (sN > sD) { // sc > 1 => the s=1 edge is visible
260 if (tN < 0.0) { // tc < 0 => the t=0 edge is visible
263 // recompute sc for this edge
273 else if (tN > tD) { // tc > 1 => the t=1 edge is visible
277 // recompute sc for this edge
482 cmsLine edge; local
519 LineOf2Points(&edge, &a1, &a2);
522 ClosestLineToLine(&temp, &ray, &edge);
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fwltheme.cpp 398 CXFA_Edge edge = borderUI.GetEdge(0); local
399 if (edge) {
400 cr = edge.GetColor();
401 fWidth = edge.GetThickness();
  /external/skia/src/core/
SkDistanceFieldGen.h 16 // SK_DistanceFieldMagnitude texels away from any edge
  /external/skia/src/gpu/effects/
GrConvexPolyEffect.h 31 * edges is a set of n edge equations where n is limited to kMaxEdges. It contains 3*n values.
  /external/skia/tests/
ParsePathTest.cpp 22 // edge, even if it is not in the path.
RectTest.cpp 43 // right stroke edge should bleed into the visible area
TessellatingPathRendererTests.cpp 21 // Also tests active edge list forced into an invalid ordering by
161 // a split edge must remain active.
176 // Handle the case where edge.dist(edge.fTop) != 0.0.
  /external/v8/src/compiler/
js-inlining.cc 154 for (Edge edge : start->use_edges()) {
155 Node* use = edge.from();
180 if (NodeProperties::IsEffectEdge(edge)) {
181 edge.UpdateTo(effect);
182 } else if (NodeProperties::IsControlEdge(edge)) {
183 edge.UpdateTo(control);
184 } else if (NodeProperties::IsFrameStateEdge(edge)) {
185 edge.UpdateTo(frame_state);
  /external/v8/test/unittests/compiler/
escape-analysis-unittest.cc 112 for (Edge edge : graph()->end()->input_edges()) {
113 if (NodeProperties::IsControlEdge(edge)) {
114 edge.UpdateTo(control_);
  /external/valgrind/helgrind/tests/
annotate_hbefore.c 2 /* Program which uses a happens-before edge to coordinate an access to
3 variable 'shared_var' between two threads. The h-b edge is created
383 do_signal(w); // cause h-b edge to second thread
392 do_wait(w); // wait for h-b edge from first thread
  /external/vulkan-validation-layers/libs/glm/detail/
intrinsic_common.hpp 75 __m128 sse_stp_ps(__m128 edge, __m128 x);
  /frameworks/base/core/java/android/text/style/
ReplacementSpan.java 53 * @param x Edge of the replacement closest to the leading margin.
  /frameworks/base/core/java/android/view/animation/
ScaleAnimation.java 166 * edge. (This point remains fixed while the object changes size.)
169 * edge. (This point remains fixed while the object changes size.)
200 * left edge. (This point remains fixed while the object changes
208 * top edge. (This point remains fixed while the object changes
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
LinearLayoutGridTest.java 31 * This exercises some edge cases of {@link android.view.FocusFinder}.
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchStackFromBottomManyTest.java 83 assertEquals("Last item is not touching the bottom edge",
  /frameworks/base/packages/SystemUI/res/values-sw720dp/
dimens.xml 29 <!-- Bottom margin (from display edge) for status bar panels -->
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
AppIconDragShadowBuilder.java 43 // Shift the drag shadow up slightly because the apps are at the bottom edge of the
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/raw/
detail_example.json 71 "title": "Edge of Tomorrow",
music_example.json 71 "title": "Edge of Tomorrow",
  /frameworks/support/v7/gridlayout/res/values/
attrs.xml 176 edge, a bottom gravity will clip the top edge, and neither will clip both edges.
183 edge, a right gravity will clip the left edge, and neither will clip both edges.
  /hardware/bsp/intel/peripheral/libmraa/src/gpio/
gpio.c 420 snprintf(filepath, MAX_SIZE, SYSFS_CLASS_GPIO "/gpio%d/edge", dev->pin);
422 int edge = open(filepath, O_RDWR); local
423 if (edge == -1) {
424 syslog(LOG_ERR, "gpio: Failed to open edge for writing");
444 close(edge);
447 if (write(edge, bu, length * sizeof(char)) == -1) {
448 syslog(LOG_ERR, "gpio: Failed to write to edge");
449 close(edge);
453 close(edge);
  /packages/apps/Calendar/res/values/
integers.xml 25 <!-- margin between the day number and the edge of the day in month view -->
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
CameraCaptureSessionProxy.java 35 * a checked exception, forcing callers to explicitly handle this edge case.

Completed in 1016 milliseconds

<<21222324252627282930>>