Searched
full:rectangle (Results
326 -
350 of
1579) sorted by null
<<11121314151617181920>>
/external/chromium_org/ui/views/ |
native_theme_delegate.h | 28 // Get the rectangle that should be painted.
|
/external/libvpx/libvpx/vpx/ |
vpx_image.h | 144 /**\brief Representation of a rectangle on a surface */ 203 /*!\brief Set the rectangle identifying the displayed portion of the image 205 * Updates the displayed rectangle (aka viewport) on the image surface to 214 * \return 0 if the requested rectangle is valid, nonzero otherwise.
|
/external/qemu/android/protocol/ |
fb-updates-impl.c | 73 * Updates a display rectangle. 75 * fb - Framebuffer where to update the rectangle. 76 * x, y, w, and h define rectangle to update. 78 * pixels contains pixels for the rectangle. Buffer addressed by this parameter
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
SDL_QuartzWindow.h | 48 /* Subclass of NSView to set cursor rectangle */
|
/external/skia/gm/ |
internal_links.cpp | 54 /** Draw an arbitrary rectangle at a given location and label it with some
|
/external/skia/src/core/ |
SkQuadClipper.h | 15 /** This class is initialized with a clip rectangle, and then can be fed quads,
|
SkBlitter.h | 35 /// Blit a solid rectangle one or more pixels wide. 37 /** Blit a rectangle with one alpha-blended column on the left, 44 /// Blit a pattern of pixels defined by a rectangle-clipped mask;
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
Intents.java | 42 * Optional parameters to specify the width and height of the scanning rectangle in pixels.
|
/packages/apps/Gallery/src/com/android/camera/ |
RotateBitmap.java | 58 // rectangle will be changed after rotation, so the delta values
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
RelativeLayoutRuleTest.java | 66 // Bounds rectangle 69 // Preview line + drop zone rectangle along the top 130 // Bounds rectangle 157 // Bounds rectangle
|
/external/chromium/chrome/browser/chromeos/login/ |
username_view.cc | 31 // Class that sets up half rounded rectangle (only the bottom corners are 65 // The rectangle will be intersected with the bounds, so the correct half 66 // of the round rectangle will be obtained.
|
/external/chromium/chrome/browser/first_run/ |
try_chrome_dialog_view.h | 74 // Returns a screen rectangle that is fit to show the window. In particular 77 // rectangle and for RTL it returns a right side rectangle so that the dialog
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatQuad.h | 39 // mapping a rectangle through transforms. When initialized from a rect, the 91 // Tests whether any part of the rectangle intersects with this quad. 100 // The center of the quad. If the quad is the result of a affine-transformed rectangle this is the same as the original center transformed.
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
viewport.c | 59 * \param x, y coordinates of the lower left corner of the viewport rectangle. 60 * \param width width of the viewport rectangle. 61 * \param height height of the viewport rectangle.
|
/external/chromium_org/third_party/skia/src/core/ |
SkBlitter.h | 35 /// Blit a solid rectangle one or more pixels wide. 37 /** Blit a rectangle with one alpha-blended column on the left, 44 /// Blit a pattern of pixels defined by a rectangle-clipped mask;
|
SkTileGrid.cpp | 72 adjustedQuery.sort(); // in case the inset inverted the rectangle 73 // Convert the query rectangle from device coordinates to tile coordinates 75 // region includes the query rectangle. (using truncating division to "floor")
|
/external/chromium_org/ui/gfx/image/ |
image_family.h | 22 // most appropriate image to fit in a given rectangle. 122 // Gets the best image to use in a rectangle of |width|x|height|. 130 // Gets the best image to use in a rectangle of |size|.
|
/external/chromium_org/ui/gfx/ |
quad_f.h | 47 // Returns true if the quad is an axis-aligned rectangle. 58 // Returns a rectangle that bounds the four points of the quad. The points of 59 // the quad may lie on the right/bottom edge of the resulting rectangle,
|
rect.h | 5 // Defines a simple integer rectangle class. The containment semantics 7 // contained by the rectangle, but the coordinate (x + width, y) is not. 103 // Constructs a rectangle with |p1| and |p2| as opposite corners.
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
SelfOrientingSashForm.java | 16 import org.eclipse.swt.graphics.Rectangle; 125 Rectangle area; 143 Rectangle area = getClientArea();
|
/external/eigen/unsupported/Eigen/ |
BVH | 42 * - Given a set of disks, determine if any is completely contained in a query rectangle (represent each 2D disk as a point \f$(x,y,r)\f$ 43 * in 3D and represent the rectangle as a pyramid based on the original rectangle and shrinking in the \f$r\f$ direction)
|
/external/jmonkeyengine/engine/src/test/jme3test/gui/ |
TestBitmapFont.java | 39 import com.jme3.font.Rectangle; 68 txt.setBox(new Rectangle(0, 0, settings.getWidth(), settings.getHeight())); 81 txt3.setBox(new Rectangle(0, 0, settings.getWidth(), 0));
|
/external/mesa3d/src/mesa/main/ |
viewport.c | 59 * \param x, y coordinates of the lower left corner of the viewport rectangle. 60 * \param width width of the viewport rectangle. 61 * \param height height of the viewport rectangle.
|
/external/neven/Embedded/common/src/b_ImageEm/ |
ToneDownBGSupp.h | 50 /** computes the mean BG gray level outside of the rectangle */ 56 /** computes the mean BG gray level right on the rectangle contours */ 61 /** attenuates the image away from the rectangle boundary */
|
/external/replicaisland/src/com/replica/replicaisland/ |
AABoxCollisionVolume.java | 22 * as sphere vs rectangle, may not be absolutely precise (in the case of a sphere vs a rectangle, 23 * for example, a new rectangle that fits the sphere is used to perform the intersection test, so
|
Completed in 6853 milliseconds
<<11121314151617181920>>