OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tan0
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/android/jme3tools/android/
Fixed.java
101
int
tan0
= tan(0);
typedefs
104
if ((tan1 >>= 1) > (
tan0
>>= 1)) {
/external/skia/legacy/src/core/
SkPathMeasure.cpp
55
static inline bool tangents_too_curvy(const SkVector&
tan0
, SkVector& tan1) {
61
return SkPoint::DotProduct(
tan0
, tan1) < kFlatEnoughTangentDotProd;
Completed in 37 milliseconds