/frameworks/base/docs/html/training/gestures/ |
scale.jd | 202 <pre>// The current viewport. This rectangle represents the currently visible 207 // The current destination rectangle (in pixel coordinates) into which the 242 * and thus the bottom of the mCurrentViewport rectangle.
|
scroll.jd | 135 {@code mContentRect} represents the rectangle coordinates within the view that the chart 147 <pre>// The current viewport. This rectangle represents the currently visible 153 // The current destination rectangle (in pixel coordinates) into which the
|
/packages/apps/UnifiedEmail/src/com/android/bitmap/ |
DecodeTask.java | 346 // We want to call calculateCroppedSrcRect() on the source rectangle "as if" the 366 // calculateCroppedSrcRect() gave us the source rectangle "as if" the orientation has 367 // been corrected. We need to decode the uncorrected source rectangle. Calculate true
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Document.h | 314 * @param centerX x reference for the rectangle in CSS pixels 315 * @param centerY y reference for the rectangle in CSS pixels 316 * @param topPadding How much to expand the top of the rectangle 317 * @param rightPadding How much to expand the right of the rectangle 318 * @param bottomPadding How much to expand the bottom of the rectangle 319 * @param leftPadding How much to expand the left of the rectangle [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
platform_x11.c | 336 xcb_rectangle_t rectangle; local 363 rectangle.x = 0; 364 rectangle.y = 0; 365 rectangle.width = dri2_surf->base.Width; 366 rectangle.height = dri2_surf->base.Height; 368 xcb_xfixes_create_region(dri2_dpy->conn, dri2_surf->region, 1, &rectangle); [all...] |
/external/chromium_org/ui/native_theme/ |
native_theme_base.cc | 514 // Returns the rectangle within which any additional decorations should be 524 // Use the largest square that fits inside the provided rectangle. 532 // If the rectangle is too small then paint only a rectangle. We don't want 563 // Draw the gradient-filled rectangle 600 // Return the rectangle excluding the drop shadow for drawing any additional [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
platform_x11.c | 336 xcb_rectangle_t rectangle; local 363 rectangle.x = 0; 364 rectangle.y = 0; 365 rectangle.width = dri2_surf->base.Width; 366 rectangle.height = dri2_surf->base.Height; 368 xcb_xfixes_create_region(dri2_dpy->conn, dri2_surf->region, 1, &rectangle); [all...] |
/external/qemu/distrib/sdl-1.2.15/ |
WhatsNew | 80 Added a function to query the clipping rectangle for a surface: 127 SDL_BlitSurface() no longer modifies the source rectangle, only the 128 destination rectangle. The width/height members of the destination 129 rectangle are ignored, only the position is used. 132 with a more useful function to set the destination clipping rectangle: 661 Added a fast rectangle fill function: SDL_FillRect()
|
/cts/tests/tests/view/src/android/view/cts/ |
ViewTest.java | 2516 Rect rectangle = new Rect(10, 10, 20, 30); local 2547 Rect rectangle = new Rect(); local [all...] |
/external/chromium/chrome/browser/ui/views/ |
dropdown_bar_host.cc | 235 // rectangle region (that gradually increases as the animation progresses) 242 // words: the rectangle grows upward (when the widget is opening).
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
confirm_bubble_cocoa.mm | 107 // Fill the background rectangle in white and draw its edge. 262 // Adjust the frame rectangle of this bubble so we can show all controls.
|
/external/chromium_org/chrome/browser/ui/find_bar/ |
find_bar_controller.cc | 192 // If the selection rectangle intersects the current position on screen then 194 // rectangle.
|
/external/chromium_org/remoting/host/ |
disconnect_window_win.cc | 58 // Returns |control| rectangle in the dialog coordinates. 268 // Returns |control| rectangle in the dialog coordinates.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSBasicShapes.cpp | 41 char opening[] = "rectangle("; 263 char opening[] = "inset-rectangle(";
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
Context.h | 131 Rectangle scissor; 148 Rectangle viewport;
|
/external/chromium_org/ui/views/widget/ |
tooltip_manager_win.cc | 241 // Return true, otherwise the rectangle we specified is ignored. 267 // Make sure the rectangle completely fits on the current monitor. If it
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
TimeLineGraph.java | 19 import org.eclipse.swt.graphics.Rectangle; 33 Rectangle bounds= im.getBounds();
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
AbstractTextPropertyEditor.java | 29 import org.eclipse.swt.graphics.Rectangle; 214 public final void setBounds(Rectangle bounds) {
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
ScanDetector.h | 175 * The roi rectangle must not include pixels outside of the original image 176 * (checked -> error). The rectangle may be of uneven width.
|
Scanner.h | 246 * The roi rectangle must not include pixels outside of the original image 247 * (checked -> error). The rectangle may be of uneven width.
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlsurface.html | 220 >rectangle</A 289 is the clipping rectangle as set by
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_stretch.c | 232 SDL_SetError("Invalid source blit rectangle"); 246 SDL_SetError("Invalid destination blit rectangle");
|
SDL_sysvideo.h | 131 /* Fills a surface rectangle with the given color */ 232 /* get nearest monitor's rectangle */
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testpalette.c | 265 /* construct update rectangle (bounding box of old and new pos) */ 270 /* clip update rectangle to screen */
|
/external/qemu/docs/ |
DISPLAY-STATE.TXT | 204 For every rectangle of the hw framebuffer that was modified, it copies 212 to the DisplayState, and the rectangle corresponding to the update. Its
|