OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minT
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/util/
CubicBezierInterpolator.java
86
float
minT
= 0.0f;
98
minT
= t;
110
minT
= t;
114
t = (t +
minT
) / 2.0f;
/external/opencv3/3rdparty/openexr/Imath/
ImathBox.h
88
Box (const T &
minT
, const T &maxT);
161
inline Box<T>::Box (const T &
minT
, const T &maxT)
163
min =
minT
;
359
Box (const Vec2<T> &
minT
, const Vec2<T> &maxT);
417
inline Box<Vec2<T> >::Box (const Vec2<T> &
minT
, const Vec2<T> &maxT)
419
min =
minT
;
601
Box (const Vec3<T> &
minT
, const Vec3<T> &maxT);
660
inline Box<Vec3<T> >::Box (const Vec3<T> &
minT
, const Vec3<T> &maxT)
662
min =
minT
;
ImathInterval.h
75
Interval(const T&
minT
, const T& maxT);
/external/skia/src/gpu/batches/
GrAAConvexTessellator.cpp
597
SkScalar minDist = SK_ScalarMax,
minT
= 0.0f;
608
minT
= t;
617
newPt.scale(
minT
);
[
all
...]
Completed in 129 milliseconds