Searched refs:corner (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_win.cc21 gfx::Point corner(area.left, area.top);
34 // Adjust corner to now overflow the work area left and top edges, so
36 corner = gfx::Point(
37 std::max(corner.x(), limit.x()),
38 std::max(corner.y(), limit.y())
42 return corner;
H A Dwindow_sizer_gtk.cc27 gfx::Point corner(monitor_bounds.x(), monitor_bounds.y());
39 // Adjust corner to now overflow the work area left and top edges, so
41 corner = gfx::Point(
42 std::max(corner.x(), limit.x()),
43 std::max(corner.y(), limit.y()));
45 return corner;
/external/chromium/chrome/browser/ui/
H A Dwindow_sizer_linux.cc113 gfx::Point corner(monitor_bounds.x(), monitor_bounds.y());
124 // Adjust corner to now overflow the work area left and top edges, so
126 corner = gfx::Point(
127 std::max(corner.x(), limit.x()),
128 std::max(corner.y(), limit.y()));
130 return corner;
H A Dwindow_sizer_win.cc88 gfx::Point corner(area.left, area.top);
99 // Adjust corner to now overflow the work area left and top edges, so
101 corner = gfx::Point(
102 std::max(corner.x(), limit.x()),
103 std::max(corner.y(), limit.y())
107 return corner;
/external/eigen/Eigen/src/Eigen2Support/
H A DBlock.h16 /** \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 o
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/eigen/test/
H A Dgeo_alignedbox.cpp114 VERIFY_IS_APPROX( m, box.corner( BoxType::BottomLeft ) );
115 VERIFY_IS_APPROX( M, box.corner( BoxType::TopRight ) );
118 VERIFY_IS_APPROX( bottomRight, box.corner( BoxType::BottomRight ) );
119 VERIFY_IS_APPROX( topLeft, box.corner( BoxType::TopLeft ) );
140 VERIFY_IS_APPROX( m, box.corner( BoxType::BottomLeftFloor ) );
141 VERIFY_IS_APPROX( M, box.corner( BoxType::TopRightCeil ) );
144 VERIFY_IS_APPROX( bottomRightFloor, box.corner( BoxType::BottomRightFloor ) );
145 VERIFY_IS_APPROX( topLeftFloor, box.corner( BoxType::TopLeftFloor ) );
H A Deigen2support.cpp39 VERIFY_IS_EQUAL((m1.corner(TopLeft,1,1)), (m1.block(0,0,1,1)));
40 VERIFY_IS_EQUAL((m1.template corner<1,1>(TopLeft)), (m1.template block<1,1>(0,0)));
/external/skia/gm/
H A Dpatheffects.cpp20 SkPathEffect* corner = new SkCornerPathEffect(25); local
23 compose = new SkComposePathEffect(pe, corner);
24 corner->unref();
26 compose = corner;
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dcomplex_rep.S2 # I thought up a lot of corner-cases in the rep code. This tries
/external/valgrind/main/exp-bbv/tests/x86/
H A Dcomplex_rep.S2 # I thought up a lot of corner-cases in the rep code. This tries
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dweb_notification_tray.cc108 // Gets the corner of the screen where the message center should pop up.
109 Alignment GetAnchorAlignment(const gfx::Rect& work_area, gfx::Point corner) { argument
113 center.y() > corner.y() ? ALIGNMENT_TOP : ALIGNMENT_BOTTOM;
116 (center.x() > corner.x() ? ALIGNMENT_LEFT : ALIGNMENT_RIGHT));
280 gfx::Point corner = internal::GetClosestCorner(work_area, mouse_click_point_); local
287 if (mouse_click_point_.y() > corner.y())
294 internal::GetAnchorAlignment(work_area, corner);
296 pos_info.inital_anchor_point = corner;
313 std::abs(mouse_click_point_.y() - corner.y()) + kMouseOffset;
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_positioner.h17 // the corner of a display. This class does not impose any particular policy for
20 // the cursor versus the corner of the shelf. This class just performs the
57 // Finds the position for a window to anchor it to a corner of the screen.
58 // |corner| specifies which corner to anchor the window to. Returns the
62 gfx::Point GetAnchorPointForScreenCorner(ScreenCorner corner) const;
64 // Finds the position for a window to anchor it to the corner of the shelf.
H A Dapp_list_positioner.cc36 ScreenCorner corner) const {
39 switch (corner) {
/external/clang/docs/tools/
H A Dmanpage.css223 background: #f0f5fa url(/i/corner-leftline.gif) repeat-y;
227 background: #f0f5fa url(/i/corner-rightline.gif) repeat-y;
231 background: #f0f5fa url(/i/corner-topline.gif) repeat-x;
235 background: #f0f5fa url(/i/corner-botline.gif) repeat-x;
239 background: #ffffff url(/i/corner-rightline.gif) repeat-y;
243 background: #ffffff url(/i/corner-topline.gif) repeat-x;
247 background: #ffffff url(/i/corner-botline.gif) repeat-x;
255 background: #ffffff url(/i/corner-leftline.gif) repeat-y;
/external/chromium_org/chrome/browser/apps/
H A Dweb_view_interactive_browsertest.cc256 gfx::Point corner() { function in class:WebViewInteractiveTest
435 gfx::Point(corner().x() + 75, corner().y() + 25)));
450 gfx::Point(corner().x() + 74, corner().y() + 74)));
485 gfx::Point(corner().x() + 50, corner().y() + 10)));
496 gfx::Point(corner().x() + 51, corner().y() + 11)));
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.cpp610 // and a line perpendicular to it that intersects the corner.
613 // Compute start corner relative to center, in Cartesian space (+y = up).
626 // Compute c (of y = mx + c) using the corner point.
899 static float distanceToClosestCorner(const FloatPoint& p, const FloatSize& size, FloatPoint& corner) argument
913 corner = topLeft;
917 corner = topRight;
922 corner = bottomLeft;
927 corner = bottomRight;
932 static float distanceToFarthestCorner(const FloatPoint& p, const FloatSize& size, FloatPoint& corner) argument
946 corner
1066 FloatPoint corner; local
1083 FloatPoint corner; local
1108 FloatPoint corner; local
[all...]
H A DCSSTokenizer-in.cpp924 CASE("bottom-left-corner") {
928 CASE("bottom-right-corner") {
997 CASE("top-left-corner") {
1001 CASE("top-right-corner") {
/external/chromium_org/third_party/skia/include/core/
H A DSkRRect.h44 radii for each corner. It does not have a constructor so must be
50 If either of a corner's radii are 0 the corner will be square.
52 If the corner curves overlap they will be proportionally reduced to fit.
68 //!< at each corner is zero)
81 //!< different from the others and there must be one corner where
178 const SkVector& radii(Corner corner) const { return fRadii[corner]; }
204 * in stroking: If the corner is sharp (no curvature), leave it alone,
218 * in stroking: If the corner i
[all...]
/external/skia/include/core/
H A DSkRRect.h44 radii for each corner. It does not have a constructor so must be
50 If either of a corner's radii are 0 the corner will be square.
52 If the corner curves overlap they will be proportionally reduced to fit.
68 //!< at each corner is zero)
81 //!< different from the others and there must be one corner where
178 const SkVector& radii(Corner corner) const { return fRadii[corner]; }
204 * in stroking: If the corner is sharp (no curvature), leave it alone,
218 * in stroking: If the corner i
[all...]
/external/chromium_org/ui/gfx/
H A Dtransform.cc458 for (int corner = 0; corner < 8; ++corner) {
460 point += gfx::Vector3dF(corner & 1 ? box->width() : 0.f,
461 corner & 2 ? box->height() : 0.f,
462 corner & 4 ? box->depth() : 0.f);
/external/eigen/Eigen/src/Geometry/
H A DAlignedBox.h100 /** \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 ) re
[all...]
/external/opencv/cv/src/
H A Dcvcalibinit.cpp43 This is improved variant of chessboard corner detection algorithm that
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
813 corner
986 icvOrderQuad(CvCBQuad *quad, CvCBCorner *corner, int common) argument
1719 CvCBCorner* corner = &(*out_corners)[quad_count*4 + i]; local
1945 CvCBCorner* corner = &(*out_corners)[quad_count*4 + i]; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp255 // We have a scrollbar corner when a scrollbar is visible and not filling the entire length of the box.
806 // Destroying or creating one bar can cause our scrollbar corner to come and go. We need to update the opposite scrollbar's style.
827 // Destroying or creating one bar can cause our scrollbar corner to come and go. We need to update the opposite scrollbar's style.
906 RefPtr<RenderStyle> corner = m_box->hasOverflowClip() ? actualRenderer->getUncachedPseudoStyle(PseudoStyleRequest(SCROLLBAR_CORNER), actualRenderer->style()) : PassRefPtr<RenderStyle>(0); local
907 if (corner) {
912 m_scrollCorner->setStyle(corner.release());
973 // We fill our scroll corner with white if we have a scrollbar that doesn't run all the way up to the
977 // Paint our resizer last, since it sits on top of the scroll corner.
1049 IntRect corner = cornerRect(m_box->style(), horizontalScrollbar(), verticalScrollbar(), bounds);
1057 corner
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_copy_sub_buffer.spec68 <x> and <y> indicates the lower-left corner of the region to copy and
/external/mesa3d/docs/
H A DMESA_copy_sub_buffer.spec68 <x> and <y> indicates the lower-left corner of the region to copy and

Completed in 665 milliseconds

12