OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addOtherT
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkIntersectionHelper.h
30
void
addOtherT
(int index, double otherT, int otherIndex) {
31
fContour->
addOtherT
(fIndex, index, otherT, otherIndex);
SkOpContour.h
62
void
addOtherT
(int segIndex, int tIndex, double otherT, int otherIndex) {
63
fSegments[segIndex].
addOtherT
(tIndex, otherT, otherIndex);
SkAddIntersections.cpp
402
wt.
addOtherT
(testTAt, ts[!swap][pt], nextTAt);
403
wn.
addOtherT
(nextTAt, ts[swap][pt], testTAt);
429
wt.
addOtherT
(testTAt, ts[1][0], nextTAt);
430
wt.
addOtherT
(nextTAt, ts[0][0], testTAt);
SkOpSegment.h
241
void
addOtherT
(int index, double otherT, int otherIndex);
SkOpSegment.cpp
387
void SkOpSegment::
addOtherT
(int index, double otherT, int otherIndex) {
829
addOtherT
(insertedAt, otherT, otherInsertedAt);
830
other->
addOtherT
(otherInsertedAt, t, insertedAt);
[
all
...]
/external/skia/src/pathops/
SkIntersectionHelper.h
30
void
addOtherT
(int index, double otherT, int otherIndex) {
31
fContour->
addOtherT
(fIndex, index, otherT, otherIndex);
SkOpContour.h
62
void
addOtherT
(int segIndex, int tIndex, double otherT, int otherIndex) {
63
fSegments[segIndex].
addOtherT
(tIndex, otherT, otherIndex);
SkAddIntersections.cpp
402
wt.
addOtherT
(testTAt, ts[!swap][pt], nextTAt);
403
wn.
addOtherT
(nextTAt, ts[swap][pt], testTAt);
429
wt.
addOtherT
(testTAt, ts[1][0], nextTAt);
430
wt.
addOtherT
(nextTAt, ts[0][0], testTAt);
SkOpSegment.h
241
void
addOtherT
(int index, double otherT, int otherIndex);
SkOpSegment.cpp
387
void SkOpSegment::
addOtherT
(int index, double otherT, int otherIndex) {
829
addOtherT
(insertedAt, otherT, otherInsertedAt);
830
other->
addOtherT
(otherInsertedAt, t, insertedAt);
[
all
...]
Completed in 763 milliseconds