HomeSort by relevance Sort by last modified time
    Searched full:concave (Results 1 - 14 of 14) sorted by null

  /external/skia/samplecode/
SampleConcavePaths.cpp 48 // Concave test
58 // Reverse concave test
82 // "fake" bowtie (concave, but no intersection)
96 // Fish test (intersection/concave)
  /external/skia/src/core/
SkConcaveToTriangles.h 18 // The polygon can be convex or concave, and can have holes or multiple contours
SkConcaveToTriangles.cpp 161 enum VertexType { MONOTONE, CONVEX, CONCAVE };
473 type = CONCAVE;
484 type = CONCAVE;
486 *e1 = prev(); // concave on the right
488 type = CONCAVE;
489 *e0 = prev(); // concave to the left
525 type = CONCAVE;
527 *e1 = this; // concave on the right
529 type = CONCAVE;
530 *e0 = this; // concave on the left - defe
    [all...]
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_util_DebugShapeFactory.cpp 93 btConcaveShape* concave = reinterpret_cast<btConcaveShape*>(shape); local
97 concave->processAllTriangles(clb, min, max);
  /external/skia/third_party/glu/libtess/
tessmono.c 70 * the other chain is concave. The left vertex of the single edge
71 * is always to the left of all vertices in the concave chain.
README 419 Concave single-contour polygons:
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DebugShapeFactory.java 137 * Constructs the buffer for the vertices of the concave shape.
207 * A callback is used to process the triangles of the shape as there is no direct access to a concave shapes, shape.
  /external/skia/gm/
convexpaths.cpp 111 may in fact be ever so slightly concave.
  /external/iproute2/tc/
q_hfsc.c 372 * concave curve, slope of first segment is umax/dmax,
  /external/harfbuzz/contrib/tables/
BidiMirroring.txt 207 27E2; 27E3 # WHITE CONCAVE-SIDED DIAMOND WITH LEFTWARDS TICK
208 27E3; 27E2 # WHITE CONCAVE-SIDED DIAMOND WITH RIGHTWARDS TICK
  /external/icu4c/data/unidata/
BidiMirroring.txt 216 27E2; 27E3 # WHITE CONCAVE-SIDED DIAMOND WITH LEFTWARDS TICK
217 27E3; 27E2 # WHITE CONCAVE-SIDED DIAMOND WITH RIGHTWARDS TICK
  /external/mesa3d/docs/
versions.html 440 <li>clipping of concave polygons could cause a core dump
    [all...]
VERSIONS 347 - clipping of concave polygons could cause a core dump
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 453 // For concave polys, we consider the edges in pairs.
    [all...]

Completed in 393 milliseconds