HomeSort by relevance Sort by last modified time
    Searched defs:corner (Results 1 - 15 of 15) sorted by null

  /external/eigen/Eigen/src/Eigen2Support/
Block.h 16 /** \returns a dynamic-size expression of a corner of *this.
18 * \param type the type of corner. Can be \a Eigen::TopLeft, \a Eigen::TopRight,
20 * \param cRows the number of rows in the corner
21 * \param cCols the number of columns in the corner
34 ::corner(CornerType type, Index cRows, Index cCols) function in class:Eigen::DenseBase
39 eigen_assert(false && "Bad corner type.");
51 /** This is the const version of corner(CornerType, Index, Index).*/
54 DenseBase<Derived>::corner(CornerType type, Index cRows, Index cCols) const function in class:Eigen::DenseBase
59 eigen_assert(false && "Bad corner type.");
71 /** \returns a fixed-size expression of a corner of *this
86 DenseBase<Derived>::corner(CornerType type) function in class:Eigen::DenseBase
107 DenseBase<Derived>::corner(CornerType type) const function in class:Eigen::DenseBase
    [all...]
  /external/skia/gm/
patheffects.cpp 20 SkPathEffect* corner = new SkCornerPathEffect(25); local
23 compose = new SkComposePathEffect(pe, corner);
24 corner->unref();
26 compose = corner;
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 100 /** \returns the minimal corner */
102 /** \returns a non const reference to the minimal corner */
104 /** \returns the maximal corner */
106 /** \returns a non const reference to the maximal corner */
133 /** \returns the vertex of the bounding box at the corner defined by
134 * the corner-id corner. It works only for a 1D, 2D or 3D bounding box.
142 inline VectorType corner(CornerType corner) const function in class:Eigen::AlignedBox
151 if( mult & corner ) res[d] = m_max[d]
    [all...]
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 502 // and a line perpendicular to it that intersects the corner.
505 // Compute start corner relative to center.
518 // Compute c (of y = mx + c) using the corner point.
645 static float distanceToClosestCorner(const FloatPoint& p, const FloatSize& size, FloatPoint& corner)
659 corner = topLeft;
663 corner = topRight;
668 corner = bottomLeft;
673 corner = bottomRight;
678 static float distanceToFarthestCorner(const FloatPoint& p, const FloatSize& size, FloatPoint& corner)
692 corner = topLeft
810 FloatPoint corner; local
827 FloatPoint corner; local
850 FloatPoint corner; local
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java 196 int corner = getWidth() * getWidth() - 1; local
197 buffer.put(corner); // bottom right corner
213 buffer.put(corner);//br+1);//degenerate to flip winding order
399 int corner = getWidth() * getWidth() - 1; local
400 buffer.put(corner); // bottom right corner
402 int idx = corner;
426 buffer.put(corner);//br+1);//degenerate to flip winding order
    [all...]
  /external/quake/quake/src/QW/client/
gl_model.c 1141 vec3_t corner; local
1145 corner[i] = fabs(mins[i]) > fabs(maxs[i]) ? fabs(mins[i]) : fabs(maxs[i]);
1148 return Length (corner);
    [all...]
model.c 1110 vec3_t corner; local
1114 corner[i] = fabs(mins[i]) > fabs(maxs[i]) ? fabs(mins[i]) : fabs(maxs[i]);
1117 return Length (corner);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_model.cpp 1132 vec3_t corner; local
1136 corner[i] = fabs(mins[i]) > fabs(maxs[i]) ? fabs(mins[i]) : fabs(maxs[i]);
1139 return Length (corner);
    [all...]
model.cpp 1128 vec3_t corner; local
1132 corner[i] = fabs(mins[i]) > fabs(maxs[i]) ? fabs(mins[i]) : fabs(maxs[i]);
1135 return Length (corner);
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 43 This is improved variant of chessboard corner detection algorithm that
97 /// Corner info structure
98 /** This structure stores information about the chessboard corner.*/
101 CvPoint2D32f pt; // Coordinates of the corner
118 // neighbors and corners are synced, i.e., neighbor 0 shares corner 0
151 static void icvOrderQuad(CvCBQuad *quad, CvCBCorner *corner, int common);
488 // for each corner c lying between end points in the same row/column it checks that
535 // can add quads, so we need to have quad/corner arrays passed in
578 // 0,1,2,3) are in the at the same relative corner (e.g., lower right).
808 CvCBCorner* corner; local
1719 CvCBCorner* corner = &(*out_corners)[quad_count*4 + i]; local
1945 CvCBCorner* corner = &(*out_corners)[quad_count*4 + i]; local
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp 4138 RefPtr<RenderStyle> corner = renderer()->hasOverflowClip() ? actualRenderer->getUncachedPseudoStyle(SCROLLBAR_CORNER, actualRenderer->style()) : 0; local
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 556 milliseconds