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

/external/skia/tests/
H A DPathOpsAngleIdeas.cpp299 TRange tRange; local
300 bool stepUp = orderTRange(reporter, quad1, quad2, r, &tRange);
302 SkDPoint pt1 = quad1.ptAtT(tRange.t1);
307 SkDPoint pt2 = quad2.ptAtT(tRange.t2);
314 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r,
315 tRange.tMin);
317 if (bestCCW >= 0 && bestCCW != (int) tRange.ccw) {
318 if (tRange.tMin < upperRange->tMin) {
324 if (upperRange->tMin < tRange.tMin) {
325 bestCCW = tRange
347 TRange tRange; local
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRBBISetBuilder.java479 RangeDescriptor tRange;
507 for (tRange = rlRange; tRange != null; tRange = tRange.fNext) {
508 if (tRange.fNum == rlRange.fNum) {
512 RBBINode.printHex(tRange.fStartChar, -1);
514 RBBINode.printHex(tRange.fEndChar, 0);
/external/icu/icu4c/source/common/
H A Drbbisetb.cpp472 RangeDescriptor *tRange; local
499 for (tRange = rlRange; tRange != 0; tRange = tRange->fNext) {
500 if (tRange->fNum == rlRange->fNum) {
504 RBBIDebugPrintf(" %05x-%05x", tRange->fStartChar, tRange->fEndChar);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBISetBuilder.java478 RangeDescriptor tRange;
506 for (tRange = rlRange; tRange != null; tRange = tRange.fNext) {
507 if (tRange.fNum == rlRange.fNum) {
511 RBBINode.printHex(tRange.fStartChar, -1);
513 RBBINode.printHex(tRange.fEndChar, 0);
/external/skia/src/pathops/
H A DSkIntersections.h245 int horizontal(const SkDQuad&, double left, double right, double y, double tRange[2]);
246 int horizontal(const SkDCubic&, double y, double tRange[3]);
249 int horizontal(const SkDCubic&, double left, double right, double y, double tRange[3]);
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp279 float tRange = ((float)topHeight * 1.1f) / (float)m_textures[curTexNdx]->getRefTexture().getHeight(); local
281 computeQuadTexCoord2D(texCoord, tcu::Vec2(sMin, tMin), tcu::Vec2(sMin+sRange, tMin+tRange));
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp269 float tRange = ((float)topHeight * 1.1f) / (float)m_textures[curTexNdx]->getRefTexture().getHeight(); local
271 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 177 milliseconds