Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DPathOpsAngleIdeas.cpp299 TRange tRange; in bruteMinT() local
300 bool stepUp = orderTRange(reporter, quad1, quad2, r, &tRange); in bruteMinT()
302 SkDPoint pt1 = quad1.ptAtT(tRange.t1); in bruteMinT()
307 SkDPoint pt2 = quad2.ptAtT(tRange.t2); in bruteMinT()
314 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r, in bruteMinT()
315 tRange.tMin); in bruteMinT()
317 if (bestCCW >= 0 && bestCCW != (int) tRange.ccw) { in bruteMinT()
318 if (tRange.tMin < upperRange->tMin) { in bruteMinT()
324 if (upperRange->tMin < tRange.tMin) { in bruteMinT()
325 bestCCW = tRange in bruteMinT()
344 TRange tRange; bruteMinT() local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRBBISetBuilder.java480 RangeDescriptor tRange; in printRangeGroups()
508 for (tRange = rlRange; tRange != null; tRange = tRange.fNext) { in printRangeGroups()
509 if (tRange.fNum == rlRange.fNum) { in printRangeGroups()
513 RBBINode.printHex(tRange.fStartChar, -1); in printRangeGroups()
515 RBBINode.printHex(tRange.fEndChar, 0); in printRangeGroups()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBISetBuilder.java543 for (RangeDescriptor tRange = rlRange; tRange != null; tRange = tRange.fNext) { in printRangeGroups()
544 if (tRange.fNum == rlRange.fNum) { in printRangeGroups()
548 RBBINode.printHex(tRange.fStartChar, -1); in printRangeGroups()
550 RBBINode.printHex(tRange.fEndChar, 0); in printRangeGroups()
/third_party/icu/icu4c/source/common/
H A Drbbisetb.cpp520 for (RangeDescriptor *tRange = rlRange; tRange != nullptr; tRange = tRange->fNext) { in printRangeGroups()
521 if (tRange->fNum == rlRange->fNum) { in printRangeGroups()
525 RBBIDebugPrintf(" %05x-%05x", tRange->fStartChar, tRange->fEndChar); in printRangeGroups()
/third_party/node/deps/icu-small/source/common/
H A Drbbisetb.cpp520 for (RangeDescriptor *tRange = rlRange; tRange != nullptr; tRange = tRange->fNext) { in printRangeGroups()
521 if (tRange->fNum == rlRange->fNum) { in printRangeGroups()
525 RBBIDebugPrintf(" %05x-%05x", tRange->fStartChar, tRange->fEndChar); in printRangeGroups()
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbisetb.cpp520 for (RangeDescriptor *tRange = rlRange; tRange != nullptr; tRange = tRange->fNext) { in printRangeGroups()
521 if (tRange->fNum == rlRange->fNum) { in printRangeGroups()
525 RBBIDebugPrintf(" %05x-%05x", tRange->fStartChar, tRange->fEndChar); in printRangeGroups()
/third_party/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]);
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp279 float tRange = ((float)topHeight * 1.1f) / (float)m_textures[curTexNdx]->getRefTexture().getHeight(); in iterate() local
281 computeQuadTexCoord2D(texCoord, tcu::Vec2(sMin, tMin), tcu::Vec2(sMin+sRange, tMin+tRange)); in iterate()
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp269 float tRange = ((float)topHeight * 1.1f) / (float)m_textures[curTexNdx]->getRefTexture().getHeight(); in iterate() local
271 computeQuadTexCoord2D(texCoord, tcu::Vec2(sMin, tMin), tcu::Vec2(sMin+sRange, tMin+tRange)); in iterate()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 10 milliseconds