Home
last modified time | relevance | path

Searched refs:rectangle (Results 1 – 25 of 58) sorted by relevance

123

/external/webkit/Tools/DumpRenderTree/gtk/
DPixelDumpSupportGtk.cpp63 GdkRectangle rectangle; in createBitmapContextFromWebView() local
64 DumpRenderTreeSupportGtk::rectangleForSelection(mainFrame, &rectangle); in createBitmapContextFromWebView()
67 cairo_rectangle(context, rectangle.x, rectangle.y, rectangle.width, rectangle.height); in createBitmapContextFromWebView()
/external/webkit/Source/WebCore/platform/graphics/gtk/
DFontGtk.cpp65 GdkRectangle rectangle; in getPangoRegionExtents() local
66 gdk_region_get_clipbox(region, &rectangle); in getPangoRegionExtents()
67 return IntRect(rectangle.x, rectangle.y, rectangle.width, rectangle.height); in getPangoRegionExtents()
79 cairo_rectangle_int_t rectangle;
80 cairo_region_get_extents(region, &rectangle);
81 return IntRect(rectangle.x, rectangle.y, rectangle.width, rectangle.height);
/external/clang/test/FixIt/
Dtypo.c33 rectangle *r2 = &r1; // expected-error{{unknown type name 'rectangle'; did you mean 'Rectangle'?}} in test()
/external/chromium/chrome/browser/userfeedback/proto/
Dmath.proto18 // Axis-aligned rectangle in 2D space.
Dannotations.proto21 required Rectangle rectangle = 1; field
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.cpp752 void DumpRenderTreeSupportGtk::rectangleForSelection(WebKitWebFrame* frame, GdkRectangle* rectangle) in rectangleForSelection() argument
759 rectangle->x = bounds.x(); in rectangleForSelection()
760 rectangle->y = bounds.y(); in rectangleForSelection()
761 rectangle->width = bounds.width(); in rectangleForSelection()
762 rectangle->height = bounds.height(); in rectangleForSelection()
/external/skia/src/animator/
DSkAnimateSchema.xsd584 The ID of a rectangle element.
652 A shader describes how to draw within a rectangle.
653 Outside of the rectangle, the shader may be ignored, clamped on the edges, or repeated.
885 AddRect adds a closed rectangle to the parent path element.
891 <!-- @attribute bottom The bottom edge of the rectangle. -->
893 <!-- @attribute left The left edge of the rectangle. -->
895 <!-- @attribute right The right edge of the rectangle. -->
897 <!-- @attribute top" The top" edge of the rectangle. -->
904 AddRoundRect adds a closed rounded rectangle to the parent path element.
910 <!-- @attribute bottom The bottom edge of the rounded rectangle's bounding box. -->
[all …]
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_toolbar_view.mm96 // Draw the rounded rectangle.
114 // Draw the border of the rounded rectangle.
/external/chromium/chrome/browser/ui/cocoa/
Dinfo_bubble_view.mm28 // Start with a rounded rectangle.
Dclickhold_button_cell.mm120 // Stop tracking if mouse left frame rectangle (if requested to do so).
Dfullscreen_controller.mm119 // using with the rectangle in |trackingAreaBounds_|, or remove the tracking
124 // Returns YES if the mouse is currently in any current tracking rectangle, NO
469 // If the tracking rectangle is already |trackingAreaBounds_|, quit early.
Dtabpose_window.mm386 // vertically into a rectangle with the dimensions |w_c|, |h_c|. This returns
433 // Returns the rectangle this thumbnail is at at the beginning of the zoom-in
434 // animation. |tile| is the rectangle that's covering the whole tab area when
/external/webkit/Source/WebKit/mac/Carbon/
DCarbonWindowFrame.m78 // Given a content rectangle and style mask, return a corresponding frame rectangle.
DCarbonWindowAdapter.mm200 // Set up from the frame rectangle.
365 …// Set the frame rectangle of the border view and this window from the Carbon window's structure r…
/external/qemu/docs/
DANDROID-FRAMEBUFFER.TXT27 compute the bounding rectangle of pixel updates since the last call, and
DDISPLAY-STATE.TXT204 For every rectangle of the hw framebuffer that was modified, it copies
212 to the DisplayState, and the rectangle corresponding to the update. Its
/external/chromium/chrome/browser/resources/ntp4/
Dmost_visited_page.css35 /* filler mode: hide everything except the thumbnail --- leave a grey rectangle
/external/webkit/Source/WebCore/platform/chromium/
DThemeChromiumMac.mm72 // view with a valid clipping rectangle.
363 // Set the control size based off the rectangle we're painting into.
447 // Set the control size based off the rectangle we're painting into.
527 // Set the control size based off the rectangle we're painting into.
/external/webkit/Source/WebKit/mac/WebView/
DWebClipView.mm37 // There's no easy way to prevent the focus ring from drawing outside the passed-in clip rectangle
DWebVideoFullscreenController.mm544 // This function will animate a change of frame rectangle
/external/webkit/Source/WebCore/platform/mac/
DThemeMac.mm245 // Set the control size based off the rectangle we're painting into.
326 // Set the control size based off the rectangle we're painting into.
407 // Set the control size based off the rectangle we're painting into.
DDragImageMac.mm280 // Drag a rectangle with rounded corners
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_cell.mm96 // cell. |frame| is the cell's boundary rectangle, |remaining_frame|
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_mac.mm468 // We need to convert the coordinate of the cursor rectangle sent from the
472 // this view. So, we convert the cursor rectangle and save it.
2129 // An input method requests a cursor rectangle to display its candidate
2131 // Calculate the screen coordinate of the cursor rectangle saved in
2134 // Since this window may be moved since we receive the cursor rectangle last
2135 // time we sent the cursor rectangle to the input method, so we should map
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzVideo.m398 Reset the main screen's rectangle
1115 windows for their screen rectangle and window level.
1122 -Getting a rectangle seems slower than getting the window level

123