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

12 3 4

  /external/skia/src/svg/
SkSVGParser.cpp 376 CASE_NEW(Polygon);
424 {"polygon", SkSVGType_Polygon},
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 480 QPolygonF polygon(npoints);
483 polygon[i] = points[i];
501 p->drawConvexPolygon(polygon);
504 p->drawConvexPolygon(polygon);
    [all...]
  /external/quake/quake/src/QW/client/
d_sprite.c 132 // can't step off polygon), clamp, calculate s and t steps across
r_misc.c 317 Con_Printf ("%3i polygon model drawn\n", r_amodels_drawn);
gl_warp.c 141 Breaks a polygon up along axial 64 unit
157 // convert edges back to a normal polygon
d_polysa.s 22 // x86 assembly-language polygon model drawing code
1082 // Alias model polygon dispatching code, combined with subdivided affine
    [all...]
gl_rsurf.c 1189 // draw the polygon
1493 // reconstruct the polygon
    [all...]
  /external/quake/quake/src/WinQuake/
d_sprite.cpp 132 // can't step off polygon), clamp, calculate s and t steps across
r_misc.cpp 241 Con_Printf ("%3i polygon model drawn\n", r_amodels_drawn);
gl_warp.cpp 141 Breaks a polygon up along axial 64 unit
158 // convert edges back to a normal polygon
d_polysa.s 22 // x86 assembly-language polygon model drawing code
1082 // Alias model polygon dispatching code, combined with subdivided affine
    [all...]
gl_rsurf.cpp 1258 // draw the polygon
    [all...]
  /external/skia/src/xml/
SkJSDisplayable.cpp 165 JS_INIT(Sk, Polygon)
  /external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.cpp 271 ::Polygon(dc, winPoints, npoints);
331 // Test intersections between the polygon and the vertical line: x = point.x()
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 359 MGL_CONVEX_POLYGON, /* Monotone vertical polygon */
361 MGL_AUTO_POLYGON, /* Auto detect the polygon type */
568 /* Structures for passing vertex information to polygon rendering routines.
802 m_int polyType; /* Polygon drawing type */
921 #define MGL_HW_POLY 0x0040 /* Hardware polygon filling */
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 359 MGL_CONVEX_POLYGON, /* Monotone vertical polygon */
361 MGL_AUTO_POLYGON, /* Auto detect the polygon type */
568 /* Structures for passing vertex information to polygon rendering routines.
802 m_int polyType; /* Polygon drawing type */
921 #define MGL_HW_POLY 0x0040 /* Hardware polygon filling */
    [all...]
  /frameworks/base/awt/com/android/internal/awt/
AndroidGraphics2D.java 32 import java.awt.Polygon;
    [all...]
  /bionic/libc/include/net/
ethertypes.h 260 /* 0x81E6 - 0x81EF Polygon */
  /external/skia/src/utils/
SkDumpCanvas.cpp 93 "POINTS", "LINES", "POLYGON"
  /ndk/build/platforms/android-3/arch-arm/usr/include/net/
ethertypes.h 260 /* 0x81E6 - 0x81EF Polygon */
  /ndk/build/platforms/android-4/arch-arm/usr/include/net/
ethertypes.h 260 /* 0x81E6 - 0x81EF Polygon */
  /ndk/build/platforms/android-5/arch-arm/usr/include/net/
ethertypes.h 260 /* 0x81E6 - 0x81EF Polygon */
  /ndk/build/platforms/android-5/arch-x86/usr/include/net/
ethertypes.h 260 /* 0x81E6 - 0x81EF Polygon */
  /ndk/build/platforms/android-8/arch-arm/usr/include/net/
ethertypes.h 260 /* 0x81E6 - 0x81EF Polygon */
  /ndk/build/platforms/android-8/arch-x86/usr/include/net/
ethertypes.h 260 /* 0x81E6 - 0x81EF Polygon */

Completed in 454 milliseconds

12 3 4