OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testT
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp
371
static void lookNearEnd(const SkDQuad& q1, const SkDQuad& q2, int
testT
,
373
if (orig.used() == 1 && orig[!swap][0] ==
testT
) {
376
if (orig.used() == 2 && orig[!swap][1] ==
testT
) {
380
int testTIndex =
testT
<< 1;
392
i->insert(
testT
, impTs[0][index], tmpLine[0]);
394
i->insert(impTs[0][index],
testT
, tmpLine[0]);
446
double
testT
= (copyI[0][midEnd] * (index + 1)
448
SkDPoint testPt1 = q1.ptAtT(
testT
);
449
testT
= (copyI[1][midEnd] * (index + 1) + copyI[1][midEnd - 1] * (2 - index)) / 3;
450
SkDPoint testPt2 = q2.ptAtT(
testT
);
[
all
...]
SkOpAngle.cpp
422
double
testT
= i[0][idx2];
423
if (!approximately_between_orderable(tStart,
testT
, tEnd)) {
426
if (approximately_equal_orderable(tStart,
testT
)) {
429
smallTs[index] = t = testAscends ? SkTMax(t,
testT
) : SkTMin(t,
testT
);
[
all
...]
SkOpSegment.cpp
729
double
testT
= test->fT;
744
} while (*testPt == test->fPt || precisely_equal(
testT
, test->fT));
[
all
...]
Completed in 181 milliseconds