OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:estimate_pointCount
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
PathCoverageTest.cpp
48
static inline uint32_t
estimate_pointCount
(int distance) {
71
return
estimate_pointCount
(distance);
81
return
estimate_pointCount
(SkScalarRoundToInt(distance));
/external/skqp/tests/
PathCoverageTest.cpp
48
static inline uint32_t
estimate_pointCount
(int distance) {
71
return
estimate_pointCount
(distance);
81
return
estimate_pointCount
(SkScalarRoundToInt(distance));
Completed in 3256 milliseconds