HomeSort by relevance Sort by last modified time
    Searched defs:stroke (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnWord.java 30 public String stroke; field in class:WnnWord
49 * @param stroke The reading of word
51 public WnnWord(String candidate, String stroke) {
52 this(0, candidate, stroke, new WnnPOS(), 0, 0);
59 * @param stroke The reading of word
62 public WnnWord(String candidate, String stroke, int frequency) {
63 this(0, candidate, stroke, new WnnPOS(), frequency, 0);
70 * @param stroke The reading of word
73 public WnnWord(String candidate, String stroke, WnnPOS posTag) {
74 this(0, candidate, stroke, posTag, 0, 0)
    [all...]
UserDictionaryToolsList.java 408 wnnWordSearch.stroke = focusPairString.toString();
411 wnnWordSearch.stroke = focusString.toString();
585 delword.stroke = searchword.stroke;
678 UserDictionaryToolsListFocus stroke = new UserDictionaryToolsListFocus(this); local
679 stroke.setId(i);
680 stroke.setWidth(system_width/2);
681 stroke.setTextSize(WORD_TEXT_SIZE);
682 stroke.setTextColor(Color.LTGRAY);
683 stroke.setBackgroundColor(UNFOCUS_BACKGROUND_COLOR)
    [all...]
UserDictionaryToolsEdit.java 77 /** The constant for notifying dialog (The length of specified stroke or candidate exceeds the limit) */
149 mBeforeEditWnnWord.stroke = ((TextView)sFocusingView).getText().toString();
249 String stroke = mReadEditText.getText().toString(); local
251 if (addDictionary(stroke, candidate)) {
261 String stroke = mReadEditText.getText().toString(); local
263 if (addDictionary(stroke, candidate)) {
266 addDictionary(mBeforeEditWnnWord.stroke, mBeforeEditWnnWord.candidate);
333 * @param stroke The stroke of the word
337 private boolean addDictionary(String stroke, String candidate)
    [all...]
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStorageTester.java 41 GestureStroke stroke = new LineGestureStrokeHelper().createLineGesture(); local
43 mLineGesture.addStroke(stroke);
45 mAnotherGesture.addStroke(stroke);
71 GestureStroke stroke = new LineGestureStrokeHelper().createLineGesture(); local
72 newLineGesture.addStroke(stroke);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
FontHarfBuzz.cpp 102 // We draw text up to two times (once for fill, once for stroke).
165 bool stroke = (textMode & TextModeStroke) local
169 if (!fill && !stroke)
177 if (stroke) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGResources.h 63 RenderSVGResourceContainer* stroke() const { return m_fillStrokeData ? m_fillStrokeData->stroke : 0; } function in class:WebCore::SVGResources
152 // stroke: 'shapes' and 'text content elements'
159 , stroke(0)
169 RenderSVGResourceContainer* stroke; member in struct:WebCore::SVGResources::FillStrokeData
  /external/chromium_org/third_party/skia/include/device/xps/
SkXPSDevice.h 234 BOOL stroke, BOOL fill,
239 BOOL stroke, BOOL fill, member in class:SkXPSDevice
262 BOOL stroke, BOOL fill, const SkPath& path);
296 BOOL* fill, BOOL* stroke);
  /external/skia/include/device/xps/
SkXPSDevice.h 239 BOOL stroke, BOOL fill,
244 BOOL stroke, BOOL fill, member in class:SkXPSDevice
267 BOOL stroke, BOOL fill, const SkPath& path);
301 BOOL* fill, BOOL* stroke);
  /external/chromium_org/third_party/skia/src/animator/
SkDrawPaint.h 54 SkBool stroke; member in class:SkDrawPaint
  /external/skia/src/animator/
SkDrawPaint.h 54 SkBool stroke; member in class:SkDrawPaint
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterDrawRepresentation.java 126 return "stroke(" + mType + ", path(" + (mPath) + "), " + mRadius + " , "
354 StrokeData stroke = new StrokeData(); local
359 stroke.mColor = sreader.nextInt();
361 stroke.mRadius = (float) sreader.nextDouble();
363 stroke.mType = (byte) sreader.nextInt();
365 stroke.noPoints = sreader.nextInt();
371 if ((count + 1) > stroke.mPoints.length) {
372 stroke.mPoints = Arrays.copyOf(stroke.mPoints, count * 2);
374 stroke.mPoints[count++] = (float) sreader.nextDouble()
    [all...]
ImageFilterDraw.java 119 paint.setStyle(Style.STROKE);
165 paint.setStyle(Style.STROKE);
228 paint.setStyle(Style.STROKE);
260 StrokeData stroke = mParameters.getCurrentDrawing(); local
261 if (stroke != null) {
262 paint(stroke, canvas, originalRotateToScreen, quality);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_state.h 58 /* Stroke parameters */
68 } stroke; member in struct:vg_state
  /external/chromium_org/third_party/skia/src/svg/
SkSVGParser.cpp 128 bool stroke = false; local
134 stroke = walking->f_stroke.equals("none") == false;
145 return stroke && fill;
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_state.h 58 /* Stroke parameters */
68 } stroke; member in struct:vg_state
  /external/skia/gm/
image.cpp 53 SkScalar stroke = size.fWidth / 10; local
54 SkScalar radius = (size.fWidth - stroke) / 2;
63 paint.setStrokeWidth(stroke);
poly2poly.cpp 27 void stroke();
65 void SkJSCanvas::stroke() { function in class:SkJSCanvas
120 ctx.stroke();
126 // TEST 2 - Includes an extra moveTo call before stroke; the rectangle appears larger
145 ctx.stroke();
170 ctx.stroke();
shadertext2.cpp 185 SkPaint stroke; local
186 stroke.setStyle(SkPaint::kStroke_Style);
  /external/skia/src/svg/
SkSVGParser.cpp 128 bool stroke = false; local
134 stroke = walking->f_stroke.equals("none") == false;
145 return stroke && fill;
  /external/skia/tests/
PaintTest.cpp 191 SkPath path, stroke; local
208 paint.getFillPath(path, &stroke);
209 strokeR = stroke.getBounds();
218 // test that our stroke didn't explode
  /frameworks/base/core/java/android/gesture/
Gesture.java 38 * Each stroke is a sequence of timed points. A user-defined gesture can be recognized by
70 GestureStroke stroke = mStrokes.get(i); local
71 gesture.mStrokes.add((GestureStroke)stroke.clone());
91 * Adds a stroke to the gesture.
93 * @param stroke
95 public void addStroke(GestureStroke stroke) {
96 mStrokes.add(stroke);
97 mBoundingBox.union(stroke.boundingBox);
195 paint.setStyle(Paint.Style.STROKE);
229 paint.setStyle(Paint.Style.STROKE);
    [all...]
GestureUtils.java 140 final GestureStroke stroke = strokes.get(index); local
141 float[] strokepoints = stroke.points;
261 * Samples a stroke temporally into a given number of evenly-distributed
264 * @param stroke the gesture stroke to be sampled
268 public static float[] temporalSampling(GestureStroke stroke, int numPoints) {
269 final float increment = stroke.length / (numPoints - 1);
273 float[] pts = stroke.points;
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndfdic.c 204 NJ_CHAR *stroke; local
211 stroke = buf;
225 NJ_CHAR_COPY(stroke, area);
226 stroke++;
229 *stroke = NJ_CHAR_NUL;
232 dic_ylen = convert_to_yomi(hdl, area, DATA_YOMI_SIZE(data), stroke, size);
319 NJ_CHAR stroke[NJ_MAX_LEN + NJ_TERM_LEN]; local
335 yomilen = njd_f_get_stroke(word, stroke, sizeof(stroke));
357 NJ_INT16 njd_f_get_stroke(NJ_WORD *word, NJ_CHAR *stroke, NJ_UINT16 size)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
HoverOverlay.java 163 Color stroke = hoverIsSelected ? mHoverSelectStrokeColor : mHoverStrokeColor; local
166 if (stroke != null) {
168 gc.setForeground(stroke);
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c 506 NJ_CHAR stroke[ NJ_MAX_LEN + NJ_TERM_LEN ]; local
508 if( njx_get_stroke( &( work->wnnClass ), &( work->result ), stroke, sizeof( NJ_CHAR ) * ( NJ_MAX_LEN + NJ_TERM_LEN ) ) >= 0 &&
509 convertNjCharToString( env, &str, stroke, NJ_MAX_LEN ) >= 0 ) {
854 (JNIEnv *env, jclass obj, jlong wnnWork, jstring stroke)
858 if( stroke == NULL ) {
865 if( ( *env )->GetStringLength( env, stroke ) > NJ_MAX_LEN ) {
870 /* Store stroke string */
871 if( convertStringToNjChar( env, work->previousStroke, stroke, NJ_MAX_LEN ) >= 0 ) {
    [all...]

Completed in 545 milliseconds

1 2 3 4