OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uDotV
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkPoint.cpp
247
SkScalar
uDotV
= SkPoint::DotProduct(u, v);
249
if (
uDotV
<= 0) {
251
} else if (
uDotV
> uLengthSqd) {
/external/skia/src/core/
SkPoint.cpp
247
SkScalar
uDotV
= SkPoint::DotProduct(u, v);
249
if (
uDotV
<= 0) {
251
} else if (
uDotV
> uLengthSqd) {
Completed in 299 milliseconds