OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstPoint
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DirectionClassifier.java
34
Point
firstPoint
= stroke.getPoints().get(0);
36
return DirectionEvaluator.evaluate(lastPoint.x -
firstPoint
.x, lastPoint.y -
firstPoint
.y,
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
LineAndPointRenderer.java
82
PointF
firstPoint
= null;
110
if(
firstPoint
== null) {
112
firstPoint
= thisPoint;
115
path.moveTo(
firstPoint
.x,
firstPoint
.y);
125
renderPath(canvas, plotArea, path,
firstPoint
, lastPoint, formatter);
127
firstPoint
= null;
131
if(linePaint != null &&
firstPoint
!= null) {
132
renderPath(canvas, plotArea, path,
firstPoint
, lastPoint, formatter);
155
protected void renderPath(Canvas canvas, RectF plotArea, Path path, PointF
firstPoint
, PointF lastPoint, LineAndPointFormatter formatter) {
[
all
...]
/external/fonttools/Lib/fontTools/pens/
pointInsidePen.py
57
self.
firstPoint
= None
64
if self.
firstPoint
is not None:
81
if self.
firstPoint
is not None:
85
self.
firstPoint
= point
187
if self._getCurrentPoint() != self.
firstPoint
:
188
self.lineTo(self.
firstPoint
)
189
self.
firstPoint
= None
/external/replicaisland/tools/
ExtractPoints.js
72
var
firstPoint
= points[y];
77
edge.startX =
firstPoint
.anchor[0];
78
edge.startY =
firstPoint
.anchor[1];
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
KMeansPlusPlusClusterer.java
168
final T
firstPoint
= pointSet.remove(random.nextInt(pointSet.size()));
169
resultSet.add(new Cluster<T>(
firstPoint
));
/external/skia/src/gpu/batches/
GrAAConvexTessellator.h
74
const SkPoint&
firstPoint
() const { return fPts[0].fPt; }
GrAAConvexTessellator.cpp
673
bool dupNext = duplicate_pt(newPt, fCandidateVerts.
firstPoint
());
684
bool dupPrevVsNext = duplicate_pt(fCandidateVerts.
firstPoint
(), fCandidateVerts.lastPoint());
[
all
...]
/prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar
Completed in 162 milliseconds