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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/packages/SystemUI/res/drawable/
navbar_search_outerring.xml 22 <stroke android:color="#40ffffff" android:width="2dp" />
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
ColorPath.java 51 paint.setStyle(Paint.Style.STROKE);
  /packages/inputmethods/LatinIME/tools/maketext/res/values-rm/
donottranslate-more-keys.xml 27 U+00F8: "ø" LATIN SMALL LETTER O WITH STROKE -->
  /packages/inputmethods/LatinIME/tools/maketext/res/values-sl/
donottranslate-more-keys.xml 26 <!-- U+0111: "?" LATIN SMALL LETTER D WITH STROKE -->
  /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);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsListFocus.java 24 * The view class of the stroke and the candidate.
  /external/chromium/chrome/common/extensions/docs/images/intermediate/
i18n-hierarchy.graffle 37 <key>stroke</key>
85 <key>stroke</key>
122 <key>stroke</key>
159 <key>stroke</key>
196 <key>stroke</key>
233 <key>stroke</key>
270 <key>stroke</key>
307 <key>stroke</key>
344 <key>stroke</key>
381 <key>stroke</key
    [all...]
  /frameworks/base/docs/html/images/
activity_lifecycle.graffle     [all...]
  /external/freetype/include/freetype/
ftstroke.h 44 * `inside' borders of the stroke.
81 * outer corners of each stroke.
127 * rendered in a stroke.
157 * These values are used to select a given stroke border
336 * stroker generates a single `stroke' outline.
368 * This function is useful when you need to stroke a path that is
505 * contours necessary to export one of the `border' or `stroke'
666 * Stroke a given outline glyph object with a given stroker.
698 * Stroke a given outline glyph object with a given stroker, but
  /frameworks/base/docs/html/images/training/basics/fragments-screen-mock.graffle/
data.plist 29 <key>stroke</key>
80 <key>stroke</key>
200 <key>stroke</key>
258 <key>stroke</key>
354 <key>stroke</key>
471 <key>stroke</key>
588 <key>stroke</key>
646 <key>stroke</key>
683 <key>stroke</key>
  /packages/inputmethods/LatinIME/native/jni/src/
char_utils.cpp 91 { 0x00D8, 0x00F8 }, // LATIN CAPITAL LETTER O WITH STROKE
94 { 0x0110, 0x0111 }, // LATIN CAPITAL LETTER D WITH STROKE
95 { 0x0126, 0x0127 }, // LATIN CAPITAL LETTER H WITH STROKE
96 { 0x0141, 0x0142 }, // LATIN CAPITAL LETTER L WITH STROKE
99 { 0x0166, 0x0167 }, // LATIN CAPITAL LETTER T WITH STROKE
115 { 0x0197, 0x0268 }, // LATIN CAPITAL LETTER I WITH STROKE
130 { 0x01B5, 0x01B6 }, // LATIN CAPITAL LETTER Z WITH STROKE
134 { 0x01E4, 0x01E5 }, // LATIN CAPITAL LETTER G WITH STROKE
144 { 0x023A, 0x2C65 }, // LATIN CAPITAL LETTER A WITH STROKE
145 { 0x023B, 0x023C }, // LATIN CAPITAL LETTER C WITH STROKE
    [all...]
  /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);
  /external/skia/bench/
bench_graph_svg.py 595 preRevision.setAttributeNS(null,'stroke', previousRevisionStroke);
604 previousRevisionStroke = revision.getAttributeNS(null,'stroke');
605 revision.setAttributeNS(null,'stroke','rgb(100%, 90%, 90%)');
622 print 'stroke="rgb(98%%,98%%,88%%)" stroke-width=%s' % qa(line_width),
662 preLine.setAttributeNS(null,'stroke', previousColor);
677 previousColor = line.getAttributeNS(null,'stroke');
679 line.setAttributeNS(null,'stroke', 'blue');
712 print 'fill="none" stroke="yellow"',
713 print 'stroke-width=%s' % qa(abs(ch(regression.serror*2)))
    [all...]
  /frameworks/base/docs/html/images/resources/
resource_devices_diagram.graffle 36 <key>stroke</key>
78 <key>stroke</key>
127 <key>stroke</key>
179 <key>stroke</key>
231 <key>stroke</key>
283 <key>stroke</key>
333 <key>stroke</key>
394 <key>stroke</key>
452 <key>stroke</key>
502 <key>stroke</key
    [all...]
  /frameworks/base/docs/html/images/training/basics/basic-lifecycle.graffle/
data.plist 29 <key>stroke</key>
143 <key>stroke</key>
262 <key>stroke</key>
381 <key>stroke</key>
453 <key>stroke</key>
569 <key>stroke</key>
688 <key>stroke</key>
816 <key>stroke</key>
935 <key>stroke</key>
1007 <key>stroke</key
    [all...]
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureTest.java 28 * Basic tests that verify expected values when a simple line gesture stroke is added.
72 // assert bounding box is same as bounding box for individual gesture stroke
  /cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java 51 pathPaint.setStyle(Style.STROKE);
72 expectedPaint.setStyle(Style.STROKE);
DiscretePathEffectTest.java 47 paint.setStyle(Style.STROKE);
64 paint.setStyle(Style.STROKE);
  /cts/tests/tests/media/src/android/media/cts/
FaceView.java 52 mPOuterBullsEye.setStyle(Paint.Style.STROKE);
55 mTmpPaint.setStyle(Paint.Style.STROKE);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Arcs.java 67 mPaints[2].setStyle(Paint.Style.STROKE);
85 mFramePaint.setStyle(Paint.Style.STROKE);
PolyToPoly.java 47 mPaint.setStyle(Paint.Style.STROKE);
67 // for when the style is STROKE
  /external/skia/gm/
emptypath.cpp 59 {SkPaint::kStroke_Style, "Stroke"},
60 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
  /external/skia/samplecode/
SampleEmptyPath.cpp 61 {SkPaint::kStroke_Style, "Stroke"},
62 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
  /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");
  /packages/inputmethods/LatinIME/tools/maketext/res/values-fi/
donottranslate-more-keys.xml 28 <!-- U+00F8: "ø" LATIN SMALL LETTER O WITH STROKE
52 <!-- U+00F8: "ø" LATIN SMALL LETTER O WITH STROKE -->

Completed in 563 milliseconds

1 2 3 4 56 7 8 91011>>