HomeSort by relevance Sort by last modified time
    Searched refs:Points (Results 1 - 25 of 36) sorted by null

1 2

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue177/
Points.java 20 public class Points {
21 public Map<String, PointBean> points; field in class:Points
25 return "All Points";
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug281.go 31 func (o *Obj) Points() [2]Point{
46 q = p.Sub(o.Points()[0])
51 q = p.Sub(o.Points()[x])
  /prebuilts/go/linux-x86/test/fixedbugs/
bug281.go 31 func (o *Obj) Points() [2]Point{
46 q = p.Sub(o.Points()[0])
51 q = p.Sub(o.Points()[x])
  /external/pdfium/xfa/fde/css/
cfde_cssnumbervalue.h 22 Points,
cfde_cssnumbervalue.cpp 35 case FDE_CSSNumberType::Points:
fde_cssdatatable.cpp 182 {0x3EE4, FDE_CSSNumberType::Points},
  /external/mesa3d/src/mesa/main/
eval.c 145 /*** Copy and deallocate control points ***/
150 * Copy 1-parametric evaluator control points from user-specified
151 * memory space to a buffer of contiguous control points.
153 * \return pointer to buffer of contiguous control points or NULL if out
157 const GLfloat *points )
162 if (!points || !size)
168 for (i = 0, p = buffer; i < uorder; i++, points += ustride)
170 *p++ = points[k];
181 const GLdouble *points )
186 if (!points || !size
380 map1(target, (GLfloat) u1, (GLfloat) u2, stride, order, points, GL_DOUBLE); local
484 (GLfloat) v1, (GLfloat) v2, vstride, vorder, points, GL_DOUBLE); local
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c 138 _math_horner_bezier_curve(map->Points, &data[0].f, uu,
157 _math_horner_bezier_curve(map->Points, vertex, uu,
185 _math_horner_bezier_surf(map->Points,
211 _math_de_casteljau_surf(map->Points, vertex, du, dv, uu, vv,
236 _math_horner_bezier_surf(map->Points, vertex, uu, vv,
  /external/deqp/framework/referencerenderer/
rrPrimitiveTypes.hpp 42 PRIMITIVETYPE_POINTS, //!< Points
59 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_POINTS> { typedef pa::Point Type; typedef pa::Point BaseType; typedef pa::Points Assembler; };
rrPrimitiveAssembler.hpp 293 struct Points
  /external/dng_sdk/source/
dng_gain_map.h 54 /// samples (points), sample spacing, origin, and number of color planes.
57 const dng_point &points,
64 const dng_point & Points () const
dng_gain_map.cpp 140 if (fMap.Points ().v < 1)
144 uint32 lastRow = static_cast<uint32> (fMap.Points ().v - 1);
207 if (fMap.Points ().h < 1)
211 uint32 lastCol = static_cast<uint32> (fMap.Points ().h - 1);
253 const dng_point &points,
258 : fPoints (points)
263 , fRowStep (SafeUint32Mult(planes, points.h))
366 printf ("Points: v=%d, h=%d\n",
  /external/mesa3d/src/mesa/tnl/
t_vb_render.c 86 tnl->Driver.Render.Points( ctx, start, count )
197 tnl->Driver.Render.Points( ctx, start, count )
282 assert(tnl->Driver.Render.Points);
t_context.h 455 tnl_points_func Points; /* must now respect vb->elts */
459 /* These functions are called in order to render points, lines,
465 /* Render whole unclipped primitives (points, lines, linestrips,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msinkaut.h     [all...]
  /external/deqp/framework/opengl/
gluDrawUtil.hpp 235 DECLARE_PR_CTOR(Points, PRIMITIVETYPE_POINTS);
  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 86 * Render a triangle using points and respecting edge flags.
264 tnl->Driver.Render.Points = swsetup_points;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 435 PointF *Points;
441 PathData(): Count(0), Points(NULL), Types(NULL) {}
gdiplusimpl.h     [all...]
  /external/deqp/modules/gles3/stress/
es3sLongRunningShaderTests.cpp 248 throw tcu::NotSupportedError("Too small viewport to fit all test points");
297 glu::pr::Points(m_params->numInvocations));
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_swtnl_t.c 228 /* TnL renderer entry points */
332 tnl->Driver.Render.Points = swtnl_points;
nv04_render.c 94 /* TnL renderer entry points */
279 tnl->Driver.Render.Points = swtnl_points;
  /prebuilts/go/darwin-x86/src/image/
geom.go 77 // A Rectangle contains the points with Min.X <= X < Max.X, Min.Y <= Y < Max.Y.
78 // It is well-formed if Min.X <= Max.X and likewise for Y. Points are always
83 // returns color.Opaque for points in the rectangle and color.Transparent
193 // Empty reports whether the rectangle contains no points.
198 // Eq reports whether r and s contain the same set of points. All empty
  /prebuilts/go/linux-x86/src/image/
geom.go 77 // A Rectangle contains the points with Min.X <= X < Max.X, Min.Y <= Y < Max.Y.
78 // It is well-formed if Min.X <= Max.X and likewise for Y. Points are always
83 // returns color.Opaque for points in the rectangle and color.Transparent
193 // Empty reports whether the rectangle contains no points.
198 // Eq reports whether r and s contain the same set of points. All empty
  /external/deqp/modules/gles2/functional/
es2fShaderBuiltinVarTests.cpp 522 glu::pr::Points((int)coords.size()));

Completed in 583 milliseconds

1 2