HomeSort by relevance Sort by last modified time
    Searched refs:stroke (Results 1 - 25 of 85) 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...]
WnnClause.java 30 * @param stroke The reading of the clause
34 public WnnClause(String candidate, String stroke, WnnPOS posTag, int frequency) {
36 stroke,
44 * @param stroke The reading of the clause
47 public WnnClause (String stroke, WnnWord stem) {
50 stroke,
59 * @param stroke The reading of the clause
63 public WnnClause (String stroke, WnnWord stem, WnnWord fzk) {
66 stroke,
WnnSentence.java 42 this.stroke = "";
53 this.stroke = input;
68 this.stroke = input;
85 this.stroke = input;
103 this.stroke = prev.stroke + clause.stroke;
124 this.stroke = head.stroke;
134 this.stroke = head.stroke + tail.stroke
    [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...]
OpenWnnDictionaryImpl.java 44 /** The maximum length of stroke */
60 protected static final String COLUMN_NAME_STROKE = "stroke";
474 queryArgs[ 0 ] = wnnWord.stroke;
605 OpenWnnDictionaryImplJni.setStroke( this.mWnnWork, wnnWord.stroke );
638 /* Skip results if that is not contained the type of search or length of stroke is not equal specified length */
649 result.stroke = mDbCursor.getString( 0 );
684 result.stroke = OpenWnnDictionaryImplJni.getStroke( this.mWnnWork );
727 words[ i ].stroke = cursor.getString( 0 );
    [all...]
  /external/webkit/Source/WebCore/css/
SVGCSSPropertyNames.in 32 stroke
33 stroke-dasharray
34 stroke-dashoffset
35 stroke-linecap
36 stroke-linejoin
37 stroke-miterlimit
38 stroke-opacity
39 stroke-width
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.cpp 48 stroke = defaultStyle->stroke;
64 stroke.init();
77 stroke = other.stroke;
96 && stroke == other.stroke
110 || stroke != other->stroke
122 stroke = svgInheritParent->stroke
    [all...]
SVGRenderStyle.h 161 if (!(stroke->opacity == obj))
162 stroke.access()->opacity = obj;
167 if (!(stroke->paint == obj))
168 stroke.access()->paint = obj;
173 if (!(stroke->dashArray == obj))
174 stroke.access()->dashArray = obj;
179 if (!(stroke->miterLimit == obj))
180 stroke.access()->miterLimit = obj;
185 if (!(stroke->width == obj))
186 stroke.access()->width = obj
387 DataRef<StyleStrokeData> stroke; member in class:WebCore::SVGRenderStyle
    [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);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
UserDictionaryToolsListEN.java 72 return word1.stroke.compareTo(word2.stroke);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
UserDictionaryToolsListJAJP.java 69 return word1.stroke.compareTo(word2.stroke);
  /external/skia/src/core/
SkPathEffect.cpp 99 SkStroke stroke; local
101 stroke.setWidth(fWidth);
102 stroke.setMiterLimit(fMiter);
103 stroke.setJoin((SkPaint::Join)fJoin);
104 stroke.setCap((SkPaint::Cap)fCap);
105 stroke.setDoFill(fStyle == SkPaint::kStrokeAndFill_Style);
107 stroke.strokePath(src, dst);
  /external/webkit/Source/WebCore/platform/graphics/qt/
PathQt.cpp 130 QPainterPathStroker stroke; local
135 stroke.setWidth(pen.widthF());
136 stroke.setCapStyle(pen.capStyle());
137 stroke.setJoinStyle(pen.joinStyle());
138 stroke.setMiterLimit(pen.miterLimit());
139 stroke.setDashPattern(pen.dashPattern());
140 stroke.setDashOffset(pen.dashOffset());
142 return stroke.createStroke(m_path).contains(point);
160 QPainterPathStroker stroke; local
165 stroke.setWidth(pen.widthF())
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGResources.h 60 RenderSVGResourceContainer* stroke() const { return m_fillStrokeData ? m_fillStrokeData->stroke : 0; } function in class:WebCore::SVGResources
153 // stroke: 'shapes' and 'text content elements'
158 , stroke(0)
168 RenderSVGResourceContainer* stroke; member in struct:WebCore::SVGResources::FillStrokeData
SVGResources.cpp 325 if (m_fillStrokeData->stroke)
326 m_fillStrokeData->stroke->removeClientFromCache(object, markForInvalidation);
379 if (m_fillStrokeData->stroke == resource) {
380 m_fillStrokeData->stroke->removeAllClientsFromCache();
381 m_fillStrokeData->stroke = 0;
445 if (m_fillStrokeData->stroke)
446 set.add(m_fillStrokeData->stroke);
601 bool SVGResources::setStroke(RenderSVGResourceContainer* stroke)
603 if (!stroke)
606 ASSERT(stroke->resourceType() == PatternResourceTyp
    [all...]
  /external/chromium/chrome/browser/resources/shared/css/
tree.css.js 21 ctx.stroke();
  /external/chromium-trace/src/shared/css/
tree.css.js 21 ctx.stroke();
  /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...]
  /external/skia/tests/
PaintTest.cpp 69 SkPath path, stroke; local
86 paint.getFillPath(path, &stroke);
87 strokeR = stroke.getBounds();
96 // test that our stroke didn't explode
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 33 * This Graphics2D allows to fix some basic settings (Color, Font, Paint, Stroke,
47 private Stroke overrideStroke;
53 private Stroke stroke; field in class:OverrideGraphics2D
66 this.stroke = graphics.getStroke();
104 * Fixes the Stroke of the Graphics2D.
106 * @param stroke the fixed Stroke, or <code>null</code> to undo the fixing.
108 public void setOverrideStroke(Stroke stroke)
    [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);
  /external/skia/samplecode/
SampleAARects.cpp 81 for (int stroke = 0; stroke < 2; ++stroke) {
82 paints[p].setStyle(stroke ? SkPaint::kStroke_Style : SkPaint::kFill_Style);
  /external/skia/src/animator/
SkDrawPaint.h 54 SkBool stroke; member in class:SkDrawPaint
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_ext.h 85 NJ_CHAR *stroke, NJ_UINT16 size);
96 extern NJ_INT16 njd_b_get_stroke(NJ_WORD *word, NJ_CHAR *stroke, NJ_UINT16 size);
101 extern NJ_INT16 njd_f_get_stroke(NJ_WORD *word, NJ_CHAR *stroke,
115 NJ_CHAR *stroke, NJ_UINT16 size);

Completed in 340 milliseconds

1 2 3 4