HomeSort by relevance Sort by last modified time
    Searched full:polygon (Results 26 - 50 of 182) sorted by null

12 3 4 5 6 7 8

  /external/skia/src/gpu/
GrPathUtils.h 109 // control points taken together form a convex polygon. It relies on this
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.h 62 // polygon offsets.
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 245 wxPoint* polygon = new wxPoint[npoints];
247 polygon[i] = wxPoint(points[i].x(), points[i].y());
249 m_data->context->DrawPolygon((int)npoints, polygon);
250 delete [] polygon;
  /external/quake/quake/src/QW/client/
d_edge.c 251 // FIXME: we don't want to do all this for every polygon!
289 // FIXME: we don't want to do all this for every polygon!
r_draw.c 730 // reconstruct the polygon
752 // clip the polygon, done if not visible
865 // build the polygon descriptor, including fa, r_nearzi, and u, v, s, t, and z
872 // draw the polygon
899 // draw the polygon
d_scan.c 205 // can't step off polygon), clamp, calculate s and t steps across
339 // can't step off polygon), clamp, calculate s and t steps across
r_bsp.c 352 // draw the polygon
430 // draw the polygon
  /external/quake/quake/src/WinQuake/
d_edge.cpp 247 // FIXME: we don't want to do all this for every polygon!
284 // FIXME: we don't want to do all this for every polygon!
r_draw.cpp 730 // reconstruct the polygon
752 // clip the polygon, done if not visible
865 // build the polygon descriptor, including fa, r_nearzi, and u, v, s, t, and z
872 // draw the polygon
899 // draw the polygon
d_scan.cpp 207 // can't step off polygon), clamp, calculate s and t steps across
341 // can't step off polygon), clamp, calculate s and t steps across
r_bsp.cpp 352 // draw the polygon
430 // draw the polygon
  /external/skia/legacy/src/animator/
SkDisplayType.cpp 162 CASE_NEW(Polygon);
317 CASE_GET_INFO(Polygon);
484 { "polygon", SkType_Polygon INIT_BOOL_FIELDS },
SkAnimateSchema.xsd     [all...]
  /external/skia/src/animator/
SkDisplayType.cpp 162 CASE_NEW(Polygon);
317 CASE_GET_INFO(Polygon);
484 { "polygon", SkType_Polygon INIT_BOOL_FIELDS },
SkAnimateSchema.xsd     [all...]
  /external/skia/src/svg/
SkSVGParser.cpp 374 CASE_NEW(Polygon);
422 {"polygon", SkSVGType_Polygon},
  /frameworks/native/opengl/libagl/
primitives.cpp 860 // two new vertices (because the polygon is convex).
862 // the polygon degenerates into something non convex.
866 // original list of vertices (polygon to clip, in fact this
867 // function works with an arbitrary polygon).
919 return; // non-convex polygon!
930 return; // non-convex polygon!
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
dot.php 72 'polygon', 'record', 'same', 'solid', 'trapezium', 'triangle', 'tripleoctagon',
povray.php 103 'texture_list', 'face_indices', 'normal_indices', 'uv_indices', 'texture', 'polygon', 'plane', 'poly',
  /external/skia/legacy/src/core/
SkConcaveToTriangles.cpp 18 // only from the points in the original polygon, so there is no possibility for
89 // points in the polygon. Only the Y coordinate of the top and bottom are
169 // The next and previous vertices around the polygon.
677 // Enhance the polygon with trapezoids.
916 // Split the polygon into sets of unimonotone chains, and eventually call
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/maps/model/
package-summary.html 724 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/maps/model/Polygon.html">Polygon</a></td>
725 <td class="jd-descrcol" width="100%">A polygon on the earth's surface.&nbsp;</td>
729 <td class="jd-descrcol" width="100%">Defines options for a polygon.&nbsp;</td>
758 <td class="jd-descrcol" width="100%">Contains the four points defining the four-sided polygon that is visible in a map's camera.&nbsp;</td>
  /frameworks/base/docs/html/training/design-navigation/
example-wireframe-phone.svg     [all...]
  /external/opencv/cv/src/
cvrotcalipers.cpp 73 // maximal height of polygon.
187 /* compute cosine of angle between calipers side and polygon edge */
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 349 public void drawPolygon(Polygon p)
429 public void fillPolygon(Polygon p)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results.html 377 TableSorter._forwardArrow = '<svg style="width:10px;height:10px"><polygon points="0,0 10,0 5,10" style="fill:#aaa"></svg>';
379 TableSorter._backwardArrow = '<svg style="width:10px;height:10px"><polygon points="0,10 10,10 5,0" style="fill:#aaa"></svg>';

Completed in 3414 milliseconds

12 3 4 5 6 7 8