OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:basePt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp
21
SkPoint
basePt
= current->ptAtT(tAtMid);
31
if (
basePt
.fY < contour->bounds().fTop) {
42
int testTIndex = testSeg->crossedSpanY(
basePt
, &testY, &testHit, &hitSomething, tAtMid,
/external/skia/src/pathops/
SkPathOpsCommon.cpp
21
SkPoint
basePt
= current->ptAtT(tAtMid);
31
if (
basePt
.fY < contour->bounds().fTop) {
42
int testTIndex = testSeg->crossedSpanY(
basePt
, &testY, &testHit, &hitSomething, tAtMid,
Completed in 2217 milliseconds