/external/chromium_org/cc/test/ |
pixel_test_output_surface.cc | 17 gfx::Rect offset_viewport = gfx::Rect(size) + viewport_offset_;
|
solid_color_content_layer_client.h | 21 gfx::Rect rect,
|
/external/chromium_org/cc/trees/ |
quad_culler.cc | 45 gfx::Rect culled_rect, 55 draw_quad->quadTransform(), draw_quad->rect, culled_rect); 56 gfx::Rect opaque_draw_rect = 57 draw_quad->opacity() == 1.0f ? draw_quad->opaque_rect : gfx::Rect(); 63 draw_quad->visible_rect != draw_quad->rect) { 86 gfx::Rect culled_rect; 94 draw_quad->rect, 99 draw_quad->rect,
|
/external/chromium_org/chrome/browser/chromeos/login/ |
mock_login_display.cc | 10 #include "ui/gfx/rect.h" 14 MockLoginDisplay::MockLoginDisplay() : LoginDisplay(NULL, gfx::Rect()) {
|
/external/chromium_org/chrome/test/base/ |
test_browser_window.cc | 9 #include "ui/gfx/rect.h" 37 gfx::Rect TestBrowserWindow::GetRestoredBounds() const { 38 return gfx::Rect(); 45 gfx::Rect TestBrowserWindow::GetBounds() const { 46 return gfx::Rect(); 101 gfx::Rect TestBrowserWindow::GetRootWindowResizerRect() const { 102 return gfx::Rect(); 128 const gfx::Rect& bounds) {
|
/external/chromium_org/content/browser/renderer_host/ |
backing_store_aura.cc | 14 #include "ui/gfx/rect.h" 94 const gfx::Rect& bitmap_rect, 95 const std::vector<gfx::Rect>& copy_rects, 103 gfx::Rect pixel_bitmap_rect = gfx::ToEnclosingRect( 124 const gfx::Rect pixel_copy_rect = gfx::ToEnclosingRect( 132 const gfx::Rect pixel_copy_dst_rect = gfx::ToEnclosingRect( 144 const gfx::Rect& clip_rect, 146 gfx::Rect pixel_rect = gfx::ToEnclosingRect( 155 SkIRect rect = SkIRect::MakeXYWH(x, y, w, h); local 156 bitmap_.scrollRect(&rect, pixel_delta.x(), pixel_delta.y()) [all...] |
backing_store_win.cc | 102 const gfx::Rect& bitmap_rect, 103 const std::vector<gfx::Rect>& copy_rects, 126 gfx::Rect pixel_bitmap_rect = gfx::ToEnclosingRect( 135 gfx::Rect view_rect(size()); 138 gfx::Rect paint_rect = gfx::IntersectRects(view_rect, copy_rects[i]); 139 gfx::Rect pixel_copy_rect = gfx::ToEnclosingRect( 141 gfx::Rect target_rect = pixel_copy_rect; 156 bool BackingStoreWin::CopyFromBackingStore(const gfx::Rect& rect, 159 if (!output->Allocate(rect.width(), rect.height(), true) [all...] |
/external/chromium_org/content/renderer/ |
sad_plugin.h | 13 class Rect; 21 const gfx::Rect& plugin_rect,
|
/external/chromium_org/content/test/data/npapi/ |
verify_plugin_window_rect.html | 13 Plugin Window Rect Test<p> 15 Tests whether the plugin window has a non zero client rect.
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/pageserializer/ |
green_rectangle.svg | 7 <rect x="14" y="23" width="250" height="50" fill="green" 9 <rect x="14" y="23" width="250" height="50" fill="green"
|
/external/chromium_org/third_party/skia/src/svg/ |
SkSVGRect.cpp | 20 DEFINE_SVG_INFO(Rect) 28 parser._startElement("rect");
|
/external/chromium_org/ui/app_list/views/ |
search_result_view.cc | 138 gfx::Rect rect(GetContentsBounds()); 139 if (rect.IsEmpty()) 142 gfx::Rect icon_bounds(rect); 144 icon_bounds.Inset(kIconPadding, (rect.height() - kIconDimension) / 2); 145 icon_bounds.Intersect(rect); 149 (rect.right() - kActionButtonRightMargin - icon_bounds.right()) / 2; 153 gfx::Rect actions_bounds(rect); [all...] |
/external/chromium_org/ui/compositor/test/ |
test_compositor_host.h | 9 class Rect; 21 static TestCompositorHost* Create(const gfx::Rect& bounds);
|
/external/chromium_org/ui/gfx/ |
screen_gtk.cc | 15 bool GetScreenWorkArea(gfx::Rect* out_rect) { 50 gfx::Rect NativePrimaryMonitorBounds() { 52 GdkRectangle rect; local 53 gdk_screen_get_monitor_geometry(screen, 0, &rect); 54 return gfx::Rect(rect); 57 gfx::Rect GetMonitorAreaNearestWindow(gfx::NativeView view) { 71 return gfx::Rect(bounds); 120 gfx::Rect bounds = GetMonitorAreaNearestWindow(view); 126 // this area, but it is a rect that we should be computing. The standar 158 gfx::Rect rect; variable [all...] |
/external/chromium_org/ui/keyboard/ |
keyboard_controller_observer.h | 11 class Rect; 21 virtual void OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) = 0;
|
/external/chromium_org/ui/snapshot/ |
snapshot_mac.mm | 12 #include "ui/gfx/rect.h" 18 const gfx::Rect& snapshot_bounds) { 21 gfx::Rect screen_bounds = gfx::Rect(NSRectToCGRect([screen frame])); 28 gfx::Rect view_bounds = gfx::Rect(NSRectToCGRect(frame)); 36 gfx::Rect screen_snapshot_bounds = snapshot_bounds; 68 const gfx::Rect& snapshot_bounds) {
|
/external/chromium_org/ui/snapshot/test/ |
snapshot_desktop.h | 11 class Rect; 20 const gfx::Rect& snapshot_bounds,
|
/external/chromium_org/ui/views/controls/table/ |
table_view_row_background_painter.h | 12 class Rect; 23 const gfx::Rect& row_bounds,
|
/external/proguard/docs/ |
screenshots.html | 19 <area shape="rect" coords="2,7,46,16" alt="ProGuard" href="screenshot_gui1.gif" target="other"> 20 <area shape="rect" coords="2,17,46,27" alt="Input/Output" href="screenshot_gui2.gif" target="other"> 21 <area shape="rect" coords="2,28,46,37" alt="Shrinking" href="screenshot_gui3.gif" target="other"> 22 <area shape="rect" coords="2,38,46,48" alt="Optimization" href="screenshot_gui4.gif" target="other"> 23 <area shape="rect" coords="2,49,46,58" alt="Obfuscation" href="screenshot_gui5.gif" target="other"> 24 <area shape="rect" coords="2,59,46,69" alt="Information" href="screenshot_gui6.gif" target="other"> 25 <area shape="rect" coords="2,70,46,79" alt="Process" href="screenshot_gui7.gif" target="other"> 26 <area shape="rect" coords="2,80,46,90" alt="ReTrace" href="screenshot_gui8.gif" target="other">
|
/external/qemu/android/skin/ |
region.h | 15 #include "android/skin/rect.h" 21 extern void skin_region_init_rect( SkinRegion* r, SkinRect* rect ); 45 SkinRect* rect ); 56 extern int skin_region_intersect_rect( SkinRegion* r, SkinRect* rect ); 58 /* performs r = (intersect r (region+_from_rect rect)), returns true iff 63 extern void skin_region_union_rect( SkinRegion* r, SkinRect* rect ); 67 extern void skin_region_substract_rect( SkinRegion* r, SkinRect* rect ); 79 SkinRect *rect );
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_GetClipRect.3 | 8 \fBvoid \fBSDL_GetClipRect\fP\fR(\fBSDL_Surface *surface, SDL_Rect *rect\fR);
|
/external/skia/src/svg/ |
SkSVGRect.cpp | 20 DEFINE_SVG_INFO(Rect) 28 parser._startElement("rect");
|
/frameworks/base/graphics/java/android/graphics/ |
Rect.aidl | 1 /* //device/java/android/android/graphics/Rect.aidl 20 parcelable Rect;
|
/packages/apps/Settings/src/com/android/settings/widget/ |
PieChartView.java | 161 final RectF rect = new RectF(0, 0, width, height); local 163 rectSide.set(rect); 168 mPathOutline.addOval(rect, Direction.CW); 181 slice.path.moveTo(rect.centerX(), rect.centerY()); 182 slice.path.arcTo(rect, startAngle, sweepAngle); 183 slice.path.lineTo(rect.centerX(), rect.centerY()); 193 slice.pathSide.moveTo(rect.centerX(), rect.centerY()) [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
RectUtils.java | 20 import android.graphics.Rect; 37 public static void rotateRectForOrientation(final int orientation, final Rect fullRect, 38 final Rect partialRect) { 47 // Then translate so that the upper left corner of the rotated full rect is at (0,0). 59 public static void rotateRect(final int degrees, final int px, final int py, final Rect rect) { 60 final RectF rectF = new RectF(rect); 64 rect.set((int) rectF.left, (int) rectF.top, (int) rectF.right, (int) rectF.bottom);
|