OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nearestt
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsQuad.h
43
double
nearestT
(const SkDPoint&) const;
SkPathOpsQuad.cpp
15
double SkDQuad::
nearestT
(const SkDPoint& pt) const {
/external/skia/src/pathops/
SkPathOpsQuad.h
43
double
nearestT
(const SkDPoint&) const;
SkPathOpsQuad.cpp
15
double SkDQuad::
nearestT
(const SkDPoint& pt) const {
/external/skia/tests/
PathOpsQuadIntersectionTest.cpp
364
double t = q1.
nearestT
(q2[index]);
Completed in 45 milliseconds