OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strokes
(Results
1 - 25
of
105
) sorted by null
1
2
3
4
5
/frameworks/base/core/java/android/gesture/
Gesture.java
37
* A gesture is a hand-drawn shape on a touch screen. It can have one or multiple
strokes
.
77
* @return all the
strokes
of the gesture
84
* @return the number of
strokes
included by this gesture
101
* Calculates the total length of the gesture. When there are multiple
strokes
in
102
* the gesture, this returns the sum of the lengths of all the
strokes
.
108
final ArrayList<GestureStroke>
strokes
= mStrokes;
local
109
final int count =
strokes
.size();
112
len +=
strokes
.get(i).length;
132
final ArrayList<GestureStroke>
strokes
= mStrokes;
local
133
final int count =
strokes
.size()
149
final ArrayList<GestureStroke>
strokes
= mStrokes;
local
200
final ArrayList<GestureStroke>
strokes
= mStrokes;
local
255
final ArrayList<GestureStroke>
strokes
= mStrokes;
local
[
all
...]
/external/opencv3/doc/py_tutorials/py_photo/
py_table_of_contents_photo.markdown
15
degraded photo with many black spots and
strokes
on it? Take it. Let's try to restore them with a
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
LengthCountClassifier.java
22
* and it should not influence the ratio and also
strokes
which are long and have a small number
23
* of points are punished more (these kind of
strokes
are usually bad ones and they tend to score
GestureClassifier.java
20
* An abstract class for classifiers which classify the whole gesture (all the
strokes
which
HistoryEvaluator.java
24
* Holds the evaluations for ended
strokes
and gestures. These values are decreased through time.
50
* Calculates the weighted average of
strokes
and adds to it the weighted average of gestures
ClassifierData.java
72
* @return the list of
Strokes
which are ending in the recently added MotionEvent
AnglesClassifier.java
32
* angle and PI (angles are in radians). It helps with
strokes
which have few points and punishes
33
* more
strokes
which are not smooth.
/external/opencv3/doc/py_tutorials/py_photo/py_inpainting/
py_inpainting.markdown
8
- We will learn how to remove small noises,
strokes
etc in old photographs by a method called
15
Most of you will have some old degraded photos at your home with some black spots, some
strokes
etc
53
strokes
(I added manually). I created a corresponding
strokes
with Paint tool.
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.cpp
1953
CXFA_StrokeArray
strokes
;
local
[
all
...]
/external/opencv3/doc/py_tutorials/py_imgproc/py_grabcut/
py_grabcut.markdown
23
do fine touch-ups. Just give some
strokes
on the images where some faulty results are there.
Strokes
28
touchups with white
strokes
(denoting foreground) and black
strokes
(denoting background) is made.
80
which decides whether we are drawing rectangle or final touchup
strokes
.
155
-# Here, you can make this into a interactive sample with drawing rectangle and
strokes
with mouse,
/external/skia/include/c/
sk_paint.h
71
Return the width for stroking. A value of 0
strokes
in hairline mode.
75
Set the width for stroking. A value of 0
strokes
in hairline mode
/external/skia/src/gpu/gl/
GrGLPathRange.cpp
78
// simple paths as
strokes
but converts other paths to fills.
79
// Thus we must stroke the
strokes
here, so that all paths in the
/cts/tests/tests/gesture/src/android/gesture/cts/
GestureComparator.java
40
// now compare gesture
strokes
. Order is important
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp
1315
CXFA_StrokeArray
strokes
;
local
1350
CXFA_StrokeArray
strokes
;
local
1745
CXFA_StrokeArray
strokes
;
local
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
_index.html
27
<dd>Demonstrates using the {@link android.graphics.Paint} and {@link android.graphics.Canvas} objects to draw random points on the screen, with different colors and
strokes
. </dd>
/external/freetype/src/autofit/
afcjk.h
45
* horizontal blue zones. But some glyphs have flat bounding
strokes
that
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afcjk.h
45
* horizontal blue zones. But some glyphs have flat bounding
strokes
that
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterDrawRepresentation.java
173
return getName() + " :
strokes
=" + mDrawing.size()
349
Vector<StrokeData>
strokes
= new Vector<StrokeData>();
local
382
strokes
.add(stroke);
390
mDrawing =
strokes
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrailDrawingParams.java
27
* sampled and interpolated. This class controls how those gesture
strokes
are displayed as a
GestureTrailDrawingPoints.java
31
* multiple non-contiguous gesture
strokes
and will be animated asynchronously from gesture input.
34
* stroke. This class holds drawing points of those gesture
strokes
to draw as a gesture trail.
101
// Decay the previous
strokes
' event times.
/frameworks/base/core/java/android/accessibilityservice/
GestureDescription.java
37
* gestures. This class describes those gestures. Gestures are made up of one or more
strokes
.
43
/** Gestures may contain no more than this many
strokes
*/
55
* Get the upper limit for the number of
strokes
a gesture may contain.
57
* @return The maximum number of
strokes
.
74
private GestureDescription(List<StrokeDescription>
strokes
) {
75
mStrokes.addAll(
strokes
);
81
* @return the number of
strokes
in this gesture
174
"Attempting to add too many
strokes
to a gesture");
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/
OutlineEffect.java
31
/**
Strokes
glyphs with an outline.
/external/autotest/server/cros/servo/
chrome_ec.py
175
"""Send key
strokes
consisting of only characters.
185
"""Send key
strokes
including special keys.
/external/freetype/include/
ftstroke.h
117
* miter limit is exceeded. The outer edges of the
strokes
131
*
strokes
is clipped at a line perpendicular to the bisector
132
* of the angle between the
strokes
, at the distance from the
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftstroke.h
117
* miter limit is exceeded. The outer edges of the
strokes
131
*
strokes
is clipped at a line perpendicular to the bisector
132
* of the angle between the
strokes
, at the distance from the
Completed in 798 milliseconds
1
2
3
4
5