HomeSort by relevance Sort by last modified time
    Searched refs:stroke (Results 26 - 50 of 187) sorted by null

12 3 4 5 6 7 8

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_params.c 111 state->stroke.line_width.f = value;
112 state->stroke.line_width.i = float_to_int_floor(*((VGuint*)(&value)));
115 state->stroke.miter_limit.f = value;
116 state->stroke.miter_limit.i = float_to_int_floor(*((VGuint*)(&value)));
119 state->stroke.dash_phase.f = value;
120 state->stroke.dash_phase.i = float_to_int_floor(*((VGuint*)(&value)));
186 state->stroke.line_width.f = value;
187 state->stroke.line_width.i = value;
194 state->stroke.cap_style = value;
201 state->stroke.join_style = value
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
api_params.c 111 state->stroke.line_width.f = value;
112 state->stroke.line_width.i = float_to_int_floor(*((VGuint*)(&value)));
115 state->stroke.miter_limit.f = value;
116 state->stroke.miter_limit.i = float_to_int_floor(*((VGuint*)(&value)));
119 state->stroke.dash_phase.f = value;
120 state->stroke.dash_phase.i = float_to_int_floor(*((VGuint*)(&value)));
186 state->stroke.line_width.f = value;
187 state->stroke.line_width.i = value;
194 state->stroke.cap_style = value;
201 state->stroke.join_style = value
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrDefaultPathRenderer.cpp 153 static inline bool single_pass_path(const SkPath& path, const SkStrokeRec& stroke) {
157 if (!stroke.isHairlineStyle() && !path.isInverseFillType()) {
166 const SkStrokeRec& stroke,
168 if (single_pass_path(path, stroke)) {
190 const SkStrokeRec& stroke,
215 const bool isHairline = stroke.isHairlineStyle();
328 const SkStrokeRec& stroke,
341 stroke,
364 if (stroke.isHairlineStyle()) {
374 if (single_pass_path(path, stroke)) {
    [all...]
GrPathRendererChain.cpp 37 const SkStrokeRec& stroke,
63 if (fChain[i]->canDrawPath(path, stroke, target, antiAlias)) {
66 stroke,
GrSWMaskHelper.cpp 58 void GrSWMaskHelper::draw(const SkPath& path, const SkStrokeRec& stroke, SkRegion::Op op,
62 if (stroke.isHairlineStyle()) {
66 if (stroke.isFillStyle()) {
70 paint.setStrokeJoin(stroke.getJoin());
71 paint.setStrokeCap(stroke.getCap());
72 paint.setStrokeWidth(stroke.getWidth());
149 const SkStrokeRec& stroke,
161 helper.draw(path, stroke, SkRegion::kReplace_Op, antiAlias, 0xFF);
GrSWMaskHelper.h 58 void draw(const SkPath& path, const SkStrokeRec& stroke, SkRegion::Op op,
77 const SkStrokeRec& stroke,
GrOvalRenderer.cpp 55 static GrEffectRef* Create(bool stroke) {
59 if (stroke) {
128 CircleEdgeEffect(bool stroke) : GrEffect() {
130 fStroke = stroke;
166 static GrEffectRef* Create(bool stroke) {
170 if (stroke) {
260 EllipseEdgeEffect(bool stroke) : GrEffect() {
263 fStroke = stroke;
294 const SkRect& oval, const SkStrokeRec& stroke)
305 this->drawCircle(target, useAA, oval, stroke);
    [all...]
  /external/skia/src/gpu/
GrDefaultPathRenderer.cpp 153 static inline bool single_pass_path(const SkPath& path, const SkStrokeRec& stroke) {
157 if (!stroke.isHairlineStyle() && !path.isInverseFillType()) {
166 const SkStrokeRec& stroke,
168 if (single_pass_path(path, stroke)) {
190 const SkStrokeRec& stroke,
215 const bool isHairline = stroke.isHairlineStyle();
328 const SkStrokeRec& stroke,
341 stroke,
364 if (stroke.isHairlineStyle()) {
374 if (single_pass_path(path, stroke)) {
    [all...]
GrPathRendererChain.cpp 37 const SkStrokeRec& stroke,
63 if (fChain[i]->canDrawPath(path, stroke, target, antiAlias)) {
66 stroke,
GrSWMaskHelper.cpp 58 void GrSWMaskHelper::draw(const SkPath& path, const SkStrokeRec& stroke, SkRegion::Op op,
62 if (stroke.isHairlineStyle()) {
66 if (stroke.isFillStyle()) {
70 paint.setStrokeJoin(stroke.getJoin());
71 paint.setStrokeCap(stroke.getCap());
72 paint.setStrokeWidth(stroke.getWidth());
149 const SkStrokeRec& stroke,
161 helper.draw(path, stroke, SkRegion::kReplace_Op, antiAlias, 0xFF);
GrSWMaskHelper.h 58 void draw(const SkPath& path, const SkStrokeRec& stroke, SkRegion::Op op,
77 const SkStrokeRec& stroke,
GrOvalRenderer.cpp 55 static GrEffectRef* Create(bool stroke) {
59 if (stroke) {
128 CircleEdgeEffect(bool stroke) : GrEffect() {
130 fStroke = stroke;
166 static GrEffectRef* Create(bool stroke) {
170 if (stroke) {
260 EllipseEdgeEffect(bool stroke) : GrEffect() {
263 fStroke = stroke;
294 const SkRect& oval, const SkStrokeRec& stroke)
305 this->drawCircle(target, useAA, oval, stroke);
    [all...]
  /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...]
  /external/chromium/chrome/browser/resources/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/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGResources.cpp 317 if (m_fillStrokeData->stroke)
318 m_fillStrokeData->stroke->removeClientFromCache(object, markForInvalidation);
371 if (m_fillStrokeData->stroke == resource) {
372 m_fillStrokeData->stroke->removeAllClientsFromCache();
373 m_fillStrokeData->stroke = 0;
431 if (m_fillStrokeData->stroke)
432 set.add(m_fillStrokeData->stroke);
585 bool SVGResources::setStroke(RenderSVGResourceContainer* stroke)
587 if (!stroke)
590 ASSERT(stroke->resourceType() == PatternResourceTyp
    [all...]
  /external/chromium_org/ui/webui/resources/css/
tree.css.js 25 ctx.stroke();
  /external/skia/gm/
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();
  /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/bench/
RectBench.cpp 26 RectBench(void* param, int shift, int stroke = 0)
29 , fStroke(stroke) {
112 OvalBench(void* param, int shift, int stroke = 0) : RectBench(param, shift, stroke) {}
122 RRectBench(void* param, int shift, int stroke = 0) : RectBench(param, shift, stroke) {}
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrail.java 115 public void addStroke(final GestureStrokeWithPreviewPoints stroke, final long downTime) {
117 addStrokeLocked(stroke, downTime);
121 private void addStrokeLocked(final GestureStrokeWithPreviewPoints stroke, final long downTime) {
123 stroke.appendPreviewStroke(mEventTimes, mXCoordinates, mYCoordinates, mPointTypes);
128 final int strokeId = stroke.getGestureStrokeId();
130 // the interpolated points in the last segment of gesture stroke, it may need recalculation
131 // of interpolation when new segments are added to the stroke.
138 mLastInterpolatedDrawIndex = stroke.interpolateStrokeAndReturnStartIndexOfLastSegment(
289 // The start index of the last segment of the stroke
302 // {@link Paint} that is zero width stroke and anti alias off draws exactly 1 pixel
    [all...]

Completed in 8607 milliseconds

12 3 4 5 6 7 8