HomeSort by relevance Sort by last modified time
    Searched full:stroke (Results 101 - 125 of 789) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/bench/
RectBench.cpp 16 DEFINE_double(strokeWidth, -1.0, "If set, use this stroke width in RectBench.");
29 RectBench(int shift, int stroke = 0)
31 , fStroke(stroke) {}
117 OvalBench(int shift, int stroke = 0) : RectBench(shift, stroke) {}
127 RRectBench(int shift, int stroke = 0) : RectBench(shift, stroke) {}
  /external/skia/include/core/
SkPathEffect.h 35 * Given a src path (input) and a stroke-rec (input and output), apply
38 * and stroke-rec.
40 * The stroke-rec specifies the initial request for stroking (if any).
43 * stroke's width or join, or the effect can change the rec from stroke
44 * to fill (or fill to stroke) in addition to returning a new (dst) path.
47 * resulting stroke-rec to dst and then draw.
SkStrokeRec.h 54 * Specify the strokewidth, and optionally if you want stroke + fill.
82 * Apply these stroke parameters to the src path, returning the result
94 * Apply these stroke parameters to a paint.
  /frameworks/base/docs/image_sources/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/libxml2/result/
svg3.sax 6 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
16 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
26 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
36 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
46 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172'
    [all...]
  /external/freetype/include/
ftstroke.h 44 * `inside' borders of the stroke.
113 * outer corners of each stroke.
159 * rendered in a stroke.
189 * These values are used to select a given stroke border
370 * stroker generates a single `stroke' outline.
402 * This function is useful when you need to stroke a path that is
539 * contours necessary to export one of the `border' or `stroke'
700 * Stroke a given outline glyph object with a given stroker.
720 * Adding stroke may yield a significantly wider and taller glyph
721 * depending on how large of a radius was used to stroke the glyph. Yo
    [all...]
  /external/pdfium/third_party/freetype/include/
ftstroke.h 44 * `inside' borders of the stroke.
113 * outer corners of each stroke.
159 * rendered in a stroke.
189 * These values are used to select a given stroke border
370 * stroker generates a single `stroke' outline.
402 * This function is useful when you need to stroke a path that is
539 * contours necessary to export one of the `border' or `stroke'
700 * Stroke a given outline glyph object with a given stroker.
720 * Adding stroke may yield a significantly wider and taller glyph
721 * depending on how large of a radius was used to stroke the glyph. Yo
    [all...]
  /external/skia/gm/
multipicturedraw.cpp 53 SkPaint stroke; local
54 stroke.setStyle(SkPaint::kStroke_Style);
55 stroke.setStrokeWidth(3);
74 canvas->drawPath(hex, stroke);
103 SkPaint stroke; local
104 stroke.setStyle(SkPaint::kStroke_Style);
105 stroke.setStrokeWidth(3);
128 canvas->drawPath(hex, stroke);
159 SkPaint stroke; local
160 stroke.setStyle(SkPaint::kStroke_Style)
    [all...]
linepaths.cpp 60 {SkPaint::kStroke_Style, "Stroke"},
61 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
89 "Indicated Style, Fill and Linecaps, with stroke width 10";
203 {SkPaint::kStroke_Style, "Stroke"},
204 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
233 "Indicated Style, Fill and Linecaps, with stroke width 10";
poly2poly.cpp 27 void stroke();
66 void SkJSCanvas::stroke() { function in class:SkJSCanvas
121 ctx.stroke();
127 // TEST 2 - Includes an extra moveTo call before stroke; the rectangle appears larger
146 ctx.stroke();
171 ctx.stroke();
quadpaths.cpp 60 {SkPaint::kStroke_Style, "Stroke"},
61 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
90 "Indicated Style, Fill and Linecaps, with stroke width 10";
205 {SkPaint::kStroke_Style, "Stroke"},
206 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
236 "Indicated Style, Fill and Linecaps, with stroke width 10";
  /external/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 57 const SkStrokeRec& stroke,
65 const bool requiresAACircle = (stroke.getCap() == SkPaint::kRound_Cap) ||
66 (stroke.getJoin() == SkPaint::kRound_Join);
77 return ((stroke.getStyle() == SkStrokeRec::kStroke_Style) && (maxNbVerts < maxVBSize) &&
83 const SkStrokeRec& stroke,
90 SkScalar width = stroke.getWidth();
96 SkPaint::Join join = stroke.getJoin();
97 SkScalar miterLimit = stroke.getMiter();
272 switch (stroke.getCap()) {
  /frameworks/base/libs/hwui/
PathTessellator.h 68 * (stroke vs fill), stroke width, stroke cap & join style, etc.
82 * @param paint The paint the points will be drawn with indicating AA, stroke width & cap
96 * @param paint The paint the lines will be drawn with indicating AA, stroke width & cap
  /frameworks/support/design/base/android/support/design/widget/
CircularBorderDrawable.java 36 * We actually draw the stroke wider than the border size given. This is to reduce any
38 * This value defines the multiplier used to determine to draw stroke width.
59 mPaint.setStyle(Paint.Style.STROKE);
92 // We need to inset the oval bounds by half the border width. This is because stroke draws
93 // the center of the border on the dimension. Whereas we want the stroke on the inside.
  /external/skia/src/core/
SkStroke.cpp 40 stroke has more than the optimal number of quadratics and lines */
118 struct SkQuadConstruct { // The state of the quad stroke under construction.
210 kSplit_ResultType, // the caller should split the quad stroke in two
212 kQuad_ResultType, // the caller should (continue to try to) add a quad stroke
268 ResultType strokeCloseEnough(const SkPoint stroke[3], const SkPoint ray[2],
    [all...]
SkDrawProcs.h 66 * If the current paint is set to stroke and the stroke-width when applied to
68 * a stroke by drawing a hairline with partial coverage). If any of these
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
SegmentFormatter.java 45 getOuterEdgePaint().setStyle(Paint.Style.STROKE);
51 getInnerEdgePaint().setStyle(Paint.Style.STROKE);
57 getRadialEdgePaint().setStyle(Paint.Style.STROKE);
  /external/skia/experimental/SkV8Example/js/
gears.js 43 dl.stroke(p);
68 ctx.stroke(gear.path);
73 ctx.stroke();
  /external/skia/src/gpu/
GrStrokeInfo.h 15 * GrStrokeInfo encapsulates all the pertinent infomation regarding the stroke. The SkStrokeRec
126 /** Applies the dash to a path, if the stroke info has dashing.
128 * false if the stroke info did not have dashing. The dst and dstStrokeInfo
  /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/src/animator/
SkDrawPaint.cpp 48 SK_MEMBER(stroke, Boolean),
69 shader((SkDrawShader*) -1), strikeThru(-1), stroke(-1),
222 // stroke is legacy; style setting if present overrides stroke
223 if (stroke != -1)
224 paint->setStyle(SkToBool(stroke) ? SkPaint::kStroke_Style : SkPaint::kFill_Style);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java 119 paint.setStyle(Style.STROKE);
165 paint.setStyle(Style.STROKE);
228 paint.setStyle(Style.STROKE);
260 StrokeData stroke = mParameters.getCurrentDrawing(); local
261 if (stroke != null) {
262 paint(stroke, canvas, originalRotateToScreen, quality);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 92 final int stroke = a.getColor(R.styleable.ChartNetworkSeriesView_strokeColor, Color.RED); local
99 setChartColor(stroke, fill, fillSecondary);
115 public void setChartColor(int stroke, int fill, int fillSecondary) {
118 mPaintStroke.setColor(stroke);
119 mPaintStroke.setStyle(Style.STROKE);
135 mPaintEstimate.setStyle(Style.STROKE);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
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/libxml2/result/SVG/
flower2.xml 5 <g style="transform: matrix(1 0 0 -1 -25.88 798.60); stroke: #000; stroke-width: 1">

Completed in 494 milliseconds

1 2 3 45 6 7 8 91011>>