OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:baseT
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp
53
double
baseT
= current->t(index);
55
double newMid = (testHit -
baseT
) / (endT -
baseT
);
64
baseT
, current->xAtT(index), current->yAtT(index),
65
baseT
+ mid * (endT -
baseT
), midXY.fX, midXY.fY,
66
baseT
+ newMid * (endT -
baseT
), newXY.fX, newXY.fY,
95
double
baseT
= current->t(index);
97
*bestHit =
baseT
+ mid * (endT - baseT)
[
all
...]
/external/skia/src/pathops/
SkPathOpsCommon.cpp
53
double
baseT
= current->t(index);
55
double newMid = (testHit -
baseT
) / (endT -
baseT
);
64
baseT
, current->xAtT(index), current->yAtT(index),
65
baseT
+ mid * (endT -
baseT
), midXY.fX, midXY.fY,
66
baseT
+ newMid * (endT -
baseT
), newXY.fX, newXY.fY,
95
double
baseT
= current->t(index);
97
*bestHit =
baseT
+ mid * (endT - baseT)
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp
204
if (const RecordType *
baseT
= T->getAs<RecordType>()) {
205
CXXRecordDecl *baseD = cast<CXXRecordDecl>(
baseT
->getDecl());
/external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp
[
all
...]
Completed in 73 milliseconds