HomeSort by relevance Sort by last modified time
    Searched full:corner (Results 1 - 25 of 1196) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_utils_cocoa.h 16 // (0,0) in the top-left corner of the primary screen) to the Cocoa screen
17 // coordinates (with (0,0) in the low-left corner).
21 // corner) to the platform-independent screen coordinates (with the (0,0) in
22 // the top-left corner of the primary screen).
26 // (0,0) in the top-left corner of the primary screen) to the Cocoa screen
27 // coordinates (with (0,0) in the low-left corner).
31 // low-left corner of the primary screen) to the platform-independent screen
32 // coordinates (with the (0,0) in the top-left corner).
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_mac.mm 23 NSPoint corner = NSMakePoint(NSMinX(work_area), NSMaxY(work_area));
36 // Adjust corner to now overflow the work area left and top edges, so
38 corner = NSMakePoint(std::max(corner.x, limit.x),
39 std::min(corner.y, limit.y));
42 return gfx::Point(corner.x, NSHeight(main_area) - corner.y);
window_sizer_gtk.cc 27 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;
window_sizer_win.cc 21 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;
  /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/chrome/browser/resources/print_preview/data/
printable_area.js 10 * @param {!print_preview.Coordinate2d} origin Top left corner of the
18 * Top left corner of the printable area of the document.
34 * @return {!print_preview.Coordinate2d} Top left corner of the printable
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.h 35 * \brief Harris corner detector for float images.
37 * This class performs Harris corner extraction on *float* images managed
68 * \param x_coord corner locations
69 * \param y_coord corner locations
93 * \brief Harris corner detector for byte images.
95 * This class performs Harris corner extraction on *byte* images managed
131 * Specifying image mask will restrict corner output to foreground regions.
135 * \param x_coord corner locations
136 * \param y_coord corner locations
156 \param x_coord corner location
    [all...]
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_feature_detection.h 35 * \brief Harris corner detector for float images.
37 * This class performs Harris corner extraction on *float* images managed
68 * \param x_coord corner locations
69 * \param y_coord corner locations
93 * \brief Harris corner detector for byte images.
95 * This class performs Harris corner extraction on *byte* images managed
131 * Specifying image mask will restrict corner output to foreground regions.
135 * \param x_coord corner locations
136 * \param y_coord corner locations
156 \param x_coord corner location
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.h 35 * \brief Harris corner detector for float images.
37 * This class performs Harris corner extraction on *float* images managed
68 * \param x_coord corner locations
69 * \param y_coord corner locations
93 * \brief Harris corner detector for byte images.
95 * This class performs Harris corner extraction on *byte* images managed
131 * Specifying image mask will restrict corner output to foreground regions.
135 * \param x_coord corner locations
136 * \param y_coord corner locations
156 \param x_coord corner location
    [all...]
  /external/chromium/chrome/browser/ui/
window_sizer_linux.cc 113 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;
window_sizer_win.cc 88 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;
window_sizer_mac.mm 83 // The lower left corner of screen 0 is always at (0, 0). The
124 NSPoint corner = NSMakePoint(NSMinX(work_area), NSMaxY(work_area));
137 // Adjust corner to now overflow the work area left and top edges, so
139 corner = NSMakePoint(std::max(corner.x, limit.x),
140 std::min(corner.y, limit.y));
143 return gfx::Point(corner.x, NSHeight(main_area) - corner.y);
  /external/proguard/src/proguard/gui/splash/
RectangleSprite.java 46 * @param x the variable x-ordinate of the upper-left corner of the rectangle.
47 * @param y the variable y-ordinate of the upper-left corner of the rectangle.
66 * @param x the variable x-ordinate of the upper-left corner of the rectangle.
67 * @param y the variable y-ordinate of the upper-left corner of the rectangle.
70 * @param arcWidth the variable width of the corner arcs.
71 * @param arcHeight the variable height of the corner arcs.
TextSprite.java 41 * @param x the variable x-coordinate of the lower-left corner of the text.
42 * @param y the variable y-coordinate of the lower-left corner of the text.
56 * @param x the variable x-coordinate of the lower-left corner of the
58 * @param y the variable y-coordinate of the lower-left corner of the
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_positioner_unittest.cc 87 AppListPositioner::ScreenCorner corner) const {
88 return positioner_->GetAnchorPointForScreenCorner(corner);
123 // Position the app list in a corner of the screen.
124 // Top-left corner.
130 // Top-right corner.
136 // Bottom-left corner.
143 // Bottom-right corner.
152 // Position the app list on the shelf, aligned with the top or left corner.
153 // Shelf on left. Expect app list in top-left corner.
160 // Shelf on right. Expect app list in top-right corner
    [all...]