Searched refs:tRange (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineIntersection.h12 int horizontalIntersect(const _Line& line, double y, double tRange[2]);
14 double y, double tRange[2]);
19 double x, double tRange[2]);
H A DLineIntersection.cpp128 int horizontalIntersect(const _Line& line, double y, double tRange[2]) { argument
138 tRange[0] = 0;
139 tRange[1] = 1;
142 tRange[0] = (y - line[0].y) / (line[1].y - line[0].y);
155 double y, double tRange[2]) {
156 int result = horizontalIntersect(line, y, tRange);
161 double xIntercept = line[0].x + tRange[0] * (line[1].x - line[0].x);
239 static int verticalIntersect(const _Line& line, double x, double tRange[2]) { argument
249 tRange[0] = 0;
250 tRange[
154 horizontalLineIntersect(const _Line& line, double left, double right, double y, double tRange[2]) argument
[all...]
H A DCurveIntersection.h41 int horizontalIntersect(const Cubic& cubic, double y, double tRange[3]);
43 double tRange[3]);
49 double y, double tRange[2]);
H A DLineCubicIntersection.cpp260 double tRange[3]) {
271 tRange[tCount++] = rootVals[index];
259 horizontalIntersect(const Cubic& cubic, double left, double right, double y, double tRange[3]) argument
H A DLineQuadraticIntersection.cpp333 double y, double tRange[2]) {
344 tRange[tCount++] = rootVals[index];
332 horizontalIntersect(const Quadratic& quad, double left, double right, double y, double tRange[2]) argument
/external/skia/experimental/Intersection/
H A DLineIntersection.h12 int horizontalIntersect(const _Line& line, double y, double tRange[2]);
14 double y, double tRange[2]);
19 double x, double tRange[2]);
H A DLineIntersection.cpp128 int horizontalIntersect(const _Line& line, double y, double tRange[2]) { argument
138 tRange[0] = 0;
139 tRange[1] = 1;
142 tRange[0] = (y - line[0].y) / (line[1].y - line[0].y);
155 double y, double tRange[2]) {
156 int result = horizontalIntersect(line, y, tRange);
161 double xIntercept = line[0].x + tRange[0] * (line[1].x - line[0].x);
239 static int verticalIntersect(const _Line& line, double x, double tRange[2]) { argument
249 tRange[0] = 0;
250 tRange[
154 horizontalLineIntersect(const _Line& line, double left, double right, double y, double tRange[2]) argument
[all...]
H A DCurveIntersection.h41 int horizontalIntersect(const Cubic& cubic, double y, double tRange[3]);
43 double tRange[3]);
49 double y, double tRange[2]);
H A DLineCubicIntersection.cpp260 double tRange[3]) {
271 tRange[tCount++] = rootVals[index];
259 horizontalIntersect(const Cubic& cubic, double left, double right, double y, double tRange[3]) argument
H A DLineQuadraticIntersection.cpp333 double y, double tRange[2]) {
344 tRange[tCount++] = rootVals[index];
332 horizontalIntersect(const Quadratic& quad, double left, double right, double y, double tRange[2]) argument
/external/chromium_org/third_party/skia/tests/
H A DPathOpsAngleIdeas.cpp297 TRange tRange; local
298 bool stepUp = orderTRange(reporter, quad1, quad2, r, &tRange);
300 SkDPoint pt1 = quad1.ptAtT(tRange.t1);
305 SkDPoint pt2 = quad2.ptAtT(tRange.t2);
312 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r,
313 tRange.tMin);
315 if (bestCCW >= 0 && bestCCW != (int) tRange.ccw) {
316 if (tRange.tMin < upperRange->tMin) {
322 if (upperRange->tMin < tRange.tMin) {
323 bestCCW = tRange
342 TRange tRange; local
[all...]
/external/skia/tests/
H A DPathOpsAngleIdeas.cpp297 TRange tRange; local
298 bool stepUp = orderTRange(reporter, quad1, quad2, r, &tRange);
300 SkDPoint pt1 = quad1.ptAtT(tRange.t1);
305 SkDPoint pt2 = quad2.ptAtT(tRange.t2);
312 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r,
313 tRange.tMin);
315 if (bestCCW >= 0 && bestCCW != (int) tRange.ccw) {
316 if (tRange.tMin < upperRange->tMin) {
322 if (upperRange->tMin < tRange.tMin) {
323 bestCCW = tRange
342 TRange tRange; local
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Drbbisetb.cpp470 RangeDescriptor *tRange; local
497 for (tRange = rlRange; tRange != 0; tRange = tRange->fNext) {
498 if (tRange->fNum == rlRange->fNum) {
502 RBBIDebugPrintf(" %05x-%05x", tRange->fStartChar, tRange->fEndChar);
/external/icu/icu4c/source/common/
H A Drbbisetb.cpp470 RangeDescriptor *tRange; local
497 for (tRange = rlRange; tRange != 0; tRange = tRange->fNext) {
498 if (tRange->fNum == rlRange->fNum) {
502 RBBIDebugPrintf(" %05x-%05x", tRange->fStartChar, tRange->fEndChar);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersections.h227 int horizontal(const SkDQuad&, double left, double right, double y, double tRange[2]);
228 int horizontal(const SkDCubic&, double y, double tRange[3]);
230 int horizontal(const SkDCubic&, double left, double right, double y, double tRange[3]);
/external/skia/src/pathops/
H A DSkIntersections.h227 int horizontal(const SkDQuad&, double left, double right, double y, double tRange[2]);
228 int horizontal(const SkDCubic&, double y, double tRange[3]);
230 int horizontal(const SkDCubic&, double left, double right, double y, double tRange[3]);
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp277 float tRange = ((float)topHeight * 1.1f) / (float)m_textures[curTexNdx]->getRefTexture().getHeight(); local
279 computeQuadTexCoord2D(texCoord, tcu::Vec2(sMin, tMin), tcu::Vec2(sMin+sRange, tMin+tRange));
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp268 float tRange = ((float)topHeight * 1.1f) / (float)m_textures[curTexNdx]->getRefTexture().getHeight(); local
270 computeQuadTexCoord2D(texCoord, tcu::Vec2(sMin, tMin), tcu::Vec2(sMin+sRange, tMin+tRange));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 305 milliseconds