HomeSort by relevance Sort by last modified time
    Searched refs:dprev (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.cpp 587 static inline bool convexCheckTriple(const FloatSize& dcur, const FloatSize& dprev, int* curDir, int* dirChanges, int* angleSign)
593 float cross = convexCross(dprev, dcur);
610 FloatSize dprev, dcur;
618 dprev = second - vertices[0];
619 if (dprev.width() || dprev.height())
628 int curDir = convexCompare(dprev); /* Find initial direction */
637 if (!convexCheckTriple(dcur, dprev, &curDir, &dirChanges, &angleSign))
640 dprev = dcur; /* Remember current delta. */
647 if (!convexCheckTriple(dcur, dprev, &curDir, &dirChanges, &angleSign))
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.h 119 #define dprev(a) rotinv(onext(rotinv(a))) macro
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.h 119 #define dprev(a) rotinv(onext(rotinv(a))) macro

Completed in 245 milliseconds