HomeSort by relevance Sort by last modified time
    Searched full:stroke (Results 76 - 100 of 497) sorted by null

1 2 34 5 6 7 8 91011>>

  /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...]
  /frameworks/base/graphics/java/android/graphics/
CornerPathEffect.java 22 * Transforms geometries that are drawn (either STROKE or FILL styles) by
  /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...]
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/Tools/iExploder/iexploder-1.7.2/src/css-properties/
mozilla 247 stroke
248 stroke-dasharray
249 stroke-dashoffset
250 stroke-linecap
251 stroke-linejoin
252 stroke-miterlimit
253 stroke-opacity
254 stroke-width
  /frameworks/base/docs/html/images/fundamentals/
fragments.graffle 36 <key>stroke</key>
111 <key>stroke</key>
179 <key>stroke</key>
260 <key>stroke</key>
328 <key>stroke</key>
387 <key>stroke</key>
416 <key>stroke</key>
447 <key>stroke</key>
483 <key>stroke</key>
521 <key>stroke</key
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResource.cpp 45 // If we have no fill/stroke, return 0.
87 // If an invalid fill color is specified, fallback to fill/stroke="none".
98 // If a paint server is specified, and no or an invalid fallback color is given, default to fill/stroke="black".
107 RenderSVGResource* uriResource = mode == ApplyToFillMode ? resources->fill() : resources->stroke();
109 // If a paint server is specified, and no or an invalid fallback color is given, default to fill/stroke="black".
  /external/skia/src/views/
SkParsePaint.cpp 71 if (dom.findScalar(node, "stroke-width", &x))
78 SkASSERT("legacy: use is-stroke" && !dom.findBool(node, "is-frame", &b));
80 if (dom.findBool(node, "is-stroke", &b))
  /external/skia/gm/
cubicpaths.cpp 59 {SkPaint::kStroke_Style, "Stroke"},
60 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
89 "Indicated Style, Fill and Linecaps, with stroke width 10";
202 {SkPaint::kStroke_Style, "Stroke"},
203 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
233 "Indicated Style, Fill and Linecaps, with stroke width 10";
linepaths.cpp 59 {SkPaint::kStroke_Style, "Stroke"},
60 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
87 "Indicated Style, Fill and Linecaps, with stroke width 10";
200 {SkPaint::kStroke_Style, "Stroke"},
201 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
229 "Indicated Style, Fill and Linecaps, with stroke width 10";
quadpaths.cpp 59 {SkPaint::kStroke_Style, "Stroke"},
60 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
88 "Indicated Style, Fill and Linecaps, with stroke width 10";
201 {SkPaint::kStroke_Style, "Stroke"},
202 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
231 "Indicated Style, Fill and Linecaps, with stroke width 10";
  /external/skia/src/animator/
SkDrawPaint.cpp 50 SK_MEMBER(stroke, Boolean),
71 shader((SkDrawShader*) -1), strikeThru(-1), stroke(-1),
224 // stroke is legacy; style setting if present overrides stroke
225 if (stroke != -1)
226 paint->setStyle(SkToBool(stroke) ? SkPaint::kStroke_Style : SkPaint::kFill_Style);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
ComposePathEffect_Delegate.java 22 import java.awt.Stroke;
47 public Stroke getStroke(Paint_Delegate paint) {
CornerPathEffect_Delegate.java 22 import java.awt.Stroke;
47 public Stroke getStroke(Paint_Delegate paint) {
DashPathEffect_Delegate.java 23 import java.awt.Stroke;
52 public Stroke getStroke(Paint_Delegate paint) {
DiscretePathEffect_Delegate.java 22 import java.awt.Stroke;
47 public Stroke getStroke(Paint_Delegate paint) {
PathDashPathEffect_Delegate.java 22 import java.awt.Stroke;
47 public Stroke getStroke(Paint_Delegate paint) {
PathEffect_Delegate.java 22 import java.awt.Stroke;
55 public abstract Stroke getStroke(Paint_Delegate paint);
SumPathEffect_Delegate.java 22 import java.awt.Stroke;
47 public Stroke getStroke(Paint_Delegate paint) {
  /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/include/core/
SkPaint.h 280 "stroke".
289 kStroke_Style, //!< stroke the geometry
290 kStrokeAndFill_Style, //!< fill and stroke the geometry
348 @return the paint's stroke width, used whenever the paint's style is
349 Stroke or StrokeAndFill.
354 Pass 0 to stroke in hairline mode.
356 @param width set the paint's stroke width, used whenever the paint's
357 style is Stroke or StrokeAndFill.
361 /** Return the paint's stroke miter value. This is used to control the
364 Stroke or StrokeAndFill
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
group.svg 440 style="fill:none;fill-rule:evenodd;stroke:#9c9c9c;stroke-width:5.7184987;stroke-linecap:round;stroke-linejoin:round;" />
447 style="fill:url(#linearGradient1156);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1157);stroke-width:1.4473482pt;"
457 style="fill:url(#linearGradient905);fill-opacity:1;fill-rule:evenodd;stroke-width:1.6282668;"
465 style="fill:url(#radialGradient1315);fill-rule:evenodd;stroke:url(#linearGradient891);stroke-width:1.4649456pt;"
474 style="fill:url(#linearGradient1146);fill-opacity:1;fill-rule:evenodd;stroke-width:1.0000000pt;
    [all...]
  /cts/tests/res/drawable/
paintdrawable_attr.xml 24 <stroke
window_test_drawable.xml 20 <stroke android:width="2dp" android:color="#ff000000"/>

Completed in 2151 milliseconds

1 2 34 5 6 7 8 91011>>