HomeSort by relevance Sort by last modified time
    Searched full:intersections (Results 26 - 50 of 153) sorted by null

12 3 4 5 6 7

  /frameworks/support/cardview/res/values/
attrs.xml 32 <!-- Add padding to CardView on v20 and before to prevent intersections between the Card content and rounded corners. -->
  /prebuilts/sdk/current/support/v7/cardview/res/values/
values.xml 19 <!-- Add padding to CardView on v20 and before to prevent intersections between the Card content and rounded corners. -->
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.h 39 /* Initial 3 verts, plus at most 6 additional verts from intersections
40 * with fixed planes, plus at most 8 additional verts from intersections
  /external/replicaisland/src/com/replica/replicaisland/
HotSpotSystem.java 96 //TOOD: take a region? how do we deal with multiple hot spot intersections?
110 //TOOD: take a region? how do we deal with multiple hot spot intersections?
  /external/skia/tests/
PathOpsCubicIntersectionTest.cpp 404 SkIntersections intersections; local
405 intersections.intersect(c1, c2);
414 if (coin && intersections.used() < 2) {
417 REPORTER_ASSERT(reporter, !coin || intersections.used() >= 2);
420 for (int pt3 = 0; pt3 < intersections.used(); ++pt3) {
421 tt1 = intersections[0][pt3];
423 tt2 = intersections[1][pt3];
425 const SkDPoint& iPt = intersections.pt(pt3);
PathOpsQuadIntersectionTestData.cpp 94 { // four intersections
  /external/skqp/tests/
PathOpsCubicIntersectionTest.cpp 403 SkIntersections intersections; local
404 intersections.intersect(c1, c2);
413 if (coin && intersections.used() < 2) {
416 REPORTER_ASSERT(reporter, !coin || intersections.used() >= 2);
419 for (int pt3 = 0; pt3 < intersections.used(); ++pt3) {
420 tt1 = intersections[0][pt3];
422 tt2 = intersections[1][pt3];
424 const SkDPoint& iPt = intersections.pt(pt3);
PathOpsQuadIntersectionTestData.cpp 94 { // four intersections
  /external/clang/test/Analysis/
NewDelete-intersections.mm 12 // Check for intersections with unix.Malloc and unix.MallocWithAnnotations
  /external/eigen/test/
geo_parametrizedline.cpp 53 // intersections
  /external/skia/src/core/
SkLineClipper.cpp 110 // now compute Y intersections
186 // now compute intersections
SkGlyph.h 137 SkScalar fInterval[2]; // the outside intersections of the axis and the glyph
  /external/skqp/src/core/
SkLineClipper.cpp 110 // now compute Y intersections
186 // now compute intersections
SkGlyph.h 137 SkScalar fInterval[2]; // the outside intersections of the axis and the glyph
  /external/tensorflow/tensorflow/core/util/
tensor_slice_set.cc 78 // intersections cover the entire slice. We rely on the fact that the
135 // intersections cover the entire slice. We rely on the fact that the
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
RectRegion.java 29 * intersections with other RectRegion instances.
  /external/opencv/cvaux/src/
extendededges.cpp 199 if( writing ) //if were not self intersections
  /external/skia/src/gpu/ccpr/
GrCCGeometry.h 79 // We pass through inflection points and loop intersections using a line and quadratic(s)
  /external/skia/src/pathops/
SkIntersections.cpp 36 // For now, don't allow a mix of coincident and non-coincident intersections
SkPathOpsSimplify.cpp 187 // find all intersections between segments
  /external/skqp/src/gpu/ccpr/
GrCCGeometry.h 78 // We pass through inflection points and loop intersections using a line and quadratic(s)
  /external/skqp/src/pathops/
SkIntersections.cpp 36 // For now, don't allow a mix of coincident and non-coincident intersections
SkPathOpsSimplify.cpp 187 // find all intersections between segments
  /external/vixl/doc/
changelog.md 48 + Provide helpers to create CPURegList from list unions or intersections.
  /frameworks/base/libs/hwui/pipeline/skia/
ReorderBarrierDrawables.cpp 176 SkPath tmpPath; // holds temporary SkPath to store the result of intersections

Completed in 1036 milliseconds

12 3 4 5 6 7