HomeSort by relevance Sort by last modified time
    Searched full:polyline (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/svg/
SkSVGPolyline.cpp 25 DEFINE_SVG_INFO(Polyline)
37 parser._startElement("polyline");
SkSVGPolyline.h 17 DECLARE_SVG_INFO(Polyline);
SkSVGParser.cpp 375 CASE_NEW(Polyline);
423 {"polyline", SkSVGType_Polyline},
  /external/skia/src/svg/
SkSVGPolyline.cpp 25 DEFINE_SVG_INFO(Polyline)
37 parser._startElement("polyline");
SkSVGPolyline.h 17 DECLARE_SVG_INFO(Polyline);
SkSVGParser.cpp 375 CASE_NEW(Polyline);
423 {"polyline", SkSVGType_Polyline},
  /frameworks/base/docs/html/reference/com/google/android/gms/maps/model/
Polyline.html 107 <title>Polyline | Android Developers</title>
493 <li class="current">Polyline</li>
832 <h1 itemprop="name">Polyline</h1>
868 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.maps.model.Polyline</td>
884 <p itemprop="articleBody">A polyline is a list of points, where line segments are drawn between consecutive points. A
885 polyline has the following properties:
889 <dd>The vertices of the line. Line segments are drawn between consecutive points. A polyline is
890 <em>not</em> closed by default; to form a closed polyline, the start and end points must be the
905 <dd>Indicates if the polyline is visible or invisible, i.e., whether it is drawn on the map. An
906 invisible polyline is not drawn, but retains all of its other properties. The default i
    [all...]
PolylineOptions.html 901 <p itemprop="articleBody">Defines options for a polyline.
1064 Adds a vertex to the end of the polyline being built.
1087 Adds vertices to the end of the polyline being built.
1110 Adds vertices to the end of the polyline being built.
1133 Sets the color of the polyline as a 32-bit ARGB color.
1156 Specifies whether to draw each segment of this polyline as a geodesic.
    [all...]
package-summary.html 1027 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/maps/model/Polyline.html">Polyline</a></td>
1029 A polyline is a list of points, where line segments are drawn between consecutive points.&nbsp;
1040 Defines options for a polyline.&nbsp;
    [all...]
GroundOverlay.html 911 <code><a href="/reference/com/google/android/gms/maps/model/Polyline.html">Polyline</a></code>s and <code><a href="/reference/com/google/android/gms/maps/model/TileOverlay.html">TileOverlay</a></code>s, but not <code><a href="/reference/com/google/android/gms/maps/model/Marker.html">Marker</a></code>s). An overlay with a larger
926 Methods that modify a Polyline must be called on the UI thread. If not, an
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGResources.h 112 // -> a, circle, defs, ellipse, glyph, g, image, line, marker, mask, missing-glyph, path, pattern, polygon, polyline, rect, svg, switch, symbol, text, use
134 // marker: line, path, polygon, polyline
158 // -> altGlyph, circle, ellipse, line, path, polygon, polyline, rect, text, textPath, tspan
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTagNames.in 70 polyline
  /external/chromium_org/third_party/skia/src/animator/
SkDrawPath.h 53 DECLARE_MEMBER_INFO(Polyline);
SkDisplayType.cpp 163 CASE_NEW(Polyline);
318 CASE_GET_INFO(Polyline);
485 { "polyline", SkType_Polyline INIT_BOOL_FIELDS },
SkAnimateSchema.xsd     [all...]
  /external/skia/src/animator/
SkDrawPath.h 53 DECLARE_MEMBER_INFO(Polyline);
SkDisplayType.cpp 163 CASE_NEW(Polyline);
318 CASE_GET_INFO(Polyline);
485 { "polyline", SkType_Polyline INIT_BOOL_FIELDS },
SkAnimateSchema.xsd     [all...]
  /external/eigen/unsupported/Eigen/
BVH 49 * - Given a polyline and a query point, determine the closest point on the polyline to the query
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_vcgen_dash.cpp 116 m_status = polyline;
127 case polyline: {
agg_vcgen_dash.h 34 polyline, enumerator in enum:agg::vcgen_dash::status_e
  /external/chromium_org/skia/ext/
platform_device_win.cc 113 // PolyDraw/PolyBezier/Polyline whenever possible.
  /external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp 158 JS_INIT(Sk, Polyline)
  /external/skia/src/xml/
SkJSDisplayable.cpp 158 JS_INIT(Sk, Polyline)
  /frameworks/base/docs/html/reference/com/google/android/gms/maps/
GoogleMap.html     [all...]

Completed in 1123 milliseconds

1 2