Searched refs:ambiguous (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnMathUtils.h87 // Outgoing "ambiguous" argument indicates whether the answer is ambiguous
93 bool& ambiguous);
96 // XRay, returns true if they intersect. Outgoing "ambiguous" argument
97 // indicates whether the answer is ambiguous because the query occurred
102 bool& ambiguous);
H A DLoopBlinnMathUtils.cpp252 bool xRayCrossesMonotonicCubic(const XRay& xRay, const FloatPoint cubic[4], bool& ambiguous) argument
254 ambiguous = false;
265 ambiguous = (xRay.y() == cubic[0].y());
276 ambiguous = pointAtExtremum;
320 ambiguous = pointAtExtremum;
501 bool xRayCrossesLine(const XRay& xRay, const FloatPoint pts[2], bool& ambiguous)
503 ambiguous = false;
509 ambiguous = true;
525 ambiguous = (xRay.y() == pts[1].y());
533 ambiguous
[all...]
H A DLoopBlinnPathProcessor.cpp241 // "ambiguous" argument indicates whether the query intersected an
244 int numCrossingsForXRay(const XRay& xRay, bool& ambiguous) const
248 return numXRayCrossingsForCubic(xRay, m_points, ambiguous);
250 return xRayCrossesLine(xRay, m_points, ambiguous) ? 1 : 0;
765 bool ambiguous = true; local
770 // an ambiguous point (the junction between two curves or at a
777 ambiguous && seg != cur->end();
809 ambiguous);
810 if (ambiguous) {
/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-scalars.cpp83 void ambiguous(int, double); // expected-note {{candidate}}
84 void ambiguous(double, int); // expected-note {{candidate}}
85 ambiguous({0}, {0}); // expected-error {{ambiguous}}
H A Dcxx0x-initializer-stdinitializerlist.cpp89 void ambiguous(std::initializer_list<A>); // expected-note {{candidate}}
90 void ambiguous(std::initializer_list<B>); // expected-note {{candidate}}
91 ambiguous({ {1, 2}, {2, 3}, {3, 4} }); // expected-error {{ambiguous}}
98 ov2({1, 2, D()}); // expected-error {{ambiguous}}
/external/skia/include/core/
H A DSkGeometry.h22 they intersect. Optional outgoing "ambiguous" argument indicates
23 whether the answer is ambiguous because the query occurred exactly at
28 bool* ambiguous = NULL);
165 Optional outgoing "ambiguous" argument indicates whether the answer is
166 ambiguous because the query occurred exactly at one of the endpoints' y
171 bool* ambiguous = NULL);
180 Optional outgoing "ambiguous" argument indicates whether the answer is
181 ambiguous because the query occurred exactly at one of the endpoints' y
186 bool* ambiguous = NULL);
/external/skia/legacy/include/core/
H A DSkGeometry.h22 they intersect. Optional outgoing "ambiguous" argument indicates
23 whether the answer is ambiguous because the query occurred exactly at
28 bool* ambiguous = NULL);
165 Optional outgoing "ambiguous" argument indicates whether the answer is
166 ambiguous because the query occurred exactly at one of the endpoints' y
171 bool* ambiguous = NULL);
180 Optional outgoing "ambiguous" argument indicates whether the answer is
181 ambiguous because the query occurred exactly at one of the endpoints' y
186 bool* ambiguous = NULL);
/external/skia/legacy/src/core/
H A DSkGeometry.cpp14 bool SkXRayCrossesLine(const SkXRay& pt, const SkPoint pts[2], bool* ambiguous) { argument
15 if (ambiguous) {
16 *ambiguous = false;
22 if (ambiguous) {
23 *ambiguous = true;
40 if (ambiguous) {
41 *ambiguous = (pt.fY == pts[1].fY);
50 if (ambiguous) {
51 *ambiguous = true;
1075 bool SkXRayCrossesMonotonicCubic(const SkXRay& pt, const SkPoint cubic[4], bool* ambiguous) {
[all...]
/external/skia/src/core/
H A DSkGeometry.cpp14 bool SkXRayCrossesLine(const SkXRay& pt, const SkPoint pts[2], bool* ambiguous) { argument
15 if (ambiguous) {
16 *ambiguous = false;
22 if (ambiguous) {
23 *ambiguous = true;
40 if (ambiguous) {
41 *ambiguous = (pt.fY == pts[1].fY);
50 if (ambiguous) {
51 *ambiguous = true;
1074 bool SkXRayCrossesMonotonicCubic(const SkXRay& pt, const SkPoint cubic[4], bool* ambiguous) {
[all...]
/external/bison/lib/
H A Dargmatch.c75 or -2 if it is ambiguous (is a prefix of more than one element).
90 bool ambiguous = false; /* If true, multiple nonexact match(es). */
114 ambiguous = true;
119 if (ambiguous)
135 : _("ambiguous argument %s for %s"));
89 bool ambiguous = false; /* If true, multiple nonexact match(es). */ local
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_scanf.inc122 // This is unfortunately ambiguous between old GNU extension
204 // This is ambiguous, so check the smaller size of char * (if it is
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Djava5.php602 /* ambiguous class names (appear in more than one package) */
1014 /* ambiguous class names (appear in more than one package) */
/external/bison/data/
H A Dglr.c1730 yyerror (]b4_yyerror_args[YY_("syntax is ambiguous"));
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm160 # 'ambiguous' The option could match several long options
234 # (undef, 'ambiguous'), if multiple options matched
252 return (undef, 'ambiguous')
481 option name. If an abbreviation is ambiguous, an error message will
637 recognized (Currently, the only possible value is 'ambiguous', for a
/external/iproute2/doc/
H A Dip-cref.tex1460 because it was ambiguous. However, look at {\tt ip route flush}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1226 milliseconds