OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addT
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkIntersectionHelper.h
45
int
addT
(const SkIntersectionHelper& other, const SkPoint& pt, double newT) {
46
return fContour->
addT
(fIndex, other.fContour, other.fIndex, pt, newT);
SkOpContour.h
75
int
addT
(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) {
77
return fSegments[segIndex].
addT
(&other->fSegments[otherIndex], pt, newT);
SkOpSegment.cpp
410
int SkOpSegment::
addT
(SkOpSegment* other, const SkPoint& pt, double newT) {
648
int result =
addT
(other, pt, newT);
827
int insertedAt =
addT
(other, pt, t);
828
int otherInsertedAt = other->
addT
(this, pt, otherT);
[
all
...]
/external/skia/src/pathops/
SkIntersectionHelper.h
45
int
addT
(const SkIntersectionHelper& other, const SkPoint& pt, double newT) {
46
return fContour->
addT
(fIndex, other.fContour, other.fIndex, pt, newT);
SkOpContour.h
75
int
addT
(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) {
77
return fSegments[segIndex].
addT
(&other->fSegments[otherIndex], pt, newT);
SkOpSegment.cpp
410
int SkOpSegment::
addT
(SkOpSegment* other, const SkPoint& pt, double newT) {
648
int result =
addT
(other, pt, newT);
827
int insertedAt =
addT
(other, pt, t);
828
int otherInsertedAt = other->
addT
(this, pt, otherT);
[
all
...]
Completed in 780 milliseconds