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

12 3 4

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtDrawingStyle.java 162 * @param stroke A color descriptor for the foreground color, or null if no
169 * @param strokeAlpha The alpha value of the stroke, an integer in the range 0 to 255
174 private SwtDrawingStyle(RGB stroke, int strokeAlpha, RGB fill, int fillAlpha, int lineWidth,
176 mStroke = stroke;
188 * @param stroke Stroke color to be used (e.g. for the border/foreground)
189 * @param strokeAlpha Transparency to use for the stroke; 0 is transparent
193 private SwtDrawingStyle(RGB stroke, int strokeAlpha, int lineStyle) {
194 this(stroke, strokeAlpha, null, 255, 1, lineStyle);
198 * Return the stroke/foreground/border RGB color description to be used fo
    [all...]
GCWrapper.java 77 * A map of the {@link SwtDrawingStyle} stroke colors that we have actually
430 RGB stroke = swtStyle.getStrokeColor(); local
431 if (stroke != null) {
432 Color color = getStrokeColor(style, stroke);
450 /** Uses the stroke alpha for subsequent drawing operations. */
461 * Get the SWT stroke color (foreground/border) to use for the given style,
  /external/webkit/Source/WebCore/inspector/front-end/
SummaryBar.js 208 ctx.stroke();
212 ctx.stroke();
222 ctx.stroke();
264 ctx.stroke();
272 ctx.stroke();
  /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;
  /external/webkit/Source/WebCore/rendering/svg/
SVGResourcesCycleSolver.cpp 189 ASSERT(resourceLeadingToCycle == m_resources->fill() || resourceLeadingToCycle == m_resources->stroke());
192 if (m_resources->stroke() == resourceLeadingToCycle)
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/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);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 92 final int stroke = a.getColor(R.styleable.ChartNetworkSeriesView_strokeColor, Color.RED); local
97 setChartColor(stroke, fill, fillSecondary);
112 public void setChartColor(int stroke, int fill, int fillSecondary) {
115 mPaintStroke.setColor(stroke);
116 mPaintStroke.setStyle(Style.STROKE);
132 mPaintEstimate.setStyle(Style.STROKE);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImplJni.java 357 * @param stroke The key string
361 public static final native int setStroke( long work, String stroke );
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnEngineJAJP.java 218 if (!mExactMatchMode || mInputHiragana.equals(word.stroke)) {
455 int len = clause.stroke.length();
563 mInputHiragana = clause.stroke;
610 return wnnWord1.stroke.compareTo(wnnWord2.stroke);
OpenWnnClauseConverterJAJP.java 484 if (input.equals(word.stroke)) {
493 if (input.equals(word.stroke)) {
  /external/skia/src/svg/
SkSVGPaintState.cpp 29 SVG_ATTRIBUTE(stroke),
30 SVG_LITERAL_ATTRIBUTE(stroke-dasharray, f_strokeDasharray),
31 SVG_LITERAL_ATTRIBUTE(stroke-linecap, f_strokeLinecap),
32 SVG_LITERAL_ATTRIBUTE(stroke-linejoin, f_strokeLinejoin),
33 SVG_LITERAL_ATTRIBUTE(stroke-miterlimit, f_strokeMiterlimit),
34 SVG_LITERAL_ATTRIBUTE(stroke-width, f_strokeWidth),
289 parser._addAttribute("stroke", "false");
311 parser._addAttribute("stroke", "true");
SkSVGParser.cpp 128 bool stroke = false; local
134 stroke = walking->f_stroke.equals("none") == false;
145 return stroke && fill;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontLinux.cpp 118 // We draw text up to two times (once for fill, once for stroke).
192 bool stroke = (textMode & TextModeStroke) local
196 if (!fill && !stroke)
204 if (stroke) {
231 if (stroke) {
  /external/skia/bench/
RectBench.cpp 26 RectBench(void* param, int shift, int stroke = 0) : INHERITED(param), fShift(shift), fStroke(stroke) {
  /external/webkit/Source/WebCore/css/
CSSPropertyNames.in 292 -webkit-text-stroke
293 -webkit-text-stroke-color
294 -webkit-text-stroke-width
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 31 import java.awt.Stroke;
145 * returns the value of stroke miter needed by the java api.
179 public Stroke getJavaStroke() {
182 Stroke stroke = mPathEffect.getStroke(this); local
183 assert stroke != null;
184 if (stroke != null) {
185 return stroke;
194 // if no custom stroke as been set, set the default one.
771 Stroke stroke = paint.getJavaStroke() local
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 480 NJ_INT16 njd_get_stroke(NJ_CLASS *iwnn, NJ_RESULT *result, NJ_CHAR *stroke, NJ_UINT16 size) {
500 ret = njd_b_get_stroke(&result->word, stroke, size);
512 nj_strncpy(stroke, result->word.yomi, len);
513 *(stroke + len) = NJ_CHAR_NUL;
520 ret = njd_l_get_stroke(iwnn, &result->word, stroke, size);
524 ret = njd_f_get_stroke(&result->word, stroke, size);
  /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...]
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 160 // stroke the shadow if we have stroke but no fill
1095 bool stroke = mode & TextModeStroke; local
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.dashes.js 180 ctx.stroke();
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 216 [path stroke];
  /external/replicaisland/tools/
ExtractPoints.js 234 newDoc.selection.stroke(black, 2);

Completed in 525 milliseconds

12 3 4