/external/skia/gm/ |
cubicpaths.cpp | 127 const char title[] = "Cubic Drawn Into Rectangle Clips With " 271 const char title[] = "Cubic Closed Drawn Into Rectangle Clips With "
|
/frameworks/base/core/java/android/view/ |
WindowManagerPolicy.java | 178 * @return Rect The rectangle holding the window frame. 186 * @return Rect The rectangle holding the shown window frame. 195 * @return Rect The rectangle holding the display frame. 204 * @return Rect The rectangle holding the display overscan frame. 216 * @return Rect The rectangle holding the content frame. 228 * @return Rect The rectangle holding the visible frame. [all...] |
/frameworks/base/docs/image_sources/training/basics/basic-lifecycle.graffle/ |
data.plist | 440 <string>Rectangle</string> 994 <string>Rectangle</string> 1301 <string>Rectangle</string> [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
PhotoProcessor.java | 144 * photo is not square, this will crop to the square at the center of the image's rectangle. 164 * photo is not square, this will crop to the square at the center of the image's rectangle.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationMenuListener.java | 50 import org.eclipse.swt.graphics.Rectangle; 257 Rectangle bounds = combo.getBounds();
|
ThemeMenuAction.java | 36 import org.eclipse.swt.graphics.Rectangle; 166 Rectangle bounds = combo.getBounds();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SimpleElement.java | 61 * If null, a non-null invalid rectangle will be assigned. 82 * canvas. The rectangle is invalid and non-null when the element originated
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiFlagAttributeNode.java | 35 import org.eclipse.swt.graphics.Rectangle; 283 Rectangle r = mTable.getClientArea();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/ |
LibraryProperties.java | 39 import org.eclipse.swt.graphics.Rectangle; 367 Rectangle r = table.getClientArea();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeyCheckPage.java | 31 import org.eclipse.swt.graphics.Rectangle; 346 Rectangle r = mScrolledComposite.getClientArea();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/ |
StaticPortConfigDialog.java | 25 import org.eclipse.swt.graphics.Rectangle; 101 Rectangle r = mParent.getBounds();
|
StaticPortEditDialog.java | 26 import org.eclipse.swt.graphics.Rectangle; 113 Rectangle r = mParent.getBounds();
|
/prebuilts/devtools/tools/lib/ |
ddms.jar | |
/frameworks/base/docs/image_sources/fundamentals/ |
service_lifecycle.graffle | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_blorp_blit.cpp | 80 /* Clip the destination rectangle, and keep track of how many pixels we 104 /* Adjust the source rectangle to remove the pixels corresponding to those 105 * that were clipped/scissored out of the destination rectangle. 218 /* If the destination rectangle needs to be clipped or scissored, do so. 228 /* If the source rectangle needs to be clipped or scissored, do so. */ 674 * If we need to kill pixels that are outside the destination rectangle, [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_blorp_blit.cpp | 80 /* Clip the destination rectangle, and keep track of how many pixels we 104 /* Adjust the source rectangle to remove the pixels corresponding to those 105 * that were clipped/scissored out of the destination rectangle. 218 /* If the destination rectangle needs to be clipped or scissored, do so. 228 /* If the source rectangle needs to be clipped or scissored, do so. */ 674 * If we need to kill pixels that are outside the destination rectangle, [all...] |
/frameworks/base/docs/image_sources/ |
rs_overview.graffle | 217 <string>Rectangle</string> 333 <string>Rectangle</string> 489 <string>Rectangle</string> 645 <string>Rectangle</string> 803 <string>Rectangle</string> 958 <string>Rectangle</string> 1197 <string>Rectangle</string> 1314 <string>Rectangle</string> [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Renderer11.cpp | 736 void Renderer11::setScissorRectangle(const gl::Rectangle &scissor, bool enabled) 738 if (mForceSetScissor || memcmp(&scissor, &mCurScissor, sizeof(gl::Rectangle)) != 0 || 764 bool Renderer11::setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode, GLenum frontFace, 767 gl::Rectangle actualViewport = viewport; 799 bool viewportChanged = mForceSetViewport || memcmp(&actualViewport, &mCurViewport, sizeof(gl::Rectangle)) != 0 || [all...] |
/external/chromium/chrome/browser/notifications/ |
balloon_collection_impl.h | 91 // Utility function constrains the input rectangle to the min and max sizes.
|
/external/chromium/chrome/browser/resources/ntp4/ |
most_visited_page.css | 35 /* filler mode: hide everything except the thumbnail --- leave a grey rectangle
|
/external/chromium/chrome/browser/ui/cocoa/ |
clickhold_button_cell.mm | 120 // Stop tracking if mouse left frame rectangle (if requested to do so).
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_chrome_link_button.cc | 137 // Draw the focus rectangle.
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
most_visited_page.css | 30 /* filler mode: hide everything except the thumbnail --- leave a grey rectangle
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_positioner.h | 49 // Subtracts a rectangle from the display's work area. This can be used to
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
clickhold_button_cell.mm | 127 // Stop tracking if mouse left frame rectangle (if requested to do so).
|