HomeSort by relevance Sort by last modified time
    Searched defs:corner (Results 1 - 24 of 24) 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/chromium_org/third_party/skia/gm/
patheffects.cpp 20 SkPathEffect* corner = SkCornerPathEffect::Create(25); local
23 compose = SkComposePathEffect::Create(pe, corner);
24 corner->unref();
26 compose = corner;
  /external/skia/gm/
patheffects.cpp 20 SkPathEffect* corner = SkCornerPathEffect::Create(25); local
23 compose = SkComposePathEffect::Create(pe, corner);
24 corner->unref();
26 compose = corner;
  /external/chromium_org/cc/animation/
transform_operation.cc 417 gfx::Point3F corner = box.origin(); local
418 corner += gfx::Vector3dF(i & 1 ? box.width() : 0.f,
423 corner, from, to, min_progress, max_progress, &box_for_arc);
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc 111 // Gets the corner of the screen where the message center should pop up.
112 Alignment GetAnchorAlignment(const gfx::Rect& work_area, gfx::Point corner) {
116 center.y() > corner.y() ? ALIGNMENT_TOP : ALIGNMENT_BOTTOM;
119 (center.x() > corner.x() ? ALIGNMENT_LEFT : ALIGNMENT_RIGHT));
306 gfx::Point corner = internal::GetClosestCorner(work_area, mouse_click_point_); local
313 if (mouse_click_point_.y() > corner.y())
320 internal::GetAnchorAlignment(work_area, corner);
322 pos_info.inital_anchor_point = corner;
339 std::abs(mouse_click_point_.y() - corner.y()) + kMouseOffset;
  /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/chromium_org/chrome/browser/apps/
web_view_interactive_browsertest.cc 314 gfx::Point corner() { function in class:WebViewInteractiveTest
534 gfx::Point(corner().x() + 75, corner().y() + 25)));
549 gfx::Point(corner().x() + 74, corner().y() + 74)));
584 gfx::Point(corner().x() + 50, corner().y() + 10)));
595 gfx::Point(corner().x() + 51, corner().y() + 11)));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 619 // and a line perpendicular to it that intersects the corner.
622 // Compute start corner relative to center, in Cartesian space (+y = up).
635 // Compute c (of y = mx + c) using the corner point.
1081 FloatPoint corner; local
1098 FloatPoint corner; local
1123 FloatPoint corner; local
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsAngleIdeas.cpp 261 SkDVector corner[4] = { local
268 for (unsigned index = 0; index < SK_ARRAY_COUNT(corner); ++index) {
269 max = SkTMax(max, corner[index].length());
    [all...]
  /external/skia/tests/
PathOpsAngleIdeas.cpp 261 SkDVector corner[4] = { local
268 for (unsigned index = 0; index < SK_ARRAY_COUNT(corner); ++index) {
269 max = SkTMax(max, corner[index].length());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonRipple.java 97 final float corner = horizontal ? cy : cx; local
101 corner, corner, p);
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 770 IntRect corner = box->layer()->scrollableArea()->touchResizerCornerRect(bounds); local
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleSlides.cpp 34 SkPathEffect* corner = SkCornerPathEffect::Create(25); local
37 compose = SkComposePathEffect::Create(pe, corner);
38 corner->unref();
40 compose = corner;
  /external/skia/samplecode/
SampleSlides.cpp 34 SkPathEffect* corner = SkCornerPathEffect::Create(25); local
37 compose = SkComposePathEffect::Create(pe, corner);
38 corner->unref();
40 compose = corner;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp 275 // We have a scrollbar corner when a scrollbar is visible and not filling the entire length of the box.
978 RefPtr<RenderStyle> corner = box().hasOverflowClip() ? actualRenderer->getUncachedPseudoStyle(PseudoStyleRequest(SCROLLBAR_CORNER), actualRenderer->style()) : PassRefPtr<RenderStyle>(nullptr); local
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 1303 int corner = SkToInt(lua_tointeger(L, 2)); local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 1229 const tcu::Vec3 corner; member in struct:deqp::gles2::Functional::__anon23676::ClipPlaneVisit
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 1233 const tcu::Vec3 corner; member in struct:deqp::gles3::Functional::__anon23807::ClipPlaneVisit
    [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/skia/src/utils/
SkLua.cpp 1303 int corner = SkToInt(lua_tointeger(L, 2)); 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 980 milliseconds