HomeSort by relevance Sort by last modified time
    Searched full:rectangle (Results 351 - 375 of 1579) sorted by null

<<11121314151617181920>>

  /external/skia/src/core/
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")
  /hardware/qcom/display/msm8960/libcopybit/
copybit.h 144 /* Rectangle */
219 * @param dst_rect is the destination rectangle
220 * @param src_rect is the source rectangle
  /hardware/qcom/display/msm8974/libcopybit/
copybit.h 145 /* Rectangle */
232 * @param dst_rect is the destination rectangle
233 * @param src_rect is the source rectangle
  /hardware/qcom/display/msm8x26/libcopybit/
copybit.h 144 /* Rectangle */
219 * @param dst_rect is the destination rectangle
220 * @param src_rect is the source rectangle
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrailsPreview.java 134 // Clear previous dirty rectangle.
178 // Note: Defer clearing the dirty rectangle here because we will get cleared
179 // rectangle on the canvas.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImage.java 25 import org.eclipse.swt.graphics.Rectangle;
418 public Rectangle getContentArea() {
422 Rectangle rect = new Rectangle(0, 0, 0, 0);
671 Rectangle r = c.rect;
686 private static boolean isVerticalCorrupted(ImageData data, Rectangle r) {
702 private static boolean isHorizontalCorrupted(ImageData data, Rectangle r) {
805 public Rectangle src = null;
806 public final Rectangle dest = new Rectangle(0, 0, 0, 0)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltipManager.java 27 import org.eclipse.swt.graphics.Rectangle;
127 Rectangle rect = mCanvas.getBounds();
165 Rectangle b = v.getAbsRect();
  /developers/build/lib/
assetstudio.jar 
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatQuad.cpp 119 // Return the corner of the rectangle that if it is to the left of the vector
120 // would mean all of the rectangle is to the left of the vector.
142 // For each side of the quad clockwise we check if the rectangle is to the left of it
176 // If not all of the rectangle is outside one of the quad's four sides, then that means at least
177 // a part of the rectangle is overlapping the quad.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blitter.h 52 * Draw a rectangle.
58 * \param depth A depth which the rectangle is rendered at.
67 * coordinates of the rectangle, respectively, and should go
73 * a specialized hardware path for drawing a rectangle, e.g. using
132 /* The default function to draw a rectangle. This can only be used
  /external/libyuv/files/include/libyuv/
planar_functions.h 171 // Draw a rectangle into I420.
179 // Draw a rectangle into ARGB.
190 // Make a rectangle of ARGB gray scale.
195 // Make a rectangle of ARGB Sepia tone.
217 // Quantize a rectangle of ARGB. Alpha unaffected.
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.h 52 * Draw a rectangle.
58 * \param depth A depth which the rectangle is rendered at.
67 * coordinates of the rectangle, respectively, and should go
73 * a specialized hardware path for drawing a rectangle, e.g. using
132 /* The default function to draw a rectangle. This can only be used
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suite.py 26 """bounds - the smallest rectangle that contains the entire arc """
30 """definition rect - the rectangle that contains the circle or oval used to define the arc """
192 rectangle = rectangles variable
195 """rounded rectangle - A rounded rectangle """
  /frameworks/base/docs/image_sources/play-services-diagram.graffle/
data.plist 60 <string>Rectangle</string>
230 <string>Rectangle</string>
316 <string>Rectangle</string>
377 <string>Rectangle</string>
428 <string>Rectangle</string>
477 <string>Rectangle</string>
572 <string>Rectangle</string>
688 <string>Rectangle</string>
787 <string>Rectangle</string>
821 <string>Rectangle</string
    [all...]
  /external/chromium_org/ppapi/api/
ppb_graphics_2d.idl 91 * means that the rectangle being painted will be at <code>src_rect</code>
130 * provided clipping rectangle will be shifted by (dx, dy) pixels.
136 * The scroll can be larger than the area of the clipping rectangle, which
137 * means the current image will be scrolled out of the rectangle. This
141 * @param[in] clip The clipping rectangle.
142 * @param[in] amount The amount the area in the clipping rectangle will
256 * to DidChangeView has a rectangle of (w=200, h=100) and a device scale of
  /external/chromium_org/ppapi/c/
ppb_graphics_2d.h 101 * means that the rectangle being painted will be at <code>src_rect</code>
138 * provided clipping rectangle will be shifted by (dx, dy) pixels.
144 * The scroll can be larger than the area of the clipping rectangle, which
145 * means the current image will be scrolled out of the rectangle. This
149 * @param[in] clip The clipping rectangle.
150 * @param[in] amount The amount the area in the clipping rectangle will
257 * to DidChangeView has a rectangle of (w=200, h=100) and a device scale of
  /external/chromium_org/ppapi/cpp/
graphics_2d.h 116 /// means that the rectangle being painted will be at <code>src_rect</code>
150 /// provided clipping rectangle will be shifted by (dx, dy) pixels.
156 /// The scroll can be larger than the area of the clipping rectangle, which
157 /// means the current image will be scrolled out of the rectangle. This
160 /// @param[in] clip The clipping rectangle.
161 /// @param[in] amount The amount the area in the clipping rectangle will
268 /// to DidChangeView has a rectangle of (w=200, h=100) and a device scale of
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CComboBox.java 40 import org.eclipse.swt.graphics.Rectangle;
302 Rectangle clientArea = getClientArea();
578 Rectangle tableBounds = table.getBounds();
586 Rectangle clientArea = display.getClientArea();
594 Rectangle popupBounds =
595 new Rectangle(comboLocation.x,
599 Rectangle trimBounds =
CSpinner.java 22 import org.eclipse.swt.graphics.Rectangle;
335 Rectangle cRect = composite.getClientArea();
386 Rectangle cRect = composite.getClientArea();
435 Rectangle cRect = composite.getClientArea();
485 Rectangle cRect = composite.getClientArea();
527 Rectangle clientArea = composite.getClientArea();
  /frameworks/base/docs/image_sources/training/fragments-screen-mock.graffle/
data.plist 154 <string>Rectangle</string>
245 <string>Rectangle</string>
308 <string>Rectangle</string>
425 <string>Rectangle</string>
542 <string>Rectangle</string>
633 <string>Rectangle</string>
670 <string>Rectangle</string>
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.h 242 // |offscreen_entry| onto |widget_to_draw_on| in the rectangle |rec|. Drawing
243 // is only done in the clip rectangle |dirty_rec|.
249 // Draws the background of the toolbar area subject to the expose rectangle
265 // Get a rectangle corresponding to a widget's allocation relative to its
287 // Returns a rectangle that represents the widget's bounds. The rectangle it
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_util.h 188 // |offscreen_entry| onto |widget_to_draw_on| in the rectangle |rec|. Drawing
189 // is only done in the clip rectangle |dirty_rec|.
198 // Draws the background of the toolbar area subject to the expose rectangle
221 // Get a rectangle corresponding to a widget's allocation relative to its
238 // Returns a rectangle that represents the widget's bounds. The rectangle it
  /external/chromium_org/media/filters/
skcanvas_video_renderer.cc 97 // Transform the destination rectangle to local coordinates.
102 // After projecting the destination rectangle to local coordinates, round
103 // the projected rectangle to integer values, this will give us pixel values
104 // of the rectangle.
130 // above rejects empty rectangle so we just do a DCHECK here.
307 // Paint black rectangle if there isn't a frame available or the
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 45 import org.eclipse.swt.graphics.Rectangle;
77 * to the model. We never store a null bounds rectangle in the node, a null rectangle
78 * will be converted to an invalid rectangle.
81 /*package*/ NodeProxy(UiViewElementNode uiNode, Rectangle bounds, NodeFactory factory) {
126 /*package*/ void setBounds(Rectangle bounds) {

Completed in 1250 milliseconds

<<11121314151617181920>>