Home
last modified time | relevance | path

Searched defs:toPoint (Results 1 – 2 of 2) sorted by relevance

/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
DMutableAggregation.java69 abstract Point toPoint(Timestamp timestamp); in toPoint() method in MutableAggregation
104 Point toPoint(Timestamp timestamp) { in toPoint() method in MutableAggregation.MutableSumDouble
135 Point toPoint(Timestamp timestamp) { in toPoint() method in MutableAggregation.MutableSumLong
173 Point toPoint(Timestamp timestamp) { in toPoint() method in MutableAggregation.MutableCount
225 Point toPoint(Timestamp timestamp) { in toPoint() method in MutableAggregation.MutableMean
408 Point toPoint(Timestamp timestamp) { in toPoint() method in MutableAggregation.MutableDistribution
521 Point toPoint(Timestamp timestamp) { in toPoint() method in MutableAggregation.MutableLastValueDouble
552 Point toPoint(Timestamp timestamp) { in toPoint() method in MutableAggregation.MutableLastValueLong
/external/skia/modules/particles/src/
DSkParticleAffector.cpp115 SkVector toPoint = fPoint - ps[i].fPose.fPosition; in REFLECTED() local