/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...] |
/external/chromium_org/chrome/common/extensions/docs/static/js/ |
platform_chooser.js | 5 // Intializes the platform chooser, the widget in the top left corner with the
|
/external/chromium_org/content/test/data/npapi/ |
self_delete_plugin_geturl.html | 23 This test is for a corner case when a plugin executes a script
|
self_delete_plugin_invoke.html | 18 This test is for a corner case when a plugin executes a script
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_Rect.3 | 16 Position of the upper-left corner of the rectangle
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/symbols/ |
math_delimiters.json | 139 "default": "top left corner" 147 "default": "top right corner" 155 "default": "bottom left corner" 163 "default": "bottom right corner" 253 "default": "left square bracket upper corner" 269 "default": "left square bracket lower corner" 277 "default": "right square bracket upper corner" 293 "default": "right square bracket lower corner" 789 "default": "left square bracket with tick in top corner" 797 "default": "right square bracket with tick in bottom corner" [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/scrollbars/ |
scrollbars-in-composited-layers.html | 34 <p>Overlay scrollbars (on Mac) should show in the correct place when scrolling, and the resize corner should show in the correct place.</p> 39 <p>Overlay scrollbars (on Mac) should show in the correct place when scrolling, and the resize corner should show in the correct place.</p>
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/shaders/ |
Blit.vs | 18 // Outputs a tex coord with (0,0) in the upper-left corner of the screen and (1,1) in the bottom right. 33 // Outputs a tex coord with (0,1) in the upper-left corner of the screen and (1,0) in the bottom right.
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/ |
ViewAndroidDelegate.java | 22 * @param x X coordinate of the top left corner of the anchor view. 23 * @param y Y coordinate of the top left corner of the anchor view.
|
/external/eigen/test/ |
geo_alignedbox.cpp | 114 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 ) );
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
Abs_32.c | 29 * Description : Absolute value with maximum negative value corner case 39 /* The corner case, so set to the maximum positive value */
|