Searched refs:ulps (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineParameterization.cpp37 bool implicit_matches_ulps(const _Line& one, const _Line& two, int ulps) { argument
47 if (diff < 0 || diff > ulps) {
57 return diff >= 0 && diff <= ulps;
H A DCurveIntersection.h22 bool implicit_matches_ulps(const _Line& one, const _Line& two, int ulps);
H A DEdgeWalker.cpp1700 int ulps; local
1724 ulps = UlpsDiff((float) t1, (float) t2);
1726 ulps = UlpsDiff((float) b1, (float) b2);
1729 SkDebugf("%s this=%d edge=%d ulps=%d\n", __FUNCTION__, ID(), edge->ID(),
1730 ulps);
1732 if (ulps < 0 || ulps > 32) {
/external/skia/experimental/Intersection/
H A DLineParameterization.cpp37 bool implicit_matches_ulps(const _Line& one, const _Line& two, int ulps) { argument
47 if (diff < 0 || diff > ulps) {
57 return diff >= 0 && diff <= ulps;
H A DCurveIntersection.h22 bool implicit_matches_ulps(const _Line& one, const _Line& two, int ulps);
H A DEdgeWalker.cpp1700 int ulps; local
1724 ulps = UlpsDiff((float) t1, (float) t2);
1726 ulps = UlpsDiff((float) b1, (float) b2);
1729 SkDebugf("%s this=%d edge=%d ulps=%d\n", __FUNCTION__, ID(), edge->ID(),
1730 ulps);
1732 if (ulps < 0 || ulps > 32) {

Completed in 684 milliseconds