/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Renderer9.h | 80 virtual void setScissorRectangle(const gl::Rectangle &scissor, bool enabled); 81 virtual bool setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode, GLenum frontFace, 157 virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat, 159 virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat, 162 virtual bool blitRect(gl::Framebuffer *readTarget, const gl::Rectangle &readRect, gl::Framebuffer *drawTarget, const gl::Rectangle &drawRect, 300 gl::Rectangle mCurScissor; 304 gl::Rectangle mCurViewport;
|
/external/chromium_org/third_party/skia/include/core/ |
SkAnnotation.h | 80 * specified rectangle (in local coordinates, just like drawRect). If the 103 * Annotate the canvas by making the specified rectangle link to a named
|
SkMatrix.h | 67 /** Returns true if will map a rectangle to another rectangle. This can be 331 rectangle to the destination rectangle, returning true if the the result 333 @param src the source rectangle to map from. 334 @param dst the destination rectangle to map to. 336 @return true if the matrix can be represented by the rectangle mapping. 467 /** Apply this matrix to the src rectangle, and write the transformed 468 rectangle into dst. This is accomplished by transforming the 4 corners 470 @param dst Where the transformed rectangle is written [all...] |
SkPath.h | 224 /** Returns true if the path specifies a rectangle. If so, and if rect is 226 specify a rectangle, return false and ignore rect. 229 a rectangle 230 @return true if the path specifies a rectangle 288 * Does a conservative test to see whether a rectangle is inside a path. Currently it only 558 /** Returns true if the path specifies a rectangle. If so, and if isClosed is 561 specify a rectangle, return false and ignore isClosed and direction. 564 @param direction If not null, set to the rectangle's direction 565 @return true if the path specifies a rectangle 570 rect is not null, set rect[0] to the outer rectangle and rect[1] to the inne [all...] |
/external/chromium_org/ui/gfx/ |
canvas_paint_gtk.cc | 45 GdkRectangle bounds = rectangle(); 56 GdkRectangle bounds = rectangle();
|
/external/jmonkeyengine/engine/src/test/jme3test/gui/ |
TestBitmapText3D.java | 38 import com.jme3.font.Rectangle; 63 txt.setBox(new Rectangle(0, 0, 6, 3));
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_Surface.3 | 45 \fBSDL_Surface\fR\&'s represent areas of "graphical" memory, memory that can be drawn to\&. The video framebuffer is returned as a \fBSDL_Surface\fR by \fI\fBSDL_SetVideoMode\fP\fR and \fI\fBSDL_GetVideoSurface\fP\fR\&. Most of the fields should be pretty obvious\&. \fBw\fR and \fBh\fR are the width and height of the surface in pixels\&. \fBpixels\fR is a pointer to the actual pixel data, the surface should be \fIlocked\fR before accessing this field\&. The \fBclip_rect\fR field is the clipping rectangle as set by \fI\fBSDL_SetClipRect\fP\fR\&.
|
/external/skia/include/core/ |
SkAnnotation.h | 80 * specified rectangle (in local coordinates, just like drawRect). If the 103 * Annotate the canvas by making the specified rectangle link to a named
|
SkMatrix.h | 67 /** Returns true if will map a rectangle to another rectangle. This can be 331 rectangle to the destination rectangle, returning true if the the result 333 @param src the source rectangle to map from. 334 @param dst the destination rectangle to map to. 336 @return true if the matrix can be represented by the rectangle mapping. 467 /** Apply this matrix to the src rectangle, and write the transformed 468 rectangle into dst. This is accomplished by transforming the 4 corners 470 @param dst Where the transformed rectangle is written [all...] |
SkPath.h | 224 /** Returns true if the path specifies a rectangle. If so, and if rect is 226 specify a rectangle, return false and ignore rect. 229 a rectangle 230 @return true if the path specifies a rectangle 288 * Does a conservative test to see whether a rectangle is inside a path. Currently it only 558 /** Returns true if the path specifies a rectangle. If so, and if isClosed is 561 specify a rectangle, return false and ignore isClosed and direction. 564 @param direction If not null, set to the rectangle's direction 565 @return true if the path specifies a rectangle 570 rect is not null, set rect[0] to the outer rectangle and rect[1] to the inne [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_BlockMatch_Integer_8x8.c | 42 * pRefRect - pointer to the valid reference plane rectangle; coordinates 43 * are specified relative to the image origin. Rectangle
|
/frameworks/base/libs/hwui/ |
OpenGLRenderer.h | 167 * at the beginning of each frame. Only the specified rectangle of the 169 * the specified rectangle. 171 * @param left The left coordinate of the dirty rectangle 172 * @param top The top coordinate of the dirty rectangle 173 * @param right The right coordinate of the dirty rectangle 174 * @param bottom The bottom coordinate of the dirty rectangle 177 * will be cleared in the specified dirty rectangle 624 * Sets the clipping rectangle using glScissor. The clip is defined by 683 * Compose the specified layer as a simple rectangle. 711 * Draws a colored rectangle with the specified color. The specified coordinate [all...] |
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 30 * Definition of rectangle in a mosaic. 51 * Bounds of the rectangle
|
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 30 * Definition of rectangle in a mosaic. 51 * Bounds of the rectangle
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 30 * Definition of rectangle in a mosaic. 51 * Bounds of the rectangle
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
NodeFactory.java | 25 import org.eclipse.swt.graphics.Rectangle; 71 private NodeProxy create(UiViewElementNode uiNode, Rectangle bounds) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/ |
NinePatchedImageTest.java | 26 import org.eclipse.swt.graphics.Rectangle; 108 // content area rectangle 109 Rectangle contentsArea = image.getContentArea(); 110 assertEquals(new Rectangle(1, 1, width - 2, height - 2), contentsArea); 229 Rectangle rect = null; 334 Rectangle rect = null; 639 // content area rectangle 640 Rectangle contentsArea = image.getContentArea(); 641 assertEquals(new Rectangle(19, 13, 35, 25), contentsArea); 659 // content area rectangle [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
DurationMinimap.java | 36 import org.eclipse.swt.graphics.Rectangle; 213 Rectangle clientArea = getClientArea(); 276 private void drawBackground(GC gc, Rectangle bounds) { 335 Rectangle bounds = mPositionHelper.getDurationBounds( 461 public Rectangle getDurationBounds(int callIndex, int context, long duration) { 473 return new Rectangle(x, y, w, h); 481 public Rectangle getBoundsFramingCalls(int startCallIndex, int endCallIndex) { 488 return new Rectangle(x, y, w, h); 490 return new Rectangle(0, 0, 0, 0); 523 Rectangle displayBounds = getBoundsFramingCalls(0, mCallCount) [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
FlyoutControlComposite.java | 29 import org.eclipse.swt.graphics.Rectangle; 167 Rectangle clientArea = getClientArea(); 485 Rectangle clientArea = getClientArea(); 594 dockingTracker.setRectangles(new Rectangle[]{getBounds()}); 599 Rectangle clientArea = container.getClientArea(); 604 dockingTracker.setRectangles(new Rectangle[]{new Rectangle(0, 610 dockingTracker.setRectangles(new Rectangle[]{new Rectangle(0, 617 dockingTracker.setRectangles(new Rectangle[]{new Rectangle(0 [all...] |
/cts/tests/res/drawable/ |
paintdrawable_attr.xml | 19 android:shape="rectangle">
|
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/res/drawable/ |
pressed_background.xml | 23 android:shape="rectangle">
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/res/drawable/ |
pressed_background.xml | 23 android:shape="rectangle">
|
/development/samples/ApiDemos/res/drawable/ |
shape_5.xml | 17 <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
/development/samples/browseable/Styled/res/drawable/ |
pressed_background.xml | 23 android:shape="rectangle">
|
/device/google/accessory/demokit/hardware/fab/shield/ |
README.txt | 11 NOTE: VENDOR MARK AND TEST STAMP SHOULD BE PLACED WITHIN JOY1 RECTANGLE.
|