Home
last modified time | relevance | path

Searched defs:newPoint (Results 1 – 7 of 7) sorted by relevance

/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/metrics/
DDerivedDoubleGaugeImpl.java80 PointWithFunction newPoint = new PointWithFunction<T>(labelValuesCopy, obj, function); in createTimeSeries() local
DDerivedLongGaugeImpl.java78 PointWithFunction newPoint = new PointWithFunction<T>(labelValuesCopy, obj, function); in createTimeSeries() local
DLongGaugeImpl.java117 PointImpl newPoint = new PointImpl(labelValues); in registerTimeSeries() local
DDoubleGaugeImpl.java117 PointImpl newPoint = new PointImpl(labelValues); in registerTimeSeries() local
/external/skia/src/utils/
DSkShadowTessellator.cpp332 SkPoint newPoint = fFirstPoint + fFirstOutset; in computeConvexShadow() local
447 SkPoint newPoint = nextPoint + nextNormal; in addEdge() local
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dmarkermanager.js307 MarkerManager.prototype.onMarkerMoved_ = function (marker, oldPoint, newPoint) { argument
/external/skia/src/shaders/
DSkPerlinNoiseShader.cpp514 SkPoint newPoint; in shade() local