OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UlpsDistance
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsTypes.cpp
149
int
UlpsDistance
(float a, float b) {
SkPathOpsTypes.h
76
int
UlpsDistance
(float a, float b);
77
inline int
UlpsDistance
(double a, double b) {
78
return
UlpsDistance
(SkDoubleToScalar(a), SkDoubleToScalar(b));
Completed in 299 milliseconds