OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toPoint
(Results
1 - 2
of
2
) sorted by null
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
MutableAggregation.java
69
abstract Point
toPoint
(Timestamp timestamp);
104
Point
toPoint
(Timestamp timestamp) {
135
Point
toPoint
(Timestamp timestamp) {
173
Point
toPoint
(Timestamp timestamp) {
225
Point
toPoint
(Timestamp timestamp) {
408
Point
toPoint
(Timestamp timestamp) {
521
Point
toPoint
(Timestamp timestamp) {
552
Point
toPoint
(Timestamp timestamp) {
/external/skia/modules/particles/src/
SkParticleAffector.cpp
115
SkVector
toPoint
= fPoint - ps[i].fPose.fPosition;
116
SkScalar lenSquare =
toPoint
.dot(
toPoint
);
117
toPoint
.normalize();
119
toPoint
* (fConstant + (fInvSquare / lenSquare)) * params.fDeltaTime;
Completed in 206 milliseconds