Searched refs:findT (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/strings/
H A Dstring_piece.cc102 size_t findT(const BasicStringPiece<STR>& self, function in namespace:base::internal
116 return findT(self, s, pos);
120 return findT(self, s, pos);
124 size_t findT(const BasicStringPiece<STR>& self, function in namespace:base::internal
137 return findT(self, c, pos);
141 return findT(self, c, pos);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.h323 int findT(double t, const SkPoint& , const SkOpSegment* ) const;
H A DSkOpSegment.cpp2422 int otherTIndex = missingOther->findT(missing.fOtherT, missing.fPt, missing.fSegment);
3115 int SkOpSegment::findT(double t, const SkPoint& pt, const SkOpSegment* match) const {
3413 int otherTIndex = other->findT(otherT, otherPt, this);
/external/skia/src/pathops/
H A DSkOpSegment.h321 int findT(double t, const SkPoint& , const SkOpSegment* ) const;
H A DSkOpSegment.cpp2346 int otherTIndex = missingOther->findT(missing.fOtherT, missing.fPt, missing.fSegment);
3038 int SkOpSegment::findT(double t, const SkPoint& pt, const SkOpSegment* match) const {
3329 int otherTIndex = other->findT(otherT, otherPt, this);

Completed in 3040 milliseconds