OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextPt
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkStroke.cpp
436
const SkPoint*
nextPt
= &pt1;
438
nextPt
= &pt2;
439
this->preJoinTo(*
nextPt
, &normalAB, &unitAB, false);
SkPath.cpp
252
int
nextPt
= -1;
260
nextPt
= 1;
268
nextPt
= 2;
273
nextPt
= 3;
281
if (-1 !=
nextPt
) {
282
if (!check_edge_against_rect(prevPt, pts[
nextPt
], rect, direction)) {
285
prevPt = pts[
nextPt
];
[
all
...]
/external/skia/src/core/
SkStroke.cpp
436
const SkPoint*
nextPt
= &pt1;
438
nextPt
= &pt2;
439
this->preJoinTo(*
nextPt
, &normalAB, &unitAB, false);
SkPath.cpp
252
int
nextPt
= -1;
260
nextPt
= 1;
268
nextPt
= 2;
273
nextPt
= 3;
281
if (-1 !=
nextPt
) {
282
if (!check_edge_against_rect(prevPt, pts[
nextPt
], rect, direction)) {
285
prevPt = pts[
nextPt
];
[
all
...]
/external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp
229
const SkPoint*
nextPt
;
231
nextPt
= &fTs[++tIndex].fPt;
232
SkASSERT(fTs[tIndex].fT < 1 || startPt != *
nextPt
);
233
} while (startPt == *
nextPt
);
308
SkPoint
nextPt
= startPt;
313
} while (
nextPt
== *workPt);
316
} while (
nextPt
== *workPt);
317
nextPt
= *workPt;
323
addTPair(tStart, other, oStart, false,
nextPt
);
324
} while (endPt !=
nextPt
);
[
all
...]
/external/skia/src/pathops/
SkOpSegment.cpp
229
const SkPoint*
nextPt
;
231
nextPt
= &fTs[++tIndex].fPt;
232
SkASSERT(fTs[tIndex].fT < 1 || startPt != *
nextPt
);
233
} while (startPt == *
nextPt
);
308
SkPoint
nextPt
= startPt;
313
} while (
nextPt
== *workPt);
316
} while (
nextPt
== *workPt);
317
nextPt
= *workPt;
323
addTPair(tStart, other, oStart, false,
nextPt
);
324
} while (endPt !=
nextPt
);
[
all
...]
Completed in 414 milliseconds